]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Aug 2019 13:26:30 +0000 (06:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Aug 2019 13:26:30 +0000 (06:26 -0700)
commit20a8cb721a1d8e1cdc812646abfd7af2dfffee0b
tree31c1b24dce310119c53b0da5e4fd03cba407cf5c
parent0df1690364deeee9ad6b3a61054f3105b887e230
parent7dcece11b393d4ce5a7833a4dda2e646958d4053
Merge tag 'gpio-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO fixes from Linus Walleij:
 "Three GPIO fixes, all touching the core, so quite important:

   - Fix the request of active low GPIO line events.

   - Don't issue WARN() stuff on NULL descriptors if the GPIOLIB is
     disabled.

   - Preserve the descriptor flags when setting the initial direction on
     lines"

* tag 'gpio-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpiolib: Preserve desc->flags when setting state
  gpio: don't WARN() on NULL descs if gpiolib is disabled
  gpiolib: fix incorrect IRQ requesting of an active-low lineevent