]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gpio-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linus...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2013 01:24:10 +0000 (18:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2013 01:24:10 +0000 (18:24 -0700)
commitf9a816200e0836c4bb7b016eb4e59d4e11f44a2e
tree5cb431c3a7c4792358ee82798281976db0412786
parent915b1e694a0e4f27e75853c0fafaeede84d392d8
parentc96da7a55d444960b5085a6474d1de5c4d516a9e
Merge tag 'gpio-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO fixes from Linus Walleij:
 - An OMAP fix that makes ethernet work again.
 - Fix for build problem when building the MCP23S08 driver as module.
 - IRQ conflicts in the Langwell driver.
 - Fix IRQ coherency issues in the MXS driver.
 - Return correct errorcode on errorpath when removing GPIO chips.

* tag 'gpio-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpio: Don't override the error code in probe error handling
  gpio: mxs: Use set and clear capabilities of the gpio controller
  gpio-langwell: fix irq conflicts when DT is not used
  gpio: mcp23s08: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m
  gpio/omap: ensure gpio context is initialised