1. 02 Jan, 2005 13 commits
  2. 01 Jan, 2005 15 commits
  3. 02 Jan, 2005 1 commit
  4. 01 Jan, 2005 5 commits
  5. 31 Dec, 2004 3 commits
  6. 30 Dec, 2004 1 commit
  7. 31 Dec, 2004 2 commits
    • Deepak Saxena's avatar
      [ARM PATCH] 2307/1: Add IXP46x and IXDPG465 implementation · 64359c87
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      Patch adds implementation details for IXP46x CPUs and new IXDPG465
      reference platform. 
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      64359c87
    • Deepak Saxena's avatar
      [ARM PATCH] 2339/1: Don't mask IRQ_STATUS with IXP2000_VALID_IRQ_MASK · 9aaa9ef8
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      Supersedes 2226/1
      
      According to the IXP Programmer's Reference Manual, a read from
      IRQ_STATUS can only return '1' for IRQ sources that have been
      explicitly enabled in IRQ_ENABLE. So if we never enable 'invalid'
      IRQ sources, we don't actually have to mask off IRQ_STATUS with
      IXP2000_VALID_IRQ_MASK.
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      9aaa9ef8