]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'gpio-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Dec 2015 18:54:03 +0000 (10:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Dec 2015 18:54:03 +0000 (10:54 -0800)
commit79e63f50c2c7da8333defccf273ba45578573472
tree4c76b1a5ad66f7ddd6c4e6c208455cfd6e07b950
parent6a24e72d23a6a223687274a6cf61a01940a7d7c9
parent000255b7dfc3119c13f388f179d6fc19cd00eada
Merge tag 'gpio-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO fixes from Linus Walleij:
 "Some GPIO fixes for the v4.4 series:

   - Fix a bunch of possible NULL references found by Coccinelle
     jockeys.
   - Stop creating Tegra's debugfs on everything and its dog.  This is
     an ARM multiplatform kernel issue.
   - Fix an oops in gpiolib for NULL names on named GPIOs.
   - Fix a complex OMAP1 bug in the OMAP driver"

* tag 'gpio-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacks
  gpiolib: fix oops, if gpio name is NULL
  gpio-tegra: Do not create the debugfs entry by default
  gpio: palmas: fix a possible NULL dereference
  gpio: syscon: fix a possible NULL dereference
  gpio: 74xx: fix a possible NULL dereference