mxc: Core support for Freescale i.MX5 series
authorAmit Kucheria <amit.kucheria@canonical.com>
Thu, 4 Feb 2010 20:21:53 +0000 (12:21 -0800)
committerAmit Kucheria <amit.kucheria@canonical.com>
Tue, 9 Feb 2010 16:32:16 +0000 (18:32 +0200)
commita329b48c43e5e2e6b51ce159d99aefeb90c7c066
tree007238749bf1aeeb567344122d800b9b5b6e7b12
parent438caa3f6c91ba21c539a8547c4075b619dc6500
mxc: Core support for Freescale i.MX5 series

Add basic clock support, cpu identification, I/O mapping, interrupt
controller, serial port and ethernet.

Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
arch/arm/mach-mx5/clock-mx51.c [new file with mode: 0644]
arch/arm/mach-mx5/cpu.c [new file with mode: 0644]
arch/arm/mach-mx5/crm_regs.h [new file with mode: 0644]
arch/arm/mach-mx5/devices.c [new file with mode: 0644]
arch/arm/mach-mx5/devices.h [new file with mode: 0644]
arch/arm/mach-mx5/mm.c [new file with mode: 0644]
arch/arm/plat-mxc/include/mach/common.h
arch/arm/plat-mxc/include/mach/iomux-mx51.h [new file with mode: 0644]
arch/arm/plat-mxc/include/mach/iomux-v3.h
arch/arm/plat-mxc/include/mach/mx51.h [new file with mode: 0644]