]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'pinctrl-v6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Dec 2022 00:22:17 +0000 (16:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Dec 2022 00:22:17 +0000 (16:22 -0800)
commit40a337b28627b2046fceb1371e93ed6fb3586f93
tree776d5dd6c38dd092e95e4d7e094d416b9dece485
parent038c055abad8ea48791897b28d7d028f701b686e
parent2bf77a3e54e27ad0f7d00f061fa9ad51c542b809
Merge tag 'pinctrl-v6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:
 "Three driver fixes. The Intel fix looks like the most important.

   - Fix a potential divide by zero in pinctrl-singe (OMAP and
     HiSilicon)

   - Disable IRQs on startup in the Mediatek driver. This is a classic,
     we should be looking out for this more.

   - Save and restore pins in 'direct IRQ' mode in the Intel driver,
     this works around firmware bugs"

* tag 'pinctrl-v6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  pinctrl: intel: Save and restore pins in "direct IRQ" mode
  pinctrl: meditatek: Startup with the IRQs disabled
  pinctrl: single: Fix potential division by zero