mbox series

[GIT,PULL] gpio: fixes for v6.2-rc6

Message ID 20230127194707.311571-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v6.2-rc6 | expand

Pull-request

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

Message

Bartosz Golaszewski Jan. 27, 2023, 7:47 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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(-)

Comments

pr-tracker-bot@kernel.org Jan. 27, 2023, 9:58 p.m. UTC | #1
The pull request you sent on Fri, 27 Jan 2023 20:47:07 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/37d0be6a7d7d6fede952c439f8d8b9d1df5c756f

Thank you!