All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] pxa: enable USB host port 2 on PXA310
@ 2010-04-07 15:05 Igor Grinberg
  2010-04-07 15:05 ` [PATCH 1/2] [ARM] pxa: add minimal ULPI functionality for " Igor Grinberg
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Igor Grinberg @ 2010-04-07 15:05 UTC (permalink / raw)
  To: linux-arm-kernel

The USB port 2 on PXA310 is an OTG port which can be utilized by OHCI controller
in host mode and by high-speed USB device controller in device mode.
Enabling this port in host mode only still requires manipulation of UDC and
OTG controller registers for proper USB PHY initialization.
This patch series add a minimalistic implementation of PHY configuration mechanism
that can be used across PXA310 based platforms.

Igor Grinberg (2):
  [ARM] pxa: add minimal ULPI functionality for USB host port 2 on
    PXA310.
  [ARM] pxa/cm-x300: enable USB host port 2 on modules with PXA310 cpu.

 arch/arm/mach-pxa/Makefile      |    1 +
 arch/arm/mach-pxa/cm-x300.c     |   65 +++++++++++
 arch/arm/mach-pxa/pxa310-ulpi.c |  240 +++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-pxa/pxa310-ulpi.h |   85 ++++++++++++++
 4 files changed, 391 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-pxa/pxa310-ulpi.c
 create mode 100644 arch/arm/mach-pxa/pxa310-ulpi.h

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-07 15:05 [RFC PATCH 0/2] pxa: enable USB host port 2 on PXA310 Igor Grinberg
2010-04-07 15:05 ` [PATCH 1/2] [ARM] pxa: add minimal ULPI functionality for " Igor Grinberg
2010-04-13 20:18   ` Eric Miao
2010-04-13 22:06   ` Daniel Mack
2010-04-13 22:47     ` Eric Miao
2010-04-14 15:03       ` Igor Grinberg
2010-04-07 15:05 ` [PATCH 2/2] [ARM] pxa/cm-x300: enable USB host port 2 on modules with PXA310 cpu Igor Grinberg
2010-04-12  5:52 ` [RFC PATCH 0/2] pxa: enable USB host port 2 on PXA310 Mike Rapoport

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.