All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gpio: fixes for v6.0-rc4
@ 2022-09-03 21:09 Bartosz Golaszewski
  2022-09-04  4:36 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2022-09-03 21:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andy Shevchenko, Linus Walleij, linux-gpio, linux-kernel,
	Bartosz Golaszewski

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] gpio: fixes for v6.0-rc4
  2022-09-03 21:09 [GIT PULL] gpio: fixes for v6.0-rc4 Bartosz Golaszewski
@ 2022-09-04  4:36 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-09-04  4:36 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Linus Torvalds, Andy Shevchenko, Linus Walleij, linux-gpio,
	linux-kernel, Bartosz Golaszewski

The pull request you sent on Sat,  3 Sep 2022 23:09:56 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7726d4c3e60bfe206738894267414a5f10510f1a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-04  4:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-03 21:09 [GIT PULL] gpio: fixes for v6.0-rc4 Bartosz Golaszewski
2022-09-04  4:36 ` pr-tracker-bot

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.