]> 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)
commit7e19fe64c22ad2ae4fbe0e9417208064f3bb901d
tree955f42e1687e0ff55b6a37ddece93bb5cc17f4f9
parent2bbfb4940541938ac4bd11b08fdfa1c8d2040c47
parent9f88d7b482715ee85cd331a2f85d31886d6c72de
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