Skip to content

Commit 319d5cc

Browse files
committed
Merge tag 'intel-pinctrl-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into fixes
intel-pinctrl for v5.5-3 * Fix Interrupt Status register offset for Intel Sunrisepoint PCH-H. The following is an automated git shortlog grouped by driver: sunrisepoint: - Add missing Interrupt Status register offset
2 parents b3a987b + 9608ea6 commit 319d5cc

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)