1. 16 9月, 2011 2 次提交
  2. 24 8月, 2011 1 次提交
  3. 22 8月, 2011 1 次提交
  4. 19 8月, 2011 2 次提交
  5. 21 7月, 2011 4 次提交
  6. 20 7月, 2011 3 次提交
  7. 08 7月, 2011 1 次提交
    • S
      genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) · 659fb32d
      Simon Guinot 提交于
      This fixes a regression introduced by e59347a1 "arm: orion:
      Use generic irq chip".
      
      Depending on the device, interrupts acknowledgement is done by setting
      or by clearing a dedicated register. Replace irq_gc_ack() with some
      {set,clr}_bit variants allows to handle both cases.
      
      Note that this patch affects the following SoCs: Davinci, Samsung and
      Orion. Except for this last, the change is minor: irq_gc_ack() is just
      renamed into irq_gc_ack_set_bit().
      
      For the Orion SoCs, the edge GPIO interrupts support is currently
      broken. irq_gc_ack() try to acknowledge a such interrupt by setting
      the corresponding cause register bit. The Orion GPIO device expect the
      opposite. To fix this issue, the irq_gc_ack_clr_bit() variant is used.
      
      Tested on Network Space v2.
      Reported-by: NJoey Oravec <joravec@drewtech.com>
      Signed-off-by: NSimon Guinot <sguinot@lacie.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      659fb32d
  8. 06 7月, 2011 1 次提交
  9. 10 6月, 2011 1 次提交
  10. 04 6月, 2011 1 次提交
  11. 02 6月, 2011 1 次提交
  12. 24 5月, 2011 1 次提交
  13. 12 5月, 2011 1 次提交
  14. 09 5月, 2011 2 次提交
  15. 25 4月, 2011 1 次提交
  16. 14 4月, 2011 3 次提交
  17. 31 3月, 2011 1 次提交
  18. 29 3月, 2011 2 次提交
  19. 28 3月, 2011 1 次提交
  20. 15 3月, 2011 4 次提交
  21. 12 3月, 2011 3 次提交
  22. 11 3月, 2011 3 次提交