[GIT PULL] gpio: fixes for v5.13

From: Bartosz Golaszewski
Date: Fri Jun 25 2021 - 08:33:39 EST


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(-)