An error occurred fetching the project authors.
- 07 Apr, 2003 2 commits
-
-
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(-) #
-
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(-) #
-
- 11 Feb, 2003 1 commit
-
-
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.
-
- 17 Nov, 2002 1 commit
-
-
Russell King authored
Remove unnecessary references to various include files from arch/arm
-
- 03 Aug, 2002 1 commit
-
-
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)
-
- 25 Feb, 2002 1 commit
-
-
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.
-
- 20 Feb, 2002 1 commit
-
-
Russell King authored
-
- 05 Feb, 2002 1 commit
-
-
Linus Torvalds authored
- Russell King: large ARM update - Adam Richter et al: more kdev_t updates
-