[GIT PULL] gpio: fixes for v5.14-rc5
From: Bartosz Golaszewski
Date: Wed Aug 04 2021 - 09:59:28 EST
Linus,
Please pull the following GPIO fixes for the next rc.
Thanks!
Bartosz
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-updates-for-v5.14-rc5
for you to fetch changes up to 9b87f43537acfa24b95c236beba0f45901356eb2:
gpio: tqmx86: really make IRQ optional (2021-08-02 17:17:27 +0200)
----------------------------------------------------------------
gpio fixes for v5.14-rc5
- revert a patch intruducing breakage in interrupt handling in gpio-mpc8xxx
- correctly handle missing IRQs in gpio-tqmx86 by really making them optional
----------------------------------------------------------------
Matthias Schiffer (1):
gpio: tqmx86: really make IRQ optional
Rasmus Villemoes (1):
Revert "gpio: mpc8xxx: change the gpio interrupt flags."
drivers/gpio/gpio-mpc8xxx.c | 2 +-
drivers/gpio/gpio-tqmx86.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)