mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] USB i.MX: Add i.MX6 HSIC support
@ 2013-02-14  9:07 Sascha Hauer
  2013-02-14  9:07 ` [PATCH 1/5] ARM i.MX6: Fix HSIC pad definitions Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2013-02-14  9:07 UTC (permalink / raw)
  To: barebox

The following adds USB HSIC support for i.MX6.

The special thing about HSIC on i.MX is that we have to configure
a pullup on the Strobe line *after* the USB port is initialized, so
the bulk of this series deals with adding post init hooks to the
imx-usb-misc and ehci driver.

Sascha

----------------------------------------------------------------
Sascha Hauer (5):
      ARM i.MX6: Fix HSIC pad definitions
      USB chipidea i.MX: Fix PTS mask for HSIC
      USB ehci: Add platform specific init calls
      USB i.MX chipidea: implement post init support
      USB i.MX6: Add HSIC support

 arch/arm/mach-imx/include/mach/iomux-mx6.h |   19 +++--
 drivers/usb/host/ehci-hcd.c                |   14 ++++
 drivers/usb/imx/chipidea-imx.c             |   45 ++++++++--
 drivers/usb/imx/imx-usb-misc.c             |  123 +++++++++++++++++++++++++---
 include/usb/chipidea-imx.h                 |    3 +
 include/usb/ehci.h                         |    5 ++
 6 files changed, 181 insertions(+), 28 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-02-14  9:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-14  9:07 [PATCH] USB i.MX: Add i.MX6 HSIC support Sascha Hauer
2013-02-14  9:07 ` [PATCH 1/5] ARM i.MX6: Fix HSIC pad definitions Sascha Hauer
2013-02-14  9:07 ` [PATCH 2/5] USB chipidea i.MX: Fix PTS mask for HSIC Sascha Hauer
2013-02-14  9:07 ` [PATCH 3/5] USB ehci: Add platform specific init calls Sascha Hauer
2013-02-14  9:07 ` [PATCH 4/5] USB i.MX chipidea: implement post init support Sascha Hauer
2013-02-14  9:07 ` [PATCH 5/5] USB i.MX6: Add HSIC support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox