All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] Enable pxa310 usb otg port host mode
@ 2010-07-27 12:06 Igor Grinberg
  2010-07-27 12:06 ` [PATCH 1/3 v2] [ARM] pxa3xx: Add U2D controller and ULPI driver Igor Grinberg
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Igor Grinberg @ 2010-07-27 12:06 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series introduces the U2D Controller and
U2D ULPI Host driver for PXA310 and enables cm-x300 usb host port2.

This patch series depends on
"Generic ULPI driver extention" patch series,
which have been reviewed at linux-usb mailing list

Igor Grinberg (3):
  [ARM] pxa3xx: Add U2D controller and ULPI driver
  [ARM] usb/host/ohci-pxa27x: enable OHCI over U2DC
  [ARM] pxa/cm-x300: enable USB host port2

 arch/arm/mach-pxa/Kconfig                   |    4 +
 arch/arm/mach-pxa/Makefile                  |    2 +-
 arch/arm/mach-pxa/cm-x300.c                 |   77 ++++++
 arch/arm/mach-pxa/devices.c                 |   28 ++
 arch/arm/mach-pxa/devices.h                 |    1 +
 arch/arm/mach-pxa/include/mach/pxa3xx-u2d.h |   35 +++
 arch/arm/mach-pxa/pxa3xx-ulpi.c             |  392 +++++++++++++++++++++++++++
 arch/arm/mach-pxa/pxa3xx.c                  |    2 +-
 drivers/usb/host/ohci-pxa27x.c              |    7 +
 9 files changed, 546 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-pxa/include/mach/pxa3xx-u2d.h
 create mode 100644 arch/arm/mach-pxa/pxa3xx-ulpi.c

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

end of thread, other threads:[~2010-08-12 12:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 12:06 [PATCH 0/3 v2] Enable pxa310 usb otg port host mode Igor Grinberg
2010-07-27 12:06 ` [PATCH 1/3 v2] [ARM] pxa3xx: Add U2D controller and ULPI driver Igor Grinberg
2010-08-05  5:47   ` Eric Miao
2010-08-05  6:18     ` Igor Grinberg
2010-08-05  6:21       ` Eric Miao
2010-08-05  7:35         ` Igor Grinberg
2010-08-12 12:05         ` Igor Grinberg
2010-07-27 12:06 ` [PATCH 2/3 v2] [ARM] usb/host/ohci-pxa27x: enable OHCI over U2DC Igor Grinberg
2010-07-27 12:07 ` [PATCH 3/3 v2] [ARM] pxa/cm-x300: enable USB host port2 Igor Grinberg
2010-08-03 11:41 ` [PATCH 0/3 v2] Enable pxa310 usb otg port host mode Igor Grinberg

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.