All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] USB support for Broadcom NSP SoC
@ 2017-01-17 16:14 ` Yendapally Reddy Dhananjaya Reddy
  0 siblings, 0 replies; 39+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2017-01-17 16:14 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Russell King, Ray Jui, Scott Branden,
	Jon Mason, Florian Fainelli, Kishon Vijay Abraham I
  Cc: bcm-kernel-feedback-list, devicetree, linux-kernel,
	linux-arm-kernel, netdev, Yendapally Reddy Dhananjaya Reddy

This patch set contains the usb support for Broadcom NSP SoC. The
usb3 phy is internal to the SoC and is accessed through mdio interface.
The mdio interface can be used to access either internal usb3 phy or
external ethernet phy using a multiplexer.

The first patch provides the documentation details for usb3 phy. The
second patch provides the changes to the mdio bus driver. The third
patch provides the phy driver and fourth patch provides the enable
method for usb.

This patch series has been tested on NSP bcm958625HR board.
This patch series is based on v4.10.0-rc3 and is available from
github-repo: https://github.com/Broadcom/cygnus-linux.git
branch:nsp-usb-v2

Changes in v2:
* Remove separate nsp mux driver as suggested by Andrew Lunn
* Addressed comments from Scott and Rob

Yendapally Reddy Dhananjaya Reddy (4):
  dt-bindings: phy: Add documentation for NSP USB3 PHY
  net: phy: Initialize mdio clock at probe function
  phy: Add USB3 PHY support for Broadcom NSP SoC
  arm: dts: nsp: Add USB nodes to device tree

 .../devicetree/bindings/phy/brcm,nsp-usb3-phy.txt  |  39 +++++
 arch/arm/boot/dts/bcm-nsp.dtsi                     |  56 +++++++
 arch/arm/boot/dts/bcm958625k.dts                   |  16 ++
 drivers/net/phy/mdio-bcm-iproc.c                   |   6 +-
 drivers/phy/Kconfig                                |   8 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-bcm-nsp-usb3.c                     | 176 +++++++++++++++++++++
 7 files changed, 298 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,nsp-usb3-phy.txt
 create mode 100644 drivers/phy/phy-bcm-nsp-usb3.c

-- 
2.1.0

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

end of thread, other threads:[~2017-02-03 16:05 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17 16:14 [PATCH v2 0/4] USB support for Broadcom NSP SoC Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14 ` Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14 ` Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14 ` [PATCH v2 1/4] dt-bindings: phy: Add documentation for NSP USB3 PHY Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14   ` Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14   ` Yendapally Reddy Dhananjaya Reddy
2017-01-19 19:26   ` Rob Herring
2017-01-19 19:26     ` Rob Herring
2017-01-19 19:26     ` Rob Herring
2017-01-17 16:14 ` [PATCH v2 2/4] net: phy: Initialize mdio clock at probe function Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14   ` Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14   ` Yendapally Reddy Dhananjaya Reddy
2017-01-19 19:26   ` Florian Fainelli
2017-01-19 19:26     ` Florian Fainelli
2017-01-19 19:26     ` Florian Fainelli
2017-02-01 22:08   ` Florian Fainelli
2017-02-01 22:08     ` Florian Fainelli
2017-02-01 22:08     ` Florian Fainelli
2017-01-17 16:14 ` [PATCH v2 3/4] phy: Add USB3 PHY support for Broadcom NSP SoC Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14   ` Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14   ` Yendapally Reddy Dhananjaya Reddy
2017-02-02  6:48   ` Rafał Miłecki
2017-02-02  6:48     ` Rafał Miłecki
2017-02-02  6:48     ` Rafał Miłecki
2017-02-03 16:05     ` Jon Mason
2017-02-03 16:05       ` Jon Mason
2017-02-03 16:05       ` Jon Mason
2017-01-17 16:14 ` [PATCH v2 4/4] arm: dts: nsp: Add USB nodes to device tree Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14   ` Yendapally Reddy Dhananjaya Reddy
2017-01-17 16:14   ` Yendapally Reddy Dhananjaya Reddy
2017-01-26 15:34 ` [PATCH v2 0/4] USB support for Broadcom NSP SoC Kishon Vijay Abraham I
2017-01-26 15:34   ` Kishon Vijay Abraham I
2017-01-26 15:34   ` Kishon Vijay Abraham I
2017-01-26 17:27   ` Florian Fainelli
2017-01-26 17:27     ` Florian Fainelli
2017-01-26 17:27     ` Florian Fainelli
2017-01-27  7:39     ` Kishon Vijay Abraham I
2017-01-27  7:39       ` Kishon Vijay Abraham I
2017-01-27  7:39       ` 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.