Commit 27ff714b authored by Eli Carter's avatar Eli Carter Committed by Russell King

[ARM PATCH] 1472/1: Rename *-iop310 directories to *-iop3xx

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(-)
#
parent 067120af
...@@ -175,7 +175,7 @@ source "arch/arm/mach-epxa10db/Kconfig" ...@@ -175,7 +175,7 @@ source "arch/arm/mach-epxa10db/Kconfig"
source "arch/arm/mach-footbridge/Kconfig" source "arch/arm/mach-footbridge/Kconfig"
source "arch/arm/mach-iop310/Kconfig" source "arch/arm/mach-iop3xx/Kconfig"
source "arch/arm/mach-pxa/Kconfig" source "arch/arm/mach-pxa/Kconfig"
......
...@@ -105,7 +105,7 @@ textaddr-$(CONFIG_ARCH_CLPS711X) := 0xc0028000 ...@@ -105,7 +105,7 @@ textaddr-$(CONFIG_ARCH_CLPS711X) := 0xc0028000
machine-$(CONFIG_ARCH_CLPS711X) := clps711x machine-$(CONFIG_ARCH_CLPS711X) := clps711x
textaddr-$(CONFIG_ARCH_FORTUNET) := 0xc0008000 textaddr-$(CONFIG_ARCH_FORTUNET) := 0xc0008000
machine-$(CONFIG_ARCH_ANAKIN) := anakin machine-$(CONFIG_ARCH_ANAKIN) := anakin
machine-$(CONFIG_ARCH_IOP310) := iop310 machine-$(CONFIG_ARCH_IOP310) := iop3xx
machine-$(CONFIG_ARCH_ADIFCC) := adifcc machine-$(CONFIG_ARCH_ADIFCC) := adifcc
MACHINE := $(machine-y) MACHINE := $(machine-y)
......
This diff is collapsed.
/* /*
* linux/arch/arm/mach-iop310/arch.c * linux/arch/arm/mach-iop3xx/arch.c
* *
* Author: Nicolas Pitre <nico@cam.org> * Author: Nicolas Pitre <nico@cam.org>
* Copyright (C) 2001 MontaVista Software, Inc. * Copyright (C) 2001 MontaVista Software, Inc.
......
/* /*
* linux/arch/arm/mach-iop310/iop310-irq.c * linux/arch/arm/mach-iop3xx/iop310-irq.c
* *
* Generic IOP310 IRQ handling functionality * Generic IOP310 IRQ handling functionality
* *
......
/* /*
* arch/arm/mach-iop310/iop310-pci.c * arch/arm/mach-iop3xx/iop310-pci.c
* *
* PCI support for the Intel IOP310 chipset * PCI support for the Intel IOP310 chipset
* *
......
/* /*
* linux/arch/arm/mach-iop310/iq80310-irq.c * linux/arch/arm/mach-iop3xx/iq80310-irq.c
* *
* IRQ hadling/demuxing for IQ80310 board * IRQ hadling/demuxing for IQ80310 board
* *
......
/* /*
* arch/arm/mach-iop310/iq80310-pci.c * arch/arm/mach-iop3xx/iq80310-pci.c
* *
* PCI support for the Intel IQ80310 reference board * PCI support for the Intel IQ80310 reference board
* *
......
/* /*
* linux/arch/arm/mach-iop310/time-iq80310.c * linux/arch/arm/mach-iop3xx/time-iq80310.c
* *
* Timer functions for IQ80310 onboard timer * Timer functions for IQ80310 onboard timer
* *
......
/* /*
* linux/arch/arm/mach-iop310/mm.c * linux/arch/arm/mach-iop3xx/mm.c
* *
* Low level memory initialization for IOP310 based systems * Low level memory initialization for IOP310 based systems
* *
......
/* /*
* linux/arch/arm/mach-iop310/xs80200-irq.c * linux/arch/arm/mach-iop3xx/xs80200-irq.c
* *
* Generic IRQ handling for the XS80200 XScale core. * Generic IRQ handling for the XS80200 XScale core.
* *
......
/* /*
* include/asm-arm/arch-iop310/ide.h * include/asm-arm/arch-iop3xx/ide.h
* *
* Generic IDE functions for IOP310 systems * Generic IDE functions for IOP310 systems
* *
......
/* /*
* linux/include/asm-arm/arch-iop310/io.h * linux/include/asm-arm/arch-iop3xx/io.h
* *
* Copyright (C) 2001 MontaVista Software, Inc. * Copyright (C) 2001 MontaVista Software, Inc.
* *
......
/* /*
* linux/include/asm/arch-iop310/iop310.h * linux/include/asm/arch-iop3xx/iop310.h
* *
* Intel IOP310 Compainion Chip definitions * Intel IOP310 Compainion Chip definitions
* *
......
/* /*
* linux/include/asm-arm/arch-iop310/irqs.h * linux/include/asm-arm/arch-iop3xx/irqs.h
* *
* Author: Nicolas Pitre * Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc. * Copyright: (C) 2001 MontaVista Software Inc.
......
/* /*
* include/asm-arm/arch-iop310/serial.h * include/asm-arm/arch-iop3xx/serial.h
*/ */
#include <linux/config.h> #include <linux/config.h>
......
/* /*
* linux/include/asm-arm/arch-iop310/vmalloc.h * linux/include/asm-arm/arch-iop3xx/vmalloc.h
*/ */
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment