[GIT PULL] gpio: fixes for v6.0-rc6
From: Bartosz Golaszewski
Date: Fri Sep 16 2022 - 03:43:06 EST
Linus,
Please pull the following set of fixes for the next rc.
Bartosz
The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:
Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v6.0-rc6
for you to fetch changes up to 09eed5a1ed3c752892663976837eb4244c2f1984:
gpio: mt7621: Make the irqchip immutable (2022-09-14 14:18:08 +0200)
----------------------------------------------------------------
gpio fixes for v6.0-rc6
- fix the level-low interrupt type support in gpio-mpc8xxx
- convert another two drivers to using immputable irq chips
- MAINTAINERS update
----------------------------------------------------------------
Jay Fang (1):
MAINTAINERS: Update HiSilicon GPIO Driver maintainer
Linus Walleij (1):
gpio: ixp4xx: Make irqchip immutable
Pali Rohár (1):
gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
Sergio Paracuellos (1):
gpio: mt7621: Make the irqchip immutable
MAINTAINERS | 2 +-
drivers/gpio/gpio-ixp4xx.c | 17 ++++++++++++++---
drivers/gpio/gpio-mpc8xxx.c | 1 +
drivers/gpio/gpio-mt7621.c | 21 +++++++++++++++------
4 files changed, 31 insertions(+), 10 deletions(-)