All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Generic ULPI driver extention
@ 2010-07-15 13:00 Igor Grinberg
  2010-07-15 13:00 ` [PATCH 1/3] usb/otg/ulpi: remove unused macro Igor Grinberg
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Igor Grinberg @ 2010-07-15 13:00 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series add support for SMSC USB3319 ulpi phy,
introduces the ulpi specific flags for control over the
ulpi phy and extends the generic ulpi driver with
support for Function and Interface control of upli phy.

Depends on:
From: Ajay Kumar Gupta <ajay.gupta@ti.com>
Date: Thu,  8 Jul 2010 14:03:01 +0530
Subject: USB: ulpi: fix compilation warning

From: Eric B?nard <eric@eukrea.com>
Date: Thu, 15 Jul 2010 09:20:19 +0200
Subject: [PATCH v2] otg/ulpi.c : fix register write

Igor Grinberg (3):
  usb/otg/ulpi: remove unused macro
  usb/otg/ulpi: add support for SMSC USB3319 ulpi phy
  usb/otg/ulpi: extend the generic ulpi driver.

 arch/arm/mach-mx2/mach-pca100.c          |    4 +-
 arch/arm/mach-mx3/mach-armadillo5x0.c    |    4 +-
 arch/arm/mach-mx3/mach-mx31lilly.c       |    4 +-
 arch/arm/mach-mx3/mach-mx31lite.c        |    2 +-
 arch/arm/mach-mx3/mach-mx31moboard.c     |    2 +-
 arch/arm/mach-mx3/mach-pcm037.c          |    4 +-
 arch/arm/mach-mx3/mach-pcm043.c          |    2 +-
 arch/arm/mach-mx3/mx31moboard-smartbot.c |    2 +-
 drivers/usb/otg/Kconfig                  |    2 -
 drivers/usb/otg/ulpi.c                   |  130 +++++++++++++++++++++++++++---
 include/linux/usb/otg.h                  |    7 --
 include/linux/usb/ulpi.h                 |   39 +++++++++
 12 files changed, 169 insertions(+), 33 deletions(-)

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

end of thread, other threads:[~2010-08-18 14:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-15 13:00 [PATCH 0/3] Generic ULPI driver extention Igor Grinberg
2010-07-15 13:00 ` [PATCH 1/3] usb/otg/ulpi: remove unused macro Igor Grinberg
2010-07-15 13:00 ` [PATCH 2/3] usb/otg/ulpi: add support for SMSC USB3319 ulpi phy Igor Grinberg
2010-07-15 13:00 ` [PATCH 3/3] usb/otg/ulpi: extend the generic ulpi driver Igor Grinberg
2010-08-13 13:27   ` Heikki Krogerus
2010-08-15  7:29     ` Igor Grinberg
2010-08-16  9:37       ` Heikki Krogerus
2010-08-17 16:17         ` Igor Grinberg
2010-08-18  9:49           ` Heikki Krogerus
2010-08-18 14:50             ` Igor Grinberg
2010-07-21 14:47 ` [PATCH 0/3] Generic ULPI driver extention 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.