From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Linus, Please pull the following set of fixes from the GPIO subsystem for the next release candidate. Details are in the signed tag. Best Regards, Bartosz Golaszewski The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65: Linux 6.2-rc5 (2023-01-21 16:27:01 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.2-rc6 for you to fetch changes up to 677d85e1a1ee69fa05ccea83847309484be3781c: tools: gpio: fix -c option of gpio-event-mon (2023-01-27 14:05:46 +0100) ---------------------------------------------------------------- gpio fixes for v6.2-rc6 - fix the -c option in the gpio-event-mode user-space example program - fix the irq number translation in gpio-ep93xx and make its irqchip immutable - add a missing spin_unlock in error path in gpio-mxc - fix a suspend breakage on System76 and Lenovo Gen2a introduced in GPIO ACPI ---------------------------------------------------------------- Arnd Bergmann (1): gpio: ep93xx: remove unused variable Dan Carpenter (1): gpio: mxc: Unlock on error path in mxc_flip_edge() Ivo Borisov Shopov (1): tools: gpio: fix -c option of gpio-event-mon Mario Limonciello (1): gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode Nikita Shubin (2): gpio: ep93xx: Fix port F hwirq numbers in handler gpio: ep93xx: Make irqchip immutable drivers/gpio/gpio-ep93xx.c | 38 ++++++++++++++++++++++---------------- drivers/gpio/gpio-mxc.c | 3 ++- drivers/gpio/gpiolib-acpi.c | 3 ++- tools/gpio/gpio-event-mon.c | 1 + 4 files changed, 27 insertions(+), 18 deletions(-)