]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Feb 2022 20:30:54 +0000 (12:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Feb 2022 20:30:54 +0000 (12:30 -0800)
commite2cc0a0495eb25e7132e8abab9bba04508258d46
tree4e19bf9fa8189d47cdb2b136a94179fd406690f5
parentee254291a5373f165b61d6ceeb9440649623e4e8
parent6238e6af9d2197bc942b6a4ea1f84d05cdbee5e2
Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:

 - Fix some drive strength and pull-up code in the K210 driver.

 - Add the Alder Lake-M ACPI ID so it starts to work properly.

 - Use a static name for the StarFive GPIO irq_chip, forestalling an
   upcoming fixes series from Marc Zyngier.

 - Fix an ages old bug in the Tegra 186 driver where we were indexing at
   random into struct and being lucky getting the right member.

* tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  gpio: tegra186: Fix chip_data type confusion
  pinctrl: starfive: Use a static name for the GPIO irq_chip
  pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID"
  pinctrl: k210: Fix bias-pull-up
  pinctrl: fix loop in k210_pinconf_get_drive()