Skip to content

Commit

Permalink
pinctrl: sunrisepoint: Add missing Interrupt Status register offset
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dboyan authored and andy-shev committed Jan 8, 2020
1 parent 3a67fe3 commit f068275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/intel/pinctrl-sunrisepoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
.padown_offset = SPT_PAD_OWN, \
.padcfglock_offset = SPT_PADCFGLOCK, \
.hostown_offset = SPT_HOSTSW_OWN, \
.is_offset = SPT_GPI_IS, \
.ie_offset = SPT_GPI_IE, \
.pin_base = (s), \
.npins = ((e) - (s) + 1), \
Expand Down

0 comments on commit f068275

Please sign in to comment.