1. 09 Mar, 2002 3 commits
    • Tomas Kasparek's avatar
      [PATCH] 1039/1: EXPORT_SYMBOL(dma_spin_lock) for ALSA · a8782c01
      Tomas Kasparek authored
      Even I do not realy use any ISA code of ALSA on my iPAQ I need it for compilation. As I build ALSA as modules, the dma_spin_lock symbol is missing.
      
      I have seen both definitions of dma_spin_lock (in kernel/dma.c and arch/arm/kernel/dma.c) same as EXPORT_SYMBOL in kernel/ksyms.c, but I think, exporting it in arch/arm/kernel/dma.c should be better then making confusion in kernel/ksyms.c
      
      2Russel: If you don't think this is good solution, we should discuss this in linux-arm-kernel mailing list
      a8782c01
    • Stefan Eletzhofer's avatar
      [PATCH] 1008/1: PCMCIA MECR handling · 84ff536a
      Stefan Eletzhofer authored
      This patch changes PCMCIA MECR handling such that:
      	- MECR is changed in one function only and atomically
      	- a additional callback for boards to allow them to
      	  tweak BS values on a per-socket basis
      
      Note: I don't know wether or not tish changes are WIP or done
      already. If so, please drop it and send me a note.
      
      Changes files:
      linux/drivers/pcmcia/sa1100_generic.h
      linux/drivers/pcmcia/sa1100_generic.c
      84ff536a
    • Christopher Hoover's avatar
      2e746efe
  2. 05 Mar, 2002 1 commit
    • Stefan Eletzhofer's avatar
      [PATCH] 1022/1: Initial PCMCIA support for PT Digital Board · eed3ac83
      Stefan Eletzhofer authored
      This patch adds PCMCIA/CF support for the
      PT Digital Board (CONFIG_SA1100_PT_SYSTEM3).
      
      2nd try .... :)
      
      Changed files:
      linux/drivers/pcmcia/Makefile
      linux/drivers/pcmcia/sa1100.h
      linux/drivers/pcmcia/sa1100_generic.c
      Added files:
      linux/drivers/pcmcia/sa1100_system3.c
      eed3ac83
  3. 02 Mar, 2002 5 commits
  4. 28 Feb, 2002 3 commits
  5. 25 Feb, 2002 10 commits
  6. 21 Feb, 2002 18 commits