]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commit28f5ab1e12ba702389c41bc95d02733673020d85
tree31c1b24dce310119c53b0da5e4fd03cba407cf5c
parent5c6207539aea8b22490f9569db5aa72ddfd0d486
parentd95da993383c78f7efd25957ba3af23af4b1c613
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