Merge tag 'gpio-for-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
commit1cb39a6cb9528581cd1d7ec0e7a1f33d74c2ab37
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Aug 2013 21:57:24 +0000 (2 14:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Aug 2013 21:57:24 +0000 (2 14:57 -0700)
treef553b76b5f778fa2325cc05d001372c33c823ba6
parente7e2e511ba7d5850a7ecedcb452acf9d25a9a768
parent011b2039dfd46fa030138b2e2ed3c55c8341151d
Merge tag 'gpio-for-v3.11-3' of git://git./linux/kernel/git/linusw/linux-gpio

Pull GPIO fixes from Linus Walleij:
 "Yet another GPIO pull request, fixing the fix from the last one.  It
  turns out that fixing the boot path for device tree boots on OMAP
  breaks out antique systems (such as OMAP1) and we need to find a
  better way.  So we're reverting that "fix" for the moment and thinking
  about something better.

  Also fixing a build issue on the MSM driver"

* tag 'gpio-for-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio_msm: Fix build error due to missing err.h
  Revert "gpio/omap: don't create an IRQ mapping for every GPIO on DT"
  Revert "gpio/omap: auto request GPIO as input if used as IRQ via DT"
  Revert "gpio/omap: fix build error when OF_GPIO is not defined."