mbox series

[GIT,PULL] gpio: fixes for v5.13-rc3

Message ID 20210521164139.25088-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.13-rc3 | expand

Pull-request

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

Message

Bartosz Golaszewski May 21, 2021, 4:41 p.m. UTC
Linus,

please pull the following three fixes for the GPIO subsystem.

Best Regards,
Bartosz

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to bdbe871ef0caa660e16461a2a94579d9f9ef7ba4:

  gpio: tegra186: Don't set parent IRQ affinity (2021-05-12 13:56:43 +0200)

----------------------------------------------------------------
gpio fixes for v5.13-rc3

- add missing MODULE_DEVICE_TABLE in gpio-cadence
- fix a kernel doc validator error in gpio-xilinx
- don't set parent IRQ affinity in gpio-tegra186

----------------------------------------------------------------
Andy Shevchenko (1):
      gpio: xilinx: Correct kernel doc for xgpio_probe()

Jon Hunter (1):
      gpio: tegra186: Don't set parent IRQ affinity

Zou Wei (1):
      gpio: cadence: Add missing MODULE_DEVICE_TABLE

 drivers/gpio/gpio-cadence.c  |  1 +
 drivers/gpio/gpio-tegra186.c | 11 -----------
 drivers/gpio/gpio-xilinx.c   |  2 +-
 3 files changed, 2 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org May 21, 2021, 11:31 p.m. UTC | #1
The pull request you sent on Fri, 21 May 2021 18:41:39 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.13-rc3

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

Thank you!