OSDN Git Service

Merge tag 'pinctrl-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Dec 2021 04:00:09 +0000 (20:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 26 Dec 2021 04:00:09 +0000 (20:00 -0800)
commit438645193e59e91761ccb3fa55f6ce70b615ff93
treeefe5a60788c0062952e1f83711efab58da1072f4
parente2ae0d4a6b0ba461542f0fd0ba0b828658013e9f
parentb67210cc217f9ca1c576909454d846970c13dfd4
Merge tag 'pinctrl-v5.16-3' of git://git./linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:
 "Some hopefully final pin control fixes for the v5.16 kernel:

   - Fix an out-of-bounds bug in the Mediatek driver

   - Fix an init order bug in the Broadcom BCM2835 driver

   - Fix a GPIO offset bug in the STM32 driver"

* tag 'pinctrl-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines
  pinctrl: bcm2835: Change init order for gpio hogs
  pinctrl: mediatek: fix global-out-of-bounds issue