From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Add USB support for i.MX27/35 and Phytec i.MX boards
Date: Thu, 4 Feb 2010 16:03:37 +0100 [thread overview]
Message-ID: <1265295825-8705-1-git-send-email-s.hauer@pengutronix.de> (raw)
Hi all,
The following patches add platform ehci support for i.MX27 and i.MX35
and USB support for the Phytec i.MX based boards.
Any comments welcome.
Sascha
The following changes since commit 9fd96bbb6a3a1fd9ba24e84a2d7ccc6ccb6beb60:
Sascha Hauer (1):
Merge branch 'imx/master' of git://git.pengutronix.de/git/ukl/linux-2.6 into mxc-master
are available in the git repository at:
git://git.pengutronix.de/git/imx/linux-2.6.git phytec-usb
Sascha Hauer (8):
fsl_mx3_udc: Add i.MX35 support
i.MX ehci platform support: Some fixes
i.MX27: Add USB control register access support
i.MX35: Add USB control register access support
i.MX27 pca100: Add USB support
i.MX27 pcm038: Add USB support
i.MX31 pcm037: Add USB support
i.MX27 pca100: Add USB support
arch/arm/mach-mx2/Kconfig | 2 +
arch/arm/mach-mx2/mach-pca100.c | 103 ++++
arch/arm/mach-mx2/mach-pcm038.c | 22 +
arch/arm/mach-mx3/Kconfig | 2 +
arch/arm/mach-mx3/mach-pcm037.c | 137 ++++--
arch/arm/mach-mx3/mach-pcm043.c | 53 ++
arch/arm/mach-mx3/pcm037.c | 795 +++++++++++++++++++++++++++++
arch/arm/mach-mx3/pcm043.c | 367 +++++++++++++
arch/arm/plat-mxc/ehci.c | 118 ++++-
arch/arm/plat-mxc/include/mach/mxc_ehci.h | 4 +
drivers/usb/gadget/fsl_mx3_udc.c | 31 +-
11 files changed, 1570 insertions(+), 64 deletions(-)
create mode 100644 arch/arm/mach-mx3/pcm037.c
create mode 100644 arch/arm/mach-mx3/pcm043.c
next reply other threads:[~2010-02-04 15:03 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-04 15:03 Sascha Hauer [this message]
2010-02-04 15:03 ` [PATCH 1/8] fsl_mx3_udc: Add i.MX35 support Sascha Hauer
2010-02-04 15:03 ` [PATCH 2/8] i.MX ehci platform support: Some fixes Sascha Hauer
2010-02-04 15:03 ` [PATCH 3/8] i.MX27: Add USB control register access support Sascha Hauer
2010-02-04 15:03 ` [PATCH 4/8] i.MX35: " Sascha Hauer
2010-02-04 15:03 ` [PATCH 5/8] i.MX27 pca100: Add USB support Sascha Hauer
2010-02-04 15:03 ` [PATCH 6/8] i.MX27 pcm038: " Sascha Hauer
2010-02-04 15:03 ` [PATCH 7/8] i.MX31 pcm037: " Sascha Hauer
2010-02-04 15:03 ` [PATCH 8/8] i.MX27 pca100: " Sascha Hauer
2010-03-15 17:17 ` [PATCH 7/8] i.MX31 pcm037: " Alberto Panizzo
2010-02-04 16:02 ` [PATCH 4/8] i.MX35: Add USB control register access support Enrico Scholz
2010-02-04 16:22 ` Sascha Hauer
2010-02-04 16:26 ` Sascha Hauer
2010-03-12 9:56 ` [PATCH 1/8] fsl_mx3_udc: Add i.MX35 support Guennadi Liakhovetski
2010-02-04 18:34 ` [PATCH] Add USB support for i.MX27/35 and Phytec i.MX boards Baruch Siach
2010-02-04 20:29 ` Sascha Hauer
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=1265295825-8705-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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).