Skip to content

Commit f068275

Browse files
dboyanandy-shev
authored andcommitted
pinctrl: sunrisepoint: Add missing Interrupt Status register offset
Commit 179e5a6 ("pinctrl: intel: Remove default Interrupt Status offset") removes default interrupt status offset of GPIO controllers, with previous commits explicitly providing the previously default offsets. However, the is_offset value in SPTH_COMMUNITY is missing, preventing related irq from being properly detected and handled. Fixes: f702e0b ("pinctrl: sunrisepoint: Provide Interrupt Status register offset") Link: https://bugzilla.kernel.org/show_bug.cgi?id=205745 Cc: [email protected] Signed-off-by: Boyan Ding <[email protected]> Acked-by: Mika Westerberg <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 3a67fe3 commit f068275

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)