1. 07 Dec, 2004 36 commits
  2. 06 Dec, 2004 2 commits
  3. 05 Dec, 2004 2 commits
    • Marc Singer's avatar
      [ARM PATCH] 2297/1: SMC91x patch (#2) for LPD7a40x CardEngines · c4994d24
      Marc Singer authored
      Patch from Marc Singer
      
      Add support for the LPD7a40x implementation of the SMC91x ethernet
      controller. This patch exists to work around a mismatch between the
      way the LH7a40x CPUs handle chip selects and what the ethernet
      controller expects.
      
      This patch has been revised to eliminate masking of interrupts.  The
      concessions are that 
      
        a) the ISR must perform an IOBARRIER before the first access to the
           chip, just in case the interrupt occurred while the driver was
           writing to the chip
        b) other drivers that use the same chip select region as the SMC
           chip must perform a similar IOBARRIER at the top of their ISRs.
      
      Signed-off-by: Marc Singer
      Signed-off-by: Russell King
      c4994d24
    • Marc Singer's avatar
      [ARM PATCH] 2296/1: Corrections to build for LPD7a404 · dfe8a282
      Marc Singer authored
      Patch from Marc Singer
      
      A missing exten prevented the 2.6.10-rc2 kernel from building for the
      LPD7A404.  This patch adds it.
      
      Signed-off-by: Marc Singer
      Signed-off-by: Russell King
      dfe8a282