mbox series

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

Message ID 20211223162209.26870-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.16-rc7 | expand

Pull-request

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

Message

Bartosz Golaszewski Dec. 23, 2021, 4:22 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 23, 2021, 6:13 p.m. UTC | #1
The pull request you sent on Thu, 23 Dec 2021 17:22:09 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3bf6f013980a9cf255c52135b74339a8fc332dfc

Thank you!