linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add USB support for i.MX27/35 and Phytec i.MX boards
@ 2010-02-04 15:03 Sascha Hauer
  2010-02-04 15:03 ` [PATCH 1/8] fsl_mx3_udc: Add i.MX35 support Sascha Hauer
  2010-02-04 18:34 ` [PATCH] Add USB support for i.MX27/35 and Phytec i.MX boards Baruch Siach
  0 siblings, 2 replies; 16+ messages in thread
From: Sascha Hauer @ 2010-02-04 15:03 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2010-03-15 17:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04 15:03 [PATCH] Add USB support for i.MX27/35 and Phytec i.MX boards Sascha Hauer
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

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).