linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add driver for Broadcom Cygnus USB phy controller
@ 2017-10-24  4:36 Raveendra Padasalagi
  2017-10-24  4:37 ` [PATCH 1/3] Documentation: DT: Add Cygnus usb phy binding Raveendra Padasalagi
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Raveendra Padasalagi @ 2017-10-24  4:36 UTC (permalink / raw)
  To: linux-arm-kernel

Add driver for Broadcom's USB phy controller's used in Cygnus family
of SoC and it's based on 4.14-rc3 tag.

The patch set can be fetched from iproc-cyg-usb-v1 branch of
https://github.com/Broadcom/arm64-linux.git

Raveendra Padasalagi (3):
  Documentation: DT: Add Cygnus usb phy binding
  drivers: phy: broadcom: Add driver for Cygnus USB phy controller
  ARM: dts: Add dt node for Broadcom Cygnus USB phy

 .../bindings/phy/brcm,cygnus-usb-phy.txt           | 101 ++++
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |  35 ++
 drivers/phy/broadcom/Kconfig                       |  14 +
 drivers/phy/broadcom/Makefile                      |   1 +
 drivers/phy/broadcom/phy-bcm-cygnus-usb.c          | 672 +++++++++++++++++++++
 5 files changed, 823 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,cygnus-usb-phy.txt
 create mode 100644 drivers/phy/broadcom/phy-bcm-cygnus-usb.c

-- 
1.9.1

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

end of thread, other threads:[~2017-10-30  6:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-24  4:36 [PATCH 0/3] Add driver for Broadcom Cygnus USB phy controller Raveendra Padasalagi
2017-10-24  4:37 ` [PATCH 1/3] Documentation: DT: Add Cygnus usb phy binding Raveendra Padasalagi
2017-10-27  3:39   ` Rob Herring
2017-10-27  5:17     ` Raveendra Padasalagi
2017-10-24  4:37 ` [PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller Raveendra Padasalagi
2017-10-24  5:46   ` Rafał Miłecki
2017-10-24  6:41     ` Raveendra Padasalagi
2017-10-27  8:35   ` Kishon Vijay Abraham I
2017-10-30  0:02     ` Chanwoo Choi
2017-10-30  5:02       ` Raveendra Padasalagi
2017-10-30  6:58         ` Chanwoo Choi
2017-10-30  4:26     ` Raveendra Padasalagi
2017-10-24  4:37 ` [PATCH 3/3] ARM: dts: Add dt node for Broadcom Cygnus USB phy Raveendra Padasalagi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).