[GIT PULL] gpio: fixes for v5.11

From: Bartosz Golaszewski
Date: Thu Feb 11 2021 - 09:27:26 EST


Linus,

This is hopefully the last batch of fixes for this release cycle. We
have a minor fix for a Kconfig regression as well as fixes for older
bugs in gpio-ep93xx.

Please pull,
Bartosz

The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:

Linux 5.11-rc7 (2021-02-07 13:57:38 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 28dc10eb77a2db7681b08e3b109764bbe469e347:

gpio: ep93xx: Fix single irqchip with multi gpiochips (2021-02-10 14:47:27 +0100)

----------------------------------------------------------------
gpio fixes for v5.11

- don't build gpio-mxs unconditionally with COMPILE_TEST enabled
- fix two problems with interrupt handling in gpio-ep93xx

----------------------------------------------------------------
Geert Uytterhoeven (1):
gpio: mxs: GPIO_MXS should not default to y unconditionally

Nikita Shubin (2):
gpio: ep93xx: fix BUG_ON port F usage
gpio: ep93xx: Fix single irqchip with multi gpiochips

drivers/gpio/Kconfig | 3 +-
drivers/gpio/gpio-ep93xx.c | 216 +++++++++++++++++++++++++--------------------
2 files changed, 120 insertions(+), 99 deletions(-)