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

From: Bartosz Golaszewski
Date: Fri Jun 07 2024 - 15:05:58 EST


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