ARM: OMAP: TI81XX: Prepare for addition of TI814X support
authorHemant Pedanekar <hemantp@ti.com>
Tue, 13 Dec 2011 18:46:44 +0000 (10:46 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 13 Dec 2011 18:46:44 +0000 (10:46 -0800)
commita920360f038e976e7a86b002e209402da20e9147
treea48a1b7a2c7efaab8e585cafdf0268a468858cb3
parentec023e46f7e86acb04fef5bdd1e9465f5fc39894
ARM: OMAP: TI81XX: Prepare for addition of TI814X support

This patch updates existing macros, functions used for TI816X, to enable
addition of other SoCs belonging to TI81XX family (e.g., TI814X).

The approach taken is to use TI81XX/ti81xx for code/data going to be common
across all TI81XX devices.

cpu_is_ti81xx() is introduced to handle code common across TI81XX devices.

In addition, ti8168_evm_map_io() is now replaced with ti81xx_map_io() and moved
in mach-omap2/common.c as same will be used for TI814X and is not board
specific.

Signed-off-by: Hemant Pedanekar <hemantp@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
17 files changed:
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/board-ti8168evm.c
arch/arm/mach-omap2/clock3xxx_data.c
arch/arm/mach-omap2/common.c
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/control.h
arch/arm/mach-omap2/id.c
arch/arm/mach-omap2/include/mach/debug-macro.S
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/irq.c
arch/arm/mach-omap2/serial.c
arch/arm/plat-omap/include/plat/cpu.h
arch/arm/plat-omap/include/plat/hardware.h
arch/arm/plat-omap/include/plat/serial.h
arch/arm/plat-omap/include/plat/ti816x.h [deleted file]
arch/arm/plat-omap/include/plat/ti81xx.h [new file with mode: 0644]
arch/arm/plat-omap/include/plat/uncompress.h
This page took 0.030949 seconds and 5 git commands to generate.