An error occurred fetching the project authors.
  1. 22 Apr, 2003 1 commit
  2. 07 Apr, 2003 2 commits
    • Eli Carter's avatar
      [ARM PATCH] 1472/1: Rename *-iop310 directories to *-iop3xx · 27ff714b
      Eli Carter authored
      Patch from Eli Carter
      
      # Mon Mar 31 15:53:24 CST 2003
      # Rename the *-iop310 directories to *-iop3xx, and fix up filenames in
      # comments.
      # Modify the default config to build for me.
      #
      # This patch may be applied by hand, or may be executed as a shell script.
      # Patch is against 2.5.65-rmk1
      #
      # arch/arm/Kconfig                      |    2 
      # arch/arm/Makefile                     |    2 
      # arch/arm/def-configs/iq80310          |  634 +++++++++++++++-------------------
      # arch/arm/mach-iop3xx/arch.c           |    2 
      # arch/arm/mach-iop3xx/iop310-irq.c     |    2 
      # arch/arm/mach-iop3xx/iop310-pci.c     |    2 
      # arch/arm/mach-iop3xx/iq80310-irq.c    |    2 
      # arch/arm/mach-iop3xx/iq80310-pci.c    |    2 
      # arch/arm/mach-iop3xx/iq80310-time.c   |    2 
      # arch/arm/mach-iop3xx/mm.c             |    2 
      # arch/arm/mach-iop3xx/xs80200-irq.c    |    2 
      # include/asm-arm/arch-iop3xx/ide.h     |    2 
      # include/asm-arm/arch-iop3xx/io.h      |    2 
      # include/asm-arm/arch-iop3xx/iop310.h  |    2 
      # include/asm-arm/arch-iop3xx/irqs.h    |    2 
      # include/asm-arm/arch-iop3xx/serial.h  |    2 
      # include/asm-arm/arch-iop3xx/vmalloc.h |    2 
      # 17 files changed, 301 insertions(+), 365 deletions(-)
      #
      27ff714b
    • Eli Carter's avatar
      [ARM PATCH] 1472/1: Rename *-iop310 directories to *-iop3xx · 067120af
      Eli Carter authored
      Patch from Eli Carter
      
      # Mon Mar 31 15:53:24 CST 2003
      # Rename the *-iop310 directories to *-iop3xx, and fix up filenames in
      # comments.
      # Modify the default config to build for me.
      #
      # This patch may be applied by hand, or may be executed as a shell script.
      # Patch is against 2.5.65-rmk1
      #
      # arch/arm/Kconfig                      |    2 
      # arch/arm/Makefile                     |    2 
      # arch/arm/def-configs/iq80310          |  634 +++++++++++++++-------------------
      # arch/arm/mach-iop3xx/arch.c           |    2 
      # arch/arm/mach-iop3xx/iop310-irq.c     |    2 
      # arch/arm/mach-iop3xx/iop310-pci.c     |    2 
      # arch/arm/mach-iop3xx/iq80310-irq.c    |    2 
      # arch/arm/mach-iop3xx/iq80310-pci.c    |    2 
      # arch/arm/mach-iop3xx/iq80310-time.c   |    2 
      # arch/arm/mach-iop3xx/mm.c             |    2 
      # arch/arm/mach-iop3xx/xs80200-irq.c    |    2 
      # include/asm-arm/arch-iop3xx/ide.h     |    2 
      # include/asm-arm/arch-iop3xx/io.h      |    2 
      # include/asm-arm/arch-iop3xx/iop310.h  |    2 
      # include/asm-arm/arch-iop3xx/irqs.h    |    2 
      # include/asm-arm/arch-iop3xx/serial.h  |    2 
      # include/asm-arm/arch-iop3xx/vmalloc.h |    2 
      # 17 files changed, 301 insertions(+), 365 deletions(-)
      #
      067120af
  3. 17 Nov, 2002 1 commit
  4. 13 Oct, 2002 1 commit
  5. 03 Aug, 2002 1 commit
    • Russell King's avatar
      [TRIVIAL] acorn & arm designated initializer rework · ab0680db
      Russell King authored
      From Rusty.
      The old form of designated initializers are obsolete: we need to
      replace them with the ISO C forms before 2.6.  Gcc has always supported
      both forms anyway.
      
      (rmk - cleaned up spacing to be more reasonable)
      ab0680db
  6. 13 Mar, 2002 1 commit
  7. 10 Mar, 2002 1 commit
  8. 25 Feb, 2002 1 commit
    • Russell King's avatar
      Rationalise interrupt handling on ARM. With the old code, we had · 3991853c
      Russell King authored
      loops within loops within loops checking until each IRQ level didn't
      have any more interrupts for us.  This caused both latency problems,
      and locked out any chance of handling a second interrupt from down
      the chain while one on that chain was already in progress.
      
      The new structure splits out the machine specific IRQ handlers from
      the Linux driver specific IRQ handlers, giving the machine specific
      handlers much greater flexibility in handling the interrupt.  We
      also suck the SA1100 IRQ edge selection function into the IRQ core.
      3991853c
  9. 05 Feb, 2002 1 commit