]> git.baikalelectronics.ru Git - kernel.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)
commitb70d48a93ce5c9110c3fe10641584d5609e83d81
tree4c76b1a5ad66f7ddd6c4e6c208455cfd6e07b950
parent249b1c839757155971c756a7031ea331678e03b6
parent1404264f341d7a3f84fe19f81d4510a488cad826
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