linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable pxa310 usb otg port host mode.
@ 2010-06-02  7:40 Igor Grinberg
  2010-06-02  7:40 ` [PATCH 1/5] usb/otg/ulpi: extend the generic ulpi driver Igor Grinberg
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Igor Grinberg @ 2010-06-02  7:40 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series extends the existing usb ulpi generic driver
with support for Function and Interface control of the ULPI PHYs,
adds support for SMSC USB3319 ulpi phy,
implement the pxa310 specific ulpi functionality and make pxa specific ohci
implementation aware of pxa310 usb otg port host mode.

Igor Grinberg (5):
  usb/otg/ulpi: extend the generic ulpi driver.
  usb/otg/ulpi: add support for SMSC USB3319 ulpi phy.
  [ARM] pxa: add PXA310 specific ULPI implementation
  [ARM] usb/host/ohci-pxa27x: make PXA310 USB OTG port work in host
    mode.
  [ARM] pxa/cm-x300: enable USB host port 2 on CM-X300 with PXA310 cpu.

 arch/arm/mach-mx2/mach-pca100.c              |   10 +-
 arch/arm/mach-mx3/mach-armadillo5x0.c        |   10 +-
 arch/arm/mach-mx3/mach-mx31lite.c            |    5 +-
 arch/arm/mach-mx3/mach-mx31moboard.c         |    5 +-
 arch/arm/mach-mx3/mach-pcm037.c              |   10 +-
 arch/arm/mach-mx3/mach-pcm043.c              |    5 +-
 arch/arm/mach-pxa/Kconfig                    |    4 +
 arch/arm/mach-pxa/Makefile                   |    1 +
 arch/arm/mach-pxa/cm-x300.c                  |  102 ++++++++++++++
 arch/arm/mach-pxa/include/mach/ohci.h        |    3 +
 arch/arm/mach-pxa/include/mach/pxa310-ulpi.h |   19 +++
 arch/arm/mach-pxa/include/mach/regs-u2d.h    |    2 +
 arch/arm/mach-pxa/pxa310-ulpi.c              |  110 +++++++++++++++
 drivers/usb/host/ohci-pxa27x.c               |  183 ++++++++++++++++++++++++++
 drivers/usb/otg/Kconfig                      |    2 -
 drivers/usb/otg/ulpi.c                       |   65 ++++++++-
 include/linux/usb/ulpi.h                     |   25 ++++-
 17 files changed, 542 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/mach-pxa/include/mach/pxa310-ulpi.h
 create mode 100644 arch/arm/mach-pxa/pxa310-ulpi.c

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

end of thread, other threads:[~2010-08-22 17:10 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02  7:40 [PATCH 0/5] Enable pxa310 usb otg port host mode Igor Grinberg
2010-06-02  7:40 ` [PATCH 1/5] usb/otg/ulpi: extend the generic ulpi driver Igor Grinberg
2010-06-02  7:40   ` [PATCH 2/5] usb/otg/ulpi: add support for SMSC USB3319 ulpi phy Igor Grinberg
2010-06-02  7:40     ` [PATCH 3/5] [ARM] pxa: add PXA310 specific ULPI implementation Igor Grinberg
2010-06-02  7:40       ` [PATCH 4/5] [ARM] usb/host/ohci-pxa27x: make PXA310 USB OTG port work in host mode Igor Grinberg
2010-06-02  7:40         ` [PATCH 5/5] [ARM] pxa/cm-x300: enable USB host port 2 on CM-X300 with PXA310 cpu Igor Grinberg
2010-06-12 11:48         ` [PATCH 4/5] [ARM] usb/host/ohci-pxa27x: make PXA310 USB OTG port work in host mode Eric Miao
2010-06-12 14:24           ` David Brownell
2010-06-13  6:57           ` Mike Rapoport
2010-06-13  7:04             ` Eric Miao
2010-06-13  7:06               ` Mike Rapoport
2010-06-12  9:35   ` [PATCH 1/5] usb/otg/ulpi: extend the generic ulpi driver Eric Miao
2010-06-12 17:34     ` David Brownell
2010-06-15 14:47     ` Igor Grinberg
2010-08-13 10:21   ` [PATCH] ARM: imx: fix build failure concerning otg/ulpi Uwe Kleine-König
2010-08-13 10:54     ` Sergei Shtylyov
2010-08-13 12:06       ` [PATCH v2] " Uwe Kleine-König
2010-08-15  6:05         ` Igor Grinberg
2010-08-16  4:53           ` Uwe Kleine-König
2010-08-16  6:09             ` Igor Grinberg
2010-08-22  7:24               ` Igor Grinberg
2010-08-22 17:10                 ` Greg KH
2010-06-02  8:29 ` [PATCH 0/5] Enable pxa310 usb otg port host mode Eric Miao
2010-06-06  6:15   ` Igor Grinberg
2010-06-09 11:49 ` Mike Rapoport
2010-06-09 12:43   ` Eric Miao

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