Skip to content

Commit 93d1a05

Browse files
committed
Merge tag 'pinctrl-v5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control fix from Linus Walleij: "A single fix for the Intel Sunrisepoint pin controller that makes the interrupts work properly on it" * tag 'pinctrl-v5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: sunrisepoint: Add missing Interrupt Status register offset
2 parents d5d359b + 319d5cc commit 93d1a05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/intel/pinctrl-sunrisepoint.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
.padown_offset = SPT_PAD_OWN, \
5050
.padcfglock_offset = SPT_PADCFGLOCK, \
5151
.hostown_offset = SPT_HOSTSW_OWN, \
52+
.is_offset = SPT_GPI_IS, \
5253
.ie_offset = SPT_GPI_IE, \
5354
.pin_base = (s), \
5455
.npins = ((e) - (s) + 1), \

0 commit comments

Comments
 (0)