public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] add usb support for mx6 board
@ 2014-11-01  2:19 Peng Fan
  2014-11-01  2:19 ` [U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support Peng Fan
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Peng Fan @ 2014-11-01  2:19 UTC (permalink / raw)
  To: u-boot

Add usb support for mx6qarm2 mx6sabresd mx6sxsabresd mx6slevk. Mainly add
pad settings and ehci power settings. Also introduce a new function to
set IOMUXC GPR registers, because mx6sabresd usb needs that function to work.

This patch set only contains board related settings for usb and a new gpr
function. ehci_hcd_init and otg power polarity in ehci-mx6.c are not touched.
Thus usb start can not work fine. As this is new feature support, post
this patch set for review first.

In future patch, related patch that maybe bugfix to make `usb start` fine
will be sent out. 

Peng Fan (5):
  imx:mx6sxsabresd add usb support
  imx:mx6slevk add usb support
  arm:imx-common introduce a new function to set gpr
  imx:mx6qarm2 add usb support
  imx:mx6sabresd add usb support

 arch/arm/imx-common/iomux-v3.c              | 25 ++++++++++++++
 board/freescale/mx6qarm2/mx6qarm2.c         | 27 +++++++++++++++
 board/freescale/mx6sabresd/mx6sabresd.c     | 53 +++++++++++++++++++++++++++++
 board/freescale/mx6slevk/mx6slevk.c         | 29 ++++++++++++++++
 board/freescale/mx6sxsabresd/mx6sxsabresd.c | 29 ++++++++++++++++
 include/configs/mx6qarm2.h                  | 14 ++++++++
 include/configs/mx6sabresd.h                | 14 ++++++++
 include/configs/mx6slevk.h                  | 14 ++++++++
 include/configs/mx6sxsabresd.h              | 14 ++++++++
 9 files changed, 219 insertions(+)

-- 
1.8.4.5

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

end of thread, other threads:[~2014-11-03 13:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-01  2:19 [U-Boot] [PATCH 0/5] add usb support for mx6 board Peng Fan
2014-11-01  2:19 ` [U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support Peng Fan
2014-11-01  7:45   ` Li Ye-B37916
2014-11-01 13:45   ` Fabio Estevam
2014-11-03 12:28   ` Stefano Babic
2014-11-03 13:32     ` Peng Fan
2014-11-01  2:19 ` [U-Boot] [PATCH 2/5] imx:mx6slevk " Peng Fan
2014-11-01 13:44   ` Fabio Estevam
2014-11-01  2:19 ` [U-Boot] [PATCH 3/5] arm:imx-common introduce a new function to set gpr Peng Fan
2014-11-01  7:39   ` Li Ye-B37916
2014-11-01 10:49     ` Peng Fan
2014-11-01 13:44   ` Wolfgang Denk
2014-11-01  2:19 ` [U-Boot] [PATCH 4/5] imx:mx6qarm2 add usb support Peng Fan
2014-11-01  2:19 ` [U-Boot] [PATCH 5/5] imx:mx6sabresd " Peng Fan

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