linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: amit.kucheria@linaro.org (Amit Kucheria)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 0/2] mxc: mx51: Add support for efikamx nettop
Date: Thu,  7 Oct 2010 18:06:15 +0300	[thread overview]
Message-ID: <cover.1286463146.git.amit.kucheria@linaro.org> (raw)

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

             reply	other threads:[~2010-10-07 15:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-07 15:06 Amit Kucheria [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1286463146.git.amit.kucheria@linaro.org \
    --to=amit.kucheria@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).