1. 05 Jan, 2005 2 commits
    • Lennert Buytenhek's avatar
      [ARM PATCH] 2351/1: fix compilation for ixp2000 enp2611 and ixdp2400 platforms · ca3b0d2f
      Lennert Buytenhek authored
      Patch from Lennert Buytenhek
      
      Instead of 'struct sys_timer', the ixdp2400 code has 'struct timer' and the enp2611 has just 'struct', preventing compilation for both machine types.  This patch fixes it up.
      
      Signed-off-by: Lennert Buytenhek
      Signed-off-by: Russell King
      ca3b0d2f
    • Deepak Saxena's avatar
      [ARM PATCH] 2348/1: Fix IXDP2800 PCI irq mapping · debb1dec
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      Our case statments are looking at the devfn, but the existing code
      does a switch(PCI_SLOT(dev->devfn)). This causes all PCI devices 
      behind the first bridge to be configured with IRQ 0. Bad.
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      debb1dec
  2. 04 Jan, 2005 38 commits