Orion: orion -> orion5x rename
authorLennert Buytenhek <buytenh@wantstofly.org>
Thu, 27 Mar 2008 18:51:41 +0000 (14:51 -0400)
committerNicolas Pitre <nico@marvell.com>
Thu, 27 Mar 2008 18:51:41 +0000 (14:51 -0400)
commit9dd0b194bf6804b1998f0fe261b2606ec7b58d72
treec9fd5ab51dc256818c24a8a771dc068d021039e2
parent159ffb3a04f6bc619643af680df406faafd0199d
Orion: orion -> orion5x rename

Do a global s/orion/orion5x/ of the Orion 5x-specific bits (i.e.
not the plat-orion bits.)

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Reviewed-by: Tzachi Perelstein <tzachi@marvell.com>
Acked-by: Saeed Bishara <saeed@marvell.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
59 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/configs/orion5x_defconfig [new file with mode: 0644]
arch/arm/configs/orion_defconfig [deleted file]
arch/arm/mach-orion/Kconfig [deleted file]
arch/arm/mach-orion/Makefile [deleted file]
arch/arm/mach-orion/Makefile.boot [deleted file]
arch/arm/mach-orion/addr-map.c [deleted file]
arch/arm/mach-orion/common.c [deleted file]
arch/arm/mach-orion/common.h [deleted file]
arch/arm/mach-orion/db88f5281-setup.c [deleted file]
arch/arm/mach-orion/dns323-setup.c [deleted file]
arch/arm/mach-orion/gpio.c [deleted file]
arch/arm/mach-orion/irq.c [deleted file]
arch/arm/mach-orion/kurobox_pro-setup.c [deleted file]
arch/arm/mach-orion/pci.c [deleted file]
arch/arm/mach-orion/rd88f5182-setup.c [deleted file]
arch/arm/mach-orion/ts209-setup.c [deleted file]
arch/arm/mach-orion5x/Kconfig [new file with mode: 0644]
arch/arm/mach-orion5x/Makefile [new file with mode: 0644]
arch/arm/mach-orion5x/Makefile.boot [new file with mode: 0644]
arch/arm/mach-orion5x/addr-map.c [new file with mode: 0644]
arch/arm/mach-orion5x/common.c [new file with mode: 0644]
arch/arm/mach-orion5x/common.h [new file with mode: 0644]
arch/arm/mach-orion5x/db88f5281-setup.c [new file with mode: 0644]
arch/arm/mach-orion5x/dns323-setup.c [new file with mode: 0644]
arch/arm/mach-orion5x/gpio.c [new file with mode: 0644]
arch/arm/mach-orion5x/irq.c [new file with mode: 0644]
arch/arm/mach-orion5x/kurobox_pro-setup.c [new file with mode: 0644]
arch/arm/mach-orion5x/pci.c [new file with mode: 0644]
arch/arm/mach-orion5x/rd88f5182-setup.c [new file with mode: 0644]
arch/arm/mach-orion5x/ts209-setup.c [new file with mode: 0644]
arch/arm/mm/Kconfig
include/asm-arm/arch-orion/debug-macro.S [deleted file]
include/asm-arm/arch-orion/dma.h [deleted file]
include/asm-arm/arch-orion/entry-macro.S [deleted file]
include/asm-arm/arch-orion/gpio.h [deleted file]
include/asm-arm/arch-orion/hardware.h [deleted file]
include/asm-arm/arch-orion/io.h [deleted file]
include/asm-arm/arch-orion/irqs.h [deleted file]
include/asm-arm/arch-orion/memory.h [deleted file]
include/asm-arm/arch-orion/orion.h [deleted file]
include/asm-arm/arch-orion/system.h [deleted file]
include/asm-arm/arch-orion/timex.h [deleted file]
include/asm-arm/arch-orion/uncompress.h [deleted file]
include/asm-arm/arch-orion/vmalloc.h [deleted file]
include/asm-arm/arch-orion5x/debug-macro.S [new file with mode: 0644]
include/asm-arm/arch-orion5x/dma.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/entry-macro.S [new file with mode: 0644]
include/asm-arm/arch-orion5x/gpio.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/hardware.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/io.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/irqs.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/memory.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/orion5x.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/system.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/timex.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/uncompress.h [new file with mode: 0644]
include/asm-arm/arch-orion5x/vmalloc.h [new file with mode: 0644]