Merge tag 'gpio-fixes-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Jan 2023 01:13:55 +0000 (17:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Jan 2023 01:13:55 +0000 (17:13 -0800)
commitf883675bf6522b52cd75dc3de791680375961769
tree0e267356be7c623ef888fceac20f055b1680ad88
parent4e31badaa188d0e2923f5082c041083c05bda3ff
parent4cb786180dfb5258ff3111181b5e4ecb1d4a297b
Merge tag 'gpio-fixes-for-v6.2-rc5' of git://git./linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:

 - fix a potential race condition and always set GPIOs used as interrupt
   source to input in gpio-mxc

 - fix a GPIO ACPI-related issue with system suspend on Clevo NL5xRU

* tag 'gpio-fixes-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
  gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI
  gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode
  gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock