]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'gpio-fixes-for-v6.14-rc3-take2' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Feb 2025 16:13:45 +0000 (08:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Feb 2025 16:13:45 +0000 (08:13 -0800)
commit6452feaf29a6a1cc1c904520c4b1b4cd90133fac
treefa09e14a05d9f9b2818737bdd732f9d23ab1c757
parent7ff71e6d923969d933e1ba7e0db857782d36cd19
parent7b4aebeecbbd5b5fe73e35fad3f62ed21aa7ef44
Merge tag 'gpio-fixes-for-v6.14-rc3-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:

 - fix interrupt handling issues in gpio-bcm-kona

 - add an ACPI quirk for Acer Nitro ANV14 fixing an issue with spurious
   wake up events

 - add missing return value checks to gpio-stmpe

 - fix a crash in error path in gpiochip_get_ngpios()

* tag 'gpio-fixes-for-v6.14-rc3-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  gpiolib: Fix crash on error in gpiochip_get_ngpios()
  gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlock
  gpiolib: acpi: Add a quirk for Acer Nitro ANV14
  gpio: bcm-kona: Add missing newline to dev_err format string
  gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQ
  gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0