[GIT PULL] gpio: fixes for v5.16-rc7

From: Bartosz Golaszewski
Date: Thu Dec 23 2021 - 11:22:18 EST


Linus,

Here are two more fixes from the GPIO subsystem for this release cycle.

Please pull,
Bartosz

The following changes since commit d6912b1251b47e6b04ea8c8881dfb35a6e7a3e29:

gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors (2021-11-16 09:41:44 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.16-rc7

for you to fetch changes up to 3e4d9a485029aa9e172dab5420abe775fd86f8e8:

gpio: virtio: remove timeout (2021-12-21 16:22:58 +0100)

----------------------------------------------------------------
gpio fixes for v5.16-rc7

- fix interrupts when replugging the device in gpio-dln2
- remove the arbitrary timeout on virtio requests from gpio-virtio

----------------------------------------------------------------
Noralf Trønnes (1):
gpio: dln2: Fix interrupts when replugging the device

Vincent Whitchurch (1):
gpio: virtio: remove timeout

drivers/gpio/gpio-dln2.c | 19 +++++++++----------
drivers/gpio/gpio-virtio.c | 6 +-----
2 files changed, 10 insertions(+), 15 deletions(-)