Linux GPIO subsystem development
 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 v6.0-rc4
Date: Sat,  3 Sep 2022 23:09:56 +0200	[thread overview]
Message-ID: <20220903210956.6008-1-brgl@bgdev.pl> (raw)

Linus,

Here's a set of fixes from the GPIO subsystem for the next RC. Most are small
driver fixes except the realtek-otto driver patch which is pretty big but
addresses a significant flaw that can cause the CPU to stay infinitely busy
on uncleared ISR on some platforms.

Please pull!
Bartosz Golaszewski

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6890381720b27a41f2d9e68cce241336342ea3b7:

  gpio: ws16c48: Make irq_chip immutable (2022-09-03 22:56:34 +0200)

----------------------------------------------------------------
gpio fixes for v6.0-rc4

- MAINTAINERS update
- fix resource leaks in gpio-mockup and gpio-pxa
- add missing locking in gpio-pca953x
- use 32-bit I/O in gpio-realtek-otto
- make irq_chip structures immutable in four more drivers

----------------------------------------------------------------
Bartosz Golaszewski (1):
      gpio: pxa: use devres for the clock struct

Haibo Chen (1):
      gpio: pca953x: Add mutex_lock for regcache sync in PM

Lukas Bulwahn (1):
      MAINTAINERS: rectify entry for XILINX GPIO DRIVER

Sander Vanheule (1):
      gpio: realtek-otto: switch to 32-bit I/O

Wei Yongjun (1):
      gpio: mockup: remove gpio debugfs when remove device

William Breathitt Gray (4):
      gpio: 104-dio-48e: Make irq_chip immutable
      gpio: 104-idi-48: Make irq_chip immutable
      gpio: 104-idio-16: Make irq_chip immutable
      gpio: ws16c48: Make irq_chip immutable

 MAINTAINERS                      |   2 +-
 drivers/gpio/gpio-104-dio-48e.c  |  10 ++-
 drivers/gpio/gpio-104-idi-48.c   |  10 ++-
 drivers/gpio/gpio-104-idio-16.c  |  18 +++--
 drivers/gpio/gpio-mockup.c       |   9 ++-
 drivers/gpio/gpio-pca953x.c      |   8 +-
 drivers/gpio/gpio-pxa.c          |  11 +--
 drivers/gpio/gpio-realtek-otto.c | 166 ++++++++++++++++++++-------------------
 drivers/gpio/gpio-ws16c48.c      |  10 ++-
 9 files changed, 135 insertions(+), 109 deletions(-)

             reply	other threads:[~2022-09-03 21:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-03 21:09 Bartosz Golaszewski [this message]
2022-09-04  4:36 ` [GIT PULL] gpio: fixes for v6.0-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=20220903210956.6008-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox