]> Pileus Git - ~andy/linux/commit
i.MX2 family: Add basic mach support (sources)
authorJuergen Beisert <j.beisert@pengutronix.de>
Sat, 5 Jul 2008 08:02:56 +0000 (10:02 +0200)
committerRobert Schwebel <r.schwebel@pengutronix.de>
Sat, 5 Jul 2008 08:02:56 +0000 (10:02 +0200)
commiteea643f7ff04fe17c3ff71d41a9487c0753bd821
treec9c097f8c99c155064c37e619527687ba4286873
parentaa10abd381b9493a88f6b9e111adc79e33d548fa
i.MX2 family: Add basic mach support (sources)

This patch adds basic mach support for the mx2 processor family, based
on the original freescale code and adapted to mainline kernel coding
style.

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
arch/arm/mach-mx2/Kconfig [new file with mode: 0644]
arch/arm/mach-mx2/Makefile [new file with mode: 0644]
arch/arm/mach-mx2/Makefile.boot [new file with mode: 0644]
arch/arm/mach-mx2/generic.c [new file with mode: 0644]
arch/arm/mach-mx2/system.c [new file with mode: 0644]