1. 24 3月, 2009 7 次提交
  2. 05 3月, 2009 2 次提交
  3. 30 1月, 2009 3 次提交
  4. 15 1月, 2009 4 次提交
  5. 07 1月, 2009 1 次提交
  6. 11 12月, 2008 10 次提交
  7. 02 12月, 2008 1 次提交
  8. 30 11月, 2008 1 次提交
  9. 28 11月, 2008 1 次提交
    • N
      [ARM] remove a common set of __virt_to_bus definitions · b5ee9002
      Nicolas Pitre 提交于
      Let's provide an overridable default instead of having every machine
      class define __virt_to_bus and __bus_to_virt to the same thing.  What
      most platforms are using is bus_addr == phys_addr so such is the default.
      
      One exception is ebsa110 which has no DMA what so ever, so the actual
      definition is not important except only for proper compilation.  Also
      added a comment about the special footbridge bus translation.
      
      Let's also remove comments alluding to set_dma_addr which is not
      (and should not) be commonly used.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b5ee9002
  10. 26 11月, 2008 1 次提交
  11. 05 11月, 2008 2 次提交
    • T
      ARM: OMAP: Fix define for twl4030 irqs · 5c32f62b
      Tony Lindgren 提交于
      Otherwise twl4030 gpios won't work.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      5c32f62b
    • T
      ARM: OMAP: Fix get_irqnr_and_base to clear spurious interrupt bits · 52414739
      Tony Lindgren 提交于
      On omap24xx, INTCPS_SIR_IRQ_OFFSET bits [6:0] contains the current
      active interrupt number.
      
      However, on 34xx INTCPS_SIR_IRQ_OFFSET bits [31:7] also contains the
      SPURIOUSIRQFLAG, which gets set if the interrupt sorting information
      is invalid.
      
      If the SPURIOUSIRQFLAG bits are not ignored, the interrupt code will
      occasionally produce a bunch of confusing errors:
      
      irq -33, desc: c02ddcc8, depth: 0, count: 0, unhandled: 0
      ->handle_irq():  c006f23c, handle_bad_irq+0x0/0x22c
      ->chip(): 00000000, 0x0
      ->action(): 00000000
      
      Fix this by masking out only the ACTIVEIRQ bits. Also fix a
      confusing comment.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      52414739
  12. 15 10月, 2008 1 次提交
  13. 10 10月, 2008 2 次提交
  14. 09 10月, 2008 3 次提交
  15. 08 10月, 2008 1 次提交