[GIT PULL] gpio: fixes for v6.2

From: Bartosz Golaszewski
Date: Thu Feb 16 2023 - 09:55:49 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

Linus,

Please pull the following set of late fixes for v6.2. Details are in the
signed tag as usual.

Bartosz

The following changes since commit ceaa837f96adb69c0df0397937cd74991d5d821a:

Linux 6.2-rc8 (2023-02-12 14:10:17 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v6.2

for you to fetch changes up to b8b3b0bfb742f0cbb006c66b10216b724ce42e25:

Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-current (2023-02-16 13:31:42 +0100)

----------------------------------------------------------------
gpio fixes for v6.2

- fix a potential Kconfig issue with gpio-mlxbf2 not selecting
GPIOLIB_IRQCHIP
- another immutable irqchip conversion, this time for gpio-vf610
- fix a wakeup issue on Clevo NH5xAx

----------------------------------------------------------------
Alexander Stein (1):
gpio: vf610: make irq_chip immutable

Bartosz Golaszewski (1):
Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-current

Linus Walleij (1):
gpio: mlxbf2: select GPIOLIB_IRQCHIP

Raag Jadav (1):
gpiolib: acpi: remove redundant declaration

Werner Sembach (1):
gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAx

drivers/gpio/Kconfig | 1 +
drivers/gpio/gpio-vf610.c | 41 +++++++++++++++++++++++------------------
drivers/gpio/gpiolib-acpi.c | 12 ++++++++++++
drivers/gpio/gpiolib-acpi.h | 1 -
4 files changed, 36 insertions(+), 19 deletions(-)