[GIT PULL] gpio: fixes for v6.0-rc4

From: Bartosz Golaszewski
Date: Sat Sep 03 2022 - 17:10:32 EST


Linus,

Here's a set of fixes from the GPIO subsystem for the next RC. Most are small
driver fixes except the realtek-otto driver patch which is pretty big but
addresses a significant flaw that can cause the CPU to stay infinitely busy
on uncleared ISR on some platforms.

Please pull!
Bartosz Golaszewski

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

Linux 6.0-rc1 (2022-08-14 15:50:18 -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.0-rc4

for you to fetch changes up to 6890381720b27a41f2d9e68cce241336342ea3b7:

gpio: ws16c48: Make irq_chip immutable (2022-09-03 22:56:34 +0200)

----------------------------------------------------------------
gpio fixes for v6.0-rc4

- MAINTAINERS update
- fix resource leaks in gpio-mockup and gpio-pxa
- add missing locking in gpio-pca953x
- use 32-bit I/O in gpio-realtek-otto
- make irq_chip structures immutable in four more drivers

----------------------------------------------------------------
Bartosz Golaszewski (1):
gpio: pxa: use devres for the clock struct

Haibo Chen (1):
gpio: pca953x: Add mutex_lock for regcache sync in PM

Lukas Bulwahn (1):
MAINTAINERS: rectify entry for XILINX GPIO DRIVER

Sander Vanheule (1):
gpio: realtek-otto: switch to 32-bit I/O

Wei Yongjun (1):
gpio: mockup: remove gpio debugfs when remove device

William Breathitt Gray (4):
gpio: 104-dio-48e: Make irq_chip immutable
gpio: 104-idi-48: Make irq_chip immutable
gpio: 104-idio-16: Make irq_chip immutable
gpio: ws16c48: Make irq_chip immutable

MAINTAINERS | 2 +-
drivers/gpio/gpio-104-dio-48e.c | 10 ++-
drivers/gpio/gpio-104-idi-48.c | 10 ++-
drivers/gpio/gpio-104-idio-16.c | 18 +++--
drivers/gpio/gpio-mockup.c | 9 ++-
drivers/gpio/gpio-pca953x.c | 8 +-
drivers/gpio/gpio-pxa.c | 11 +--
drivers/gpio/gpio-realtek-otto.c | 166 ++++++++++++++++++++-------------------
drivers/gpio/gpio-ws16c48.c | 10 ++-
9 files changed, 135 insertions(+), 109 deletions(-)