[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220624231812.5878-1-brgl@bgdev.pl>
Date: Sat, 25 Jun 2022 01:18:12 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Linus Walleij <linus.walleij@...aro.org>,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
Bartosz Golaszewski <brgl@...ev.pl>
Subject: [GIT PULL] gpio: fixes for v5.19-rc4
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(-)
Powered by blists - more mailing lists