]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-fixes-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Feb 2021 19:21:08 +0000 (11:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Feb 2021 19:21:08 +0000 (11:21 -0800)
commit829738f19325f1c1aec55f4bde8f01b90d225279
treecdc210f8e2edd9d0be19e25657f2265d234747dd
parent39e6df69737ffa5a83fd58a82a6d4b1b5f43568d
parentd56f1002be9eb03305cd5f660470f4edca012bda
Merge tag 'gpio-fixes-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

Pull gpio fixes from Bartosz Golaszewski:
 "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:

   - don't build gpio-mxs unconditionally with COMPILE_TEST enabled

   - fix two problems with interrupt handling in gpio-ep93xx"

* tag 'gpio-fixes-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
  gpio: ep93xx: Fix single irqchip with multi gpiochips
  gpio: ep93xx: fix BUG_ON port F usage
  gpio: mxs: GPIO_MXS should not default to y unconditionally