mbox series

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

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

Pull-request

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

Message

Bartosz Golaszewski Feb. 11, 2021, 2:18 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 11, 2021, 8:22 p.m. UTC | #1
The pull request you sent on Thu, 11 Feb 2021 15:18:43 +0100:

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

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

Thank you!