]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mxs-fixes-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 into...
authorOlof Johansson <olof@lixom.net>
Sat, 8 Jun 2013 01:19:30 +0000 (18:19 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 8 Jun 2013 01:19:40 +0000 (18:19 -0700)
commit4732a9d8c5049f891b82932235f9e3e4b6bc5844
tree9bfd6aa1a24e6bd3e9a7db614c772cc86c905e3d
parentefc567992dd7f04ec3feaa632b8a545c0507d1b0
parentc50d823490df914bf4e9b62030908fb5deca3b77
Merge tag 'mxs-fixes-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes

From Shawn Guo, mxs fixes for 3.10:

- Since the time we move to MULTI_IRQ_HANDLER, the 0x7f polling for no
  interrupt in icoll_handle_irq() becomes insane, because 0x7f is an
  valid interrupt number, the irq of gpio bank 0.  That unnecessary
  polling results in the driver not detecting when irq 0x7f is active
  which makes the machine effectively dead lock.  The fix removes the
  interrupt poll loop and allows usage of gpio0 interrupt without an
  infinite loop.

* tag 'mxs-fixes-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6:
  ARM: mxs: icoll: Fix interrupts gpio bank 0

Signed-off-by: Olof Johansson <olof@lixom.net>