]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Oct 2020 18:33:48 +0000 (11:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Oct 2020 18:33:48 +0000 (11:33 -0700)
commit2a8f56aa88203b12d509a2db596d6911b809261a
tree955f42e1687e0ff55b6a37ddece93bb5cc17f4f9
parenta20830de8d3cfa85c746fc316ee30c9c4c8fab9c
parentd54078ea08e3adf58fe74d72d8f755bd2a9ff71d
Merge tag 'gpio-v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO fixes from Linus Walleij:
 "Some late fixes: one IRQ issue and one compilation issue for UML.

   - Fix a compilation issue with User Mode Linux

   - Handle spurious interrupts properly in the PCA953x driver"

* tag 'gpio-v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: pca953x: Survive spurious interrupts
  gpiolib: Disable compat ->read() code in UML case