An error occurred fetching the project authors.
  1. 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
  2. 11 Feb, 2003 1 commit
    • Russell King's avatar
      [ARM] Better handling of bad IRQ implementations. · ea28cbc6
      Russell King authored
      There are edge triggered interrupt controllers around where the
      "enable" control is before the edge detection.  This means that
      we must keep the interrupts enabled, even when disable_irq() is
      in effect, and mark such interrupts for later processing.
      
      To make matters worse, some of these interrupt controllers do not
      provide any method to re-trigger the interrupt.  We are unable
      to call the handler direct from enable_irq() since we may be
      in an IRQ-protected context.
      
      Therefore, we add such interrupts to a list of pending interrupts,
      which we process at the next hardware interrupt.
      ea28cbc6
  3. 17 Nov, 2002 1 commit
  4. 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
  5. 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
  6. 20 Feb, 2002 1 commit
  7. 05 Feb, 2002 1 commit