]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Oct 2019 17:55:22 +0000 (10:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Oct 2019 17:55:22 +0000 (10:55 -0700)
commita192ed51d44532b4795da2d1b9c98c5756dee1d1
tree3b5301dc66b879335140b31e56b42335c9f5c358
parent21ce3346bfeef79e7f96d0be492b5660e93f271c
parent186980c04f7e7ea3c5d3fd92ecbdeccc2f6e3e76
Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO fixes from Linus Walleij:

 - don't clear FLAG_IS_OUT when emulating open drain/source in gpiolib

 - fix up the usage of nonexclusive GPIO descriptors from device trees

 - fix the incorrect IEC offset when toggling trigger edge in the
   Spreadtrum driver

 - use the correct unit for debounce settings in the MAX77620 driver

* tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: max77620: Use correct unit for debounce times
  gpio: eic: sprd: Fix the incorrect EIC offset when toggling
  gpio: fix getting nonexclusive gpiods from DT
  gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source