Skip to content

Commit 8727656

Browse files
committed
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
2 parents b31c449 + 602cb14 commit 8727656

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/pinctrl/qcom/pinctrl-x1e80100.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,9 @@ static const struct msm_pinctrl_soc_data x1e80100_pinctrl = {
18391839
.ngroups = ARRAY_SIZE(x1e80100_groups),
18401840
.ngpios = 239,
18411841
.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), */
18431845
.egpio_func = 9,
18441846
};
18451847

0 commit comments

Comments
 (0)