[GIT PULL] late GPIO fixes for v5.9
From: Linus Walleij
Date: Fri Oct 09 2020 - 04:21:05 EST
Hi Linus,
some two late GPIO fixes: one IRQ issue and one compilation
issue for UML.
Please pull them in!
Yours,
Linus Walleij
The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:
Linux 5.9-rc8 (2020-10-04 16:04:34 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.9-3
for you to fetch changes up to 8b81edd80baf12d64420daff1759380aa9a14998:
gpio: pca953x: Survive spurious interrupts (2020-10-07 11:47:41 +0200)
----------------------------------------------------------------
Some late fixes for the v5.9 kernel:
- Fix a compilation issue with User Mode Linux.
- Handle spurious interrupts properly in the PCA953x driver.
----------------------------------------------------------------
Andy Shevchenko (1):
gpiolib: Disable compat ->read() code in UML case
Marc Zyngier (1):
gpio: pca953x: Survive spurious interrupts
drivers/gpio/gpio-pca953x.c | 17 +++++++++++++++--
drivers/gpio/gpiolib-cdev.c | 2 +-
2 files changed, 16 insertions(+), 3 deletions(-)