1. 07 Dec, 2004 6 commits
  2. 06 Dec, 2004 2 commits
  3. 05 Dec, 2004 5 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
    • Holger Freyther's avatar
      [ARM PATCH] 2294/1: SA1100 ide.h change superseed 2282/1 · 92850dcc
      Holger Freyther authored
      Patch from Holger Hans Peter Freyther
      
      As proposed in 2282 asm-arm/arch-sa1100/ide.h is not included anymore from asm-arm/ide.h. 
      If arch-sa1100/ide.h is included we abort with #error.
      If lart.c is compiled we kindly warn that ide needs fixing for this board.
      
      
      Signed-off-by: Holger Hans Peter Freyther
      Signed-off-by: Russell King
      92850dcc
    • Marc Singer's avatar
      [ARM PATCH] 2293/1: Corrections to build for LPD7a400 · a41a8d1f
      Marc Singer authored
      Patch from Marc Singer
      
      Some typos prevent the 2.6.10-rc2 kernel from building for the
      LPD7A400.  This patch fixes them.  It also removes CONFIG_FIQ which
      shouldn't be necessary and doesn't compile.
      
      Signed-off-by: Marc Singer
      Signed-off-by: Russell King
      a41a8d1f
    • Martin Josefsson's avatar
      [PATCH] Fix ALSA resume · 5a530b5a
      Martin Josefsson authored
      Some time ago, a patch was merged that removed pci_save_state() and
      pci_restore_state() from various ALSA drivers. That patch also added
      pci_restore_state() to sound/core/init.c but didn't add pci_save_state()
      anywhere. This is needed since the core pci handling doesn't do this for
      us anymore.
      
      My laptop doesn't resume (gets what I assume is an ACPI timeout and
      hangs solid) without this small obvious patch.
      Signed-off-by: default avatarMartin Josefsson <gandalf@wlug.westbo.se>
      Fixed-by: default avatarTakashi Iwai <tiwai@suse.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      5a530b5a
  4. 04 Dec, 2004 5 commits
  5. 03 Dec, 2004 8 commits
  6. 02 Dec, 2004 14 commits