mbox series

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

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

Pull-request

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

Message

Bartosz Golaszewski June 25, 2021, 12:33 p.m. UTC
Linus,

Please pull the following late fixes for the GPIO subsystem.

Best regards,
Bartosz Golaszewski

The following changes since commit dbec64b11c65d74f31427e2b9d5746fbf17bf840:

  gpio: wcd934x: Fix shift-out-of-bounds error (2021-05-27 09:51:35 +0200)

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

for you to fetch changes up to c6414e1a2bd26b0071e2b9d6034621f705dfd4c0:

  gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP (2021-06-25 12:13:53 +0200)

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

- fix wake-up interrupt support on gpio-mxc
- zero the padding bytes in a structure passed to user-space in the GPIO
  character device
- select HAS_IOPORT_MAP in two drivers that need it to fix a Kbuild issue

----------------------------------------------------------------
Gabriel Knezek (1):
      gpiolib: cdev: zero padding during conversion to gpioline_info_changed

Johannes Berg (1):
      gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP

Loic Poulain (1):
      gpio: mxc: Fix disabled interrupt wake-up support

 drivers/gpio/Kconfig        | 2 ++
 drivers/gpio/gpio-mxc.c     | 2 +-
 drivers/gpio/gpiolib-cdev.c | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org June 25, 2021, 5:48 p.m. UTC | #1
The pull request you sent on Fri, 25 Jun 2021 14:33:20 +0200:

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

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

Thank you!