All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/2] mxc: mx51: Add support for efikamx nettop
@ 2010-10-07 15:06 Amit Kucheria
  2010-10-07 15:07 ` [PATCHv2 1/2] mx51: Move OTG initialisation for all boards to a single file Amit Kucheria
  2010-10-07 15:07 ` [PATCHv2 2/2] mx51: add support for genesi efikamx nettop Amit Kucheria
  0 siblings, 2 replies; 4+ messages in thread
From: Amit Kucheria @ 2010-10-07 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-07 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 15:06 [PATCHv2 0/2] mxc: mx51: Add support for efikamx nettop Amit Kucheria
2010-10-07 15:07 ` [PATCHv2 1/2] mx51: Move OTG initialisation for all boards to a single file Amit Kucheria
2010-10-07 16:53   ` Sascha Hauer
2010-10-07 15:07 ` [PATCHv2 2/2] mx51: add support for genesi efikamx nettop Amit Kucheria

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.