mbox series

[GIT,PULL] gpio: fixes for v6.3-rc6

Message ID 20230407114530.75942-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v6.3-rc6 | expand

Pull-request

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

Message

Bartosz Golaszewski April 7, 2023, 11:45 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following fixes from the GPIO subsystem for this release.

Thanks,
Bartosz

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7b75c4703609a3ebaf67271813521bc0281e1ec1:

  gpio: davinci: Add irq chip flag to skip set wake (2023-04-03 17:40:41 +0200)

----------------------------------------------------------------
gpio fixes for v6.3-rc6

- fix irq handling in gpio-davinci
- fix Kconfig dependencies for gpio-regmap

----------------------------------------------------------------
Dhruva Gole (2):
      gpio: davinci: Do not clear the bank intr enable bit in save_context
      gpio: davinci: Add irq chip flag to skip set wake

Randy Dunlap (1):
      gpio: GPIO_REGMAP: select REGMAP instead of depending on it

 drivers/gpio/Kconfig        | 2 +-
 drivers/gpio/gpio-davinci.c | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org April 7, 2023, 8:56 p.m. UTC | #1
The pull request you sent on Fri,  7 Apr 2023 13:45:30 +0200:

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

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

Thank you!