mbox series

[GIT,PULL] gpio: fixes for v5.19-rc4

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

Pull-request

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

Message

Bartosz Golaszewski June 24, 2022, 11:18 p.m. UTC
Linus,

Please pull the following set of fixes for the next rc. Details are
in the signed tag as usual.

Thanks!
Bartosz Golaszewski

The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

  Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b0d473185ba887c798ed0cd6f5abf4075363baa4:

  gpio: mxs: Fix header comment (2022-06-23 23:18:13 +0200)

----------------------------------------------------------------
gpio fixes for v5.19-rc4

- make the irqchip immutable in gpio-realtek-otto
- fix error code propagation in gpio-winbond
- fix device removing in gpio-grgpio
- fix a typo in gpio-mxs which indicates the driver is for a different model
- documentation fixes
- MAINTAINERS file updates

----------------------------------------------------------------
Akira Yokosawa (1):
      gpio: Fix kernel-doc comments to nested union

Dan Carpenter (1):
      gpio: winbond: Fix error code in winbond_gpio_get()

Lukas Bulwahn (1):
      MAINTAINERS: add include/dt-bindings/gpio to GPIO SUBSYSTEM

Sander Vanheule (1):
      gpio: realtek-otto: Make the irqchip immutable

Stefan Wahren (1):
      gpio: mxs: Fix header comment

Tom Schwindl (1):
      docs: driver-api: gpio: Fix filename mismatch

Uwe Kleine-König (1):
      gpio: grgpio: Fix device removing

 Documentation/driver-api/gpio/board.rst    |  2 +-
 Documentation/driver-api/gpio/consumer.rst |  6 +++---
 Documentation/driver-api/gpio/intro.rst    |  6 +++---
 MAINTAINERS                                |  1 +
 drivers/gpio/gpio-grgpio.c                 | 14 +-------------
 drivers/gpio/gpio-mxs.c                    |  2 +-
 drivers/gpio/gpio-realtek-otto.c           | 10 ++++++++--
 drivers/gpio/gpio-winbond.c                |  7 ++++---
 include/linux/gpio/driver.h                | 29 ++++++++++++++++-------------
 9 files changed, 38 insertions(+), 39 deletions(-)

Comments

pr-tracker-bot@kernel.org June 25, 2022, 12:11 a.m. UTC | #1
The pull request you sent on Sat, 25 Jun 2022 01:18:12 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8c23f235a6a8ae43abea215812eb9d8cf4dd165e

Thank you!