Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'pinctrl-v6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fix from Linus Walleij:
"A single fix for Qualcomm laptops that are affected by
missing wakeup IRQs"

* tag 'pinctrl-v6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for now

+3 -1
+3 -1
drivers/pinctrl/qcom/pinctrl-x1e80100.c
··· 1839 1839 .ngroups = ARRAY_SIZE(x1e80100_groups), 1840 1840 .ngpios = 239, 1841 1841 .wakeirq_map = x1e80100_pdc_map, 1842 - .nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map), 1842 + /* TODO: Enabling PDC currently breaks GPIO interrupts */ 1843 + .nwakeirq_map = 0, 1844 + /* .nwakeirq_map = ARRAY_SIZE(x1e80100_pdc_map), */ 1843 1845 .egpio_func = 9, 1844 1846 }; 1845 1847