[GIT,PULL] gpio: fixes for v6.6-rc5

Message ID 20231006185734.39969-1-brgl@bgdev.pl
State New
Headers
Series [GIT,PULL] gpio: fixes for v6.6-rc5 |

Pull-request

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

Message

Bartosz Golaszewski Oct. 6, 2023, 6:57 p.m. UTC
  From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull another round of driver one-liners from the GPIO subsystem
for the next RC.

Thanks,
Bartosz

The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:

  Linux 6.6-rc4 (2023-10-01 14:15:13 -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.6-rc5

for you to fetch changes up to f9315f17bf778cb8079a29639419fcc8a41a3c84:

  gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() (2023-10-05 08:41:56 +0200)

----------------------------------------------------------------
gpio fixes for v6.6-rc5

- disable pin control on MMP GPIOs in gpio-pxa
- fix the GPIO number passed to one of the pinctrl callbacks in gpio-aspeed

----------------------------------------------------------------
Bartosz Golaszewski (1):
      gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()

Duje Mihanović (1):
      gpio: pxa: disable pinctrl calls for MMP_GPIO

 drivers/gpio/gpio-aspeed.c | 2 +-
 drivers/gpio/gpio-pxa.c    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 7, 2023, 6:12 p.m. UTC | #1
The pull request you sent on Fri,  6 Oct 2023 20:57:34 +0200:

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

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

Thank you!