All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/9] adding dual instance and usb-phy support for am335x platform
@ 2013-05-23  6:01 Ravi Babu
  2013-05-23  6:01 ` [PATCH v1 1/9] usb: musb: dsps: enable dual instance support for am33xx platform Ravi Babu
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Ravi Babu @ 2013-05-23  6:01 UTC (permalink / raw)
  To: linux-usb, linux-kernel; +Cc: balbi, Ravi Babu

This patch set series
        - adds dual musb instances support for am335x platform
        - adds phy-dsps-usb driver based on TI's gs70 driver
        - adds DT bindings for am33xx usb-phy
	- removed references to usb-nop-xceiv from musb

has been verified on tree [1]

[1] git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git

Ravi Babu (9):
  usb: musb: dsps: enable dual instance support for am33xx platform
  usb: musb: nop: remove unused nop_xceiv_(un)register APIs from glue
  arch: arm: omap3: remove unused usb_nop_xceive register API's
  usb: phy: nop: removing unused usb_nop_xceiv_(un_)register API
  usb: phy: dsps: adding usbphy driver for am33xx platform
  usb: musb: dsps: use usb-phy driver API for phy power on/off
  usb: musb: dsps: use get-usb-phy by phandle for multi instance
  usb: phy: dts: Adding usbphy DT bindings for am33xx
  usb: musb: dsp: remove the usb-phy control acess from platform glue

 arch/arm/boot/dts/am33xx.dtsi        |   17 +++
 arch/arm/mach-omap2/board-omap3evm.c |    3 -
 drivers/usb/musb/am35x.c             |    2 -
 drivers/usb/musb/blackfin.c          |    2 -
 drivers/usb/musb/da8xx.c             |    2 -
 drivers/usb/musb/davinci.c           |    3 -
 drivers/usb/musb/musb_dsps.c         |   85 +++----------
 drivers/usb/musb/tusb6010.c          |    3 -
 drivers/usb/phy/Kconfig              |    9 ++
 drivers/usb/phy/Makefile             |    1 +
 drivers/usb/phy/phy-dsps-usb.c       |  236 ++++++++++++++++++++++++++++++++++
 drivers/usb/phy/phy-nop.c            |   21 ---
 include/linux/usb/nop-usb-xceiv.h    |   14 --
 13 files changed, 282 insertions(+), 116 deletions(-)
 create mode 100644 drivers/usb/phy/phy-dsps-usb.c


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

end of thread, other threads:[~2013-06-01 14:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23  6:01 [PATCH v1 0/9] adding dual instance and usb-phy support for am335x platform Ravi Babu
2013-05-23  6:01 ` [PATCH v1 1/9] usb: musb: dsps: enable dual instance support for am33xx platform Ravi Babu
2013-05-23  6:01 ` [PATCH v1 2/9] usb: musb: nop: remove unused nop_xceiv_(un)register APIs from glue Ravi Babu
2013-05-23 14:22   ` Sergei Shtylyov
2013-05-23 17:07     ` B, Ravi
2013-05-23 18:21       ` Sergei Shtylyov
2013-05-24  5:34         ` B, Ravi
2013-05-24 14:41           ` Sergei Shtylyov
2013-05-23  6:01 ` [PATCH v1 3/9] arch: arm: omap3: remove unused usb_nop_xceive register API's Ravi Babu
2013-05-23  6:01 ` [PATCH v1 4/9] usb: phy: nop: removing unused usb_nop_xceiv_(un_)register API Ravi Babu
2013-05-23  6:01 ` [PATCH v1 5/9] usb: phy: dsps: adding usbphy driver for am33xx platform Ravi Babu
2013-05-23  6:01 ` [PATCH v1 6/9] usb: musb: dsps: use usb-phy driver API for phy power on/off Ravi Babu
2013-05-23  6:01 ` [PATCH v1 7/9] usb: musb: dsps: use get-usb-phy by phandle for multi instance Ravi Babu
2013-05-23 14:25   ` Sergei Shtylyov
2013-05-23 17:09     ` B, Ravi
2013-05-23  6:01 ` [PATCH v1 8/9] usb: phy: dts: Adding usbphy DT bindings for am33xx Ravi Babu
2013-05-23 14:27   ` Sergei Shtylyov
2013-05-23 17:13     ` B, Ravi
2013-05-23 18:18       ` Sergei Shtylyov
2013-05-24  5:34         ` B, Ravi
2013-06-01 14:39           ` Sergei Shtylyov
2013-05-23  6:01 ` [PATCH v1 9/9] usb: musb: dsp: remove the usb-phy control acess from platform glue Ravi Babu
2013-05-28 17:39 ` [PATCH v1 0/9] adding dual instance and usb-phy support for am335x platform Felipe Balbi
2013-05-29  3:46   ` B, Ravi

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.