Merge tag 'gpio-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Jan 2015 02:29:42 +0000 (15:29 +1300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Jan 2015 02:29:42 +0000 (15:29 +1300)
commit971780b701946be0d6e34b4abf6eec1ab05ec0c8
treea2fb35f19ec292098089d4e47bd168893d8c02c9
parent904a9802cd4da43da092851851301c8d22918ccc
parent96b932b84409a5c1037827b4432a2b53adc09a61
Merge tag 'gpio-v3.19-3' of git://git./linux/kernel/git/linusw/linux-gpio

Pull gpio fixes from Linus Walleij:
 "Here are some GPIO fixes, mainly affecting the DLN2 IRQ handling.
  Nothing special about them, just fixes:

   - Three patches fixing IRQ handling for the DLN2
   - Null pointer handling for grgpio"

* tag 'gpio-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: dln2: use bus_sync_unlock instead of scheduling work
  gpio: grgpio: Avoid potential NULL pointer dereference
  gpio: dln2: Fix gpio output value in dln2_gpio_direction_output()
  gpio: dln2: fix issue when an IRQ is unmasked then enabled