[PATCHv2 0/2] mxc: mx51: Add support for efikamx nettop

Amit Kucheria amit.kucheria at linaro.org
Thu Oct 7 11:06:15 EDT 2010


The following patches add basic support for the Genesi EfikaMX nettop[1].
Serial port, USB OTG and Ethernet works.

The new machine name has been agreed with Russell[2].

Kernel tested on babbage 3.0 and efikamx boards.
Patches apply to the imx git tree.

Regards,
Amit

[1] http://www.genesi-usa.com/
[2] http://www.spinics.net/lists/arm-kernel/msg98960.html

Amit Kucheria (2):
  mx51: Move OTG initialisation for all boards to a single file
  mx51: add support for genesi efikamx nettop

 arch/arm/mach-mx5/Kconfig              |    8 +++
 arch/arm/mach-mx5/Makefile             |    3 +-
 arch/arm/mach-mx5/board-cpuimx51.c     |   30 +---------
 arch/arm/mach-mx5/board-mx51_babbage.c |   30 +---------
 arch/arm/mach-mx5/board-mx51_efikamx.c |   95 ++++++++++++++++++++++++++++++++
 arch/arm/mach-mx5/usb.c                |   42 ++++++++++++++
 arch/arm/mach-mx5/usb.h                |    1 +
 7 files changed, 154 insertions(+), 55 deletions(-)
 create mode 100644 arch/arm/mach-mx5/board-mx51_efikamx.c
 create mode 100644 arch/arm/mach-mx5/usb.c
 create mode 100644 arch/arm/mach-mx5/usb.h




More information about the linux-arm-kernel mailing list