All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] USB PHY driver for Broadcom's Cygnus chipset
@ 2015-04-22 23:14 ` Arun Ramamurthy
  0 siblings, 0 replies; 24+ messages in thread
From: Arun Ramamurthy @ 2015-04-22 23:14 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Russell King, Kishon Vijay Abraham I, Gregory CLEMENT,
	Gabriel FERNANDEZ, Jason Cooper, Thomas Petazzoni,
	Greg Kroah-Hartman, Arnd Bergmann
  Cc: devicetree, linux-kernel, linux-fbdev, Dmitry Torokhov,
	Anatol Pomazau, Jonathan Richardson, Scott Branden, Ray Jui,
	bcm-kernel-feedback-list, Arun Ramamurthy

This patchset adds the USB phy driver and documentation 
for Broadom's Cygnus chipset. The phy is configurable from device tree
and is capable of both device and host functions. It also provides
a clock and reset to the host controller

History:
v1:
    - Included Dmitry Torokhov's patch that addresed Kishon Vijay Abraham's 
    comments on multiple phy model
    - Inlucded Dmitry Torokhov's patch to use phy regulator
    - Addressed Arnd Bergmann's comments on usage of this phy driver by
    ehci-platform and ohci-platform driver in a separate patchset. 
v2:
    - Addressed Kishon's comments on documentation and function names
    - Dmitry Addressed Kishon's comments on per port phy regulators
v3:
    - Addressed Kishon's comments on error code in phy driver and multi level
    if else statements
    - Corrected documentation to use defines for constants
    - Corrected commit log for phy regulator patch

Arun Ramamurthy (3):
  phy: phy-core: allow specifying supply at port level
  Phy: DT binding documentation for Broadcom Cygnus USB PHY driver
  phy: cygnus-usbphy: Add Broadcom Cygnus USB phy driver

 .../bindings/phy/brcm,cygnus-usb-phy.txt           |  69 +++
 drivers/phy/Kconfig                                |  12 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-bcm-cygnus-usb.c                   | 504 +++++++++++++++++++++
 drivers/phy/phy-core.c                             |  23 +-
 include/dt-bindings/phy/phy.h                      |   2 +
 6 files changed, 598 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,cygnus-usb-phy.txt
 create mode 100644 drivers/phy/phy-bcm-cygnus-usb.c

-- 
2.3.4


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

end of thread, other threads:[~2015-05-13  6:14 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-22 23:14 [PATCH v3 0/3] USB PHY driver for Broadcom's Cygnus chipset Arun Ramamurthy
2015-04-22 23:14 ` Arun Ramamurthy
2015-04-22 23:14 ` Arun Ramamurthy
2015-04-22 23:14 ` [PATCH v3 1/3] phy: phy-core: allow specifying supply at port level Arun Ramamurthy
2015-04-22 23:14   ` Arun Ramamurthy
2015-04-22 23:14   ` Arun Ramamurthy
2015-04-22 23:14 ` [PATCH v3 2/3] Phy: DT binding documentation for Broadcom Cygnus USB PHY driver Arun Ramamurthy
2015-04-22 23:14   ` Arun Ramamurthy
2015-04-22 23:14   ` Arun Ramamurthy
2015-05-11 14:11   ` Kishon Vijay Abraham I
2015-05-11 14:23     ` Kishon Vijay Abraham I
2015-05-11 14:11     ` Kishon Vijay Abraham I
2015-05-12 22:05     ` Arun Ramamurthy
2015-05-12 22:05       ` Arun Ramamurthy
2015-05-12 22:05       ` Arun Ramamurthy
2015-05-13  6:02       ` Kishon Vijay Abraham I
2015-05-13  6:14         ` Kishon Vijay Abraham I
2015-05-13  6:02         ` Kishon Vijay Abraham I
2015-04-22 23:14 ` [PATCH v3 3/3] phy: cygnus-usbphy: Add Broadcom Cygnus USB phy driver Arun Ramamurthy
2015-04-22 23:14   ` Arun Ramamurthy
2015-04-22 23:14   ` Arun Ramamurthy
2015-05-11 14:37   ` Kishon Vijay Abraham I
2015-05-11 14:49     ` Kishon Vijay Abraham I
2015-05-11 14:37     ` Kishon Vijay Abraham I

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.