Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
drivers/pinctrl/intel/pinctrl-sunrisepoint.c
··· 49 49 .padown_offset = SPT_PAD_OWN, \ 50 50 .padcfglock_offset = SPT_PADCFGLOCK, \ 51 51 .hostown_offset = SPT_HOSTSW_OWN, \ 52 + .is_offset = SPT_GPI_IS, \ 52 53 .ie_offset = SPT_GPI_IE, \ 53 54 .pin_base = (s), \ 54 55 .npins = ((e) - (s) + 1), \