All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [GIT PULL] gpio: fixes for v5.19-rc4
Date: Sat, 25 Jun 2022 01:18:12 +0200	[thread overview]
Message-ID: <20220624231812.5878-1-brgl@bgdev.pl> (raw)

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(-)

             reply	other threads:[~2022-06-24 23:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 23:18 Bartosz Golaszewski [this message]
2022-06-25  0:11 ` [GIT PULL] gpio: fixes for v5.19-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220624231812.5878-1-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.