mbox series

[GIT,PULL] gpio: fixes for v6.10-rc3

Message ID 20240607190540.30622-1-bartosz.golaszewski@linaro.org
State New
Headers show
Series [GIT,PULL] gpio: fixes for v6.10-rc3 | expand

Pull-request

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

Message

Bartosz Golaszewski June 7, 2024, 7:05 p.m. UTC
Linus,

Please pull the following set of driver fixes for the next RC. Most of the
diff concerns a single driver - gpio-tqmx86. Details are in the signed tag.

Bartosz

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 64054eb716db52e4246527dc9414377c5bc5b01d:

  gpio: add missing MODULE_DESCRIPTION() macros (2024-06-07 10:05:21 +0200)

----------------------------------------------------------------
gpio updates for v6.10-rc3

- set of interrupt handling and Kconfig fixes for gpio-tqmx86
- add a buffer for storing output values in gpio-tqmx86 as reading back the
  registers always returns the input values
- add missing MODULE_DESCRIPTION()s to several GPIO drivers

----------------------------------------------------------------
Gregor Herburger (1):
      gpio: tqmx86: fix typo in Kconfig label

Jeff Johnson (1):
      gpio: add missing MODULE_DESCRIPTION() macros

Matthias Schiffer (3):
      gpio: tqmx86: introduce shadow register for GPIO output value
      gpio: tqmx86: store IRQ trigger type and unmask status separately
      gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type

 drivers/gpio/Kconfig        |   2 +-
 drivers/gpio/gpio-gw-pld.c  |   1 +
 drivers/gpio/gpio-mc33880.c |   1 +
 drivers/gpio/gpio-pcf857x.c |   1 +
 drivers/gpio/gpio-pl061.c   |   1 +
 drivers/gpio/gpio-tqmx86.c  | 110 ++++++++++++++++++++++++++++++++------------
 6 files changed, 85 insertions(+), 31 deletions(-)

Comments

pr-tracker-bot@kernel.org June 8, 2024, 12:15 a.m. UTC | #1
The pull request you sent on Fri,  7 Jun 2024 21:05:40 +0200:

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

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

Thank you!