Merge tag 'gpio-v3.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Sep 2014 17:17:37 +0000 (10:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Sep 2014 17:17:37 +0000 (10:17 -0700)
commit2289823c22d528c71f692c0145a1f1b5a211b6a1
treef67b560fa8bf5ef224474ad500fcf14404db7edb
parent4d3afba349efbb5d4a3e42345f1976ec2371b7f1
parent324b0398781e7afb846378dd2d8a4374faaf236b
Merge tag 'gpio-v3.17-4' of git://git./linux/kernel/git/linusw/linux-gpio

Pull gpio fixes from Linus Walleij:
 "Two GPIO fixes:

   - GPIO direction flags where handled wrong in the new descriptor-
     based API, so direction changes did not always "take".

   - Fix a handler installation race in the generic GPIO irqchip code"

* tag 'gpio-v3.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: Fix potential NULL handler data in chained irqchip handler
  gpio: Fix gpio direction flags not getting set