1. 22 9月, 2012 3 次提交
  2. 15 8月, 2012 1 次提交
  3. 27 7月, 2012 2 次提交
  4. 24 6月, 2012 1 次提交
    • A
      ARM: Orion: Fix Virtual/Physical mixup with watchdog · 0fa1f060
      Andrew Lunn 提交于
      The orion watchdog is expecting to be passed the physcial address of
      the hardware, and will ioremap() it to give a virtual address it will
      use as the base address for the hardware. However, when creating the
      platform resource record, a virtual address was being used.
      
      Add the necassary #define's so we can pass the physical address as
      expected.
      
      Tested on Kirkwood and Orion5x.
      
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      0fa1f060
  5. 15 5月, 2012 2 次提交
  6. 09 5月, 2012 6 次提交
  7. 16 3月, 2012 2 次提交
  8. 10 2月, 2012 2 次提交
  9. 20 12月, 2011 1 次提交
  10. 19 12月, 2011 1 次提交
  11. 14 12月, 2011 4 次提交
  12. 24 8月, 2011 1 次提交
  13. 12 8月, 2011 3 次提交
  14. 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
  15. 24 5月, 2011 1 次提交
  16. 17 5月, 2011 9 次提交