Linux GPIO subsystem development
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linus Walleij <linusw@kernel.org>,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	brgl@kernel.org,
	Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Subject: [GIT PULL] gpio fixes for v7.2-rc3
Date: Fri, 10 Jul 2026 10:55:20 +0200	[thread overview]
Message-ID: <20260710085520.8412-1-bartosz.golaszewski@oss.qualcomm.com> (raw)

Linus,

Please pull the following set of GPIO fixes for the next RC.

Thanks,
Bartosz

The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

  Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v7.2-rc3

for you to fetch changes up to b11c513ad943f35cf5e8007d3a56279c79b7ed4b:

  gpio: mvebu: free generic chips on unbind (2026-07-08 14:05:11 +0200)

----------------------------------------------------------------
gpio fixes for v7.2-rc3

- provide the missing .get_direction() callback in gpio-palmas
- fix interrupt handling in gpio-dwapb
- add a GPIO self-test program binary to .gitignore
- fix a resource leak in gpio-mvebu
- make the GPIO sharing heuristic more adaptable

----------------------------------------------------------------
Andreas Kemnade (1):
      gpios: palmas: add .get_direction() op

Bartosz Golaszewski (1):
      gpio: shared: make the voting mechanism adaptable

Cihan Karadag (1):
      selftests: gpio: add gpio-cdev-uaf to .gitignore

Jia Wang (1):
      gpio: dwapb: Defer clock gating until noirq

Liang Hao (1):
      gpio: dwapb: Mask interrupts at hardware initialization

Rosen Penev (1):
      gpio: mvebu: free generic chips on unbind

 drivers/gpio/gpio-dwapb.c               | 96 ++++++++++++++++++++++++++++-----
 drivers/gpio/gpio-mvebu.c               |  1 +
 drivers/gpio/gpio-palmas.c              | 19 +++++++
 drivers/gpio/gpio-shared-proxy.c        | 66 +++++++++++------------
 drivers/gpio/gpiolib-shared.h           |  3 +-
 tools/testing/selftests/gpio/.gitignore |  1 +
 6 files changed, 139 insertions(+), 47 deletions(-)

             reply	other threads:[~2026-07-10  8:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-10  8:55 Bartosz Golaszewski [this message]
2026-07-10 17:05 ` [GIT PULL] gpio fixes for v7.2-rc3 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=20260710085520.8412-1-bartosz.golaszewski@oss.qualcomm.com \
    --to=bartosz.golaszewski@oss.qualcomm.com \
    --cc=brgl@kernel.org \
    --cc=linusw@kernel.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