[PATCH 0/3] mxc: mx51: Add support for efikamx nettop
Amit Kucheria
amit.kucheria at linaro.org
Wed Oct 6 20:57:16 EDT 2010
The following patches add basic support for the Genesi EfikaMX nettop[1].
Serial port and OTG is enabled for now. Ethernet hangs off of OTG.
The new machine name has been agreed with Russell[2].
Regards,
Amit
[1] http://www.genesi-usa.com/
[2] http://www.spinics.net/lists/arm-kernel/msg98960.html
Amit Kucheria (3):
mx51: add support for genesi efikamx nettop
mx51: efikamx: add otg support
mx51: Move OTG initialisation for all boards to a single file
arch/arm/mach-mx5/Kconfig | 7 ++
arch/arm/mach-mx5/Makefile | 3 +-
arch/arm/mach-mx5/board-cpuimx51.c | 25 +--------
arch/arm/mach-mx5/board-mx51_babbage.c | 25 +--------
arch/arm/mach-mx5/board-mx51_efikamx.c | 100 ++++++++++++++++++++++++++++++++
arch/arm/mach-mx5/usb.c | 40 +++++++++++++
6 files changed, 151 insertions(+), 49 deletions(-)
create mode 100644 arch/arm/mach-mx5/board-mx51_efikamx.c
create mode 100644 arch/arm/mach-mx5/usb.c
More information about the linux-arm-kernel
mailing list