[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1530261541-23104-1-git-send-email-hayashi.kunihiko@socionext.com>
Date: Fri, 29 Jun 2018 17:38:57 +0900
From: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
To: Kishon Vijay Abraham I <kishon@...com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org,
Masami Hiramatsu <masami.hiramatsu@...aro.org>,
Jassi Brar <jaswinder.singh@...aro.org>,
Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Subject: [PATCH 0/4] phy: socionext: add new UniPhier USB PHY driver support
This series adds support for PHY interface built into USB controller
implemented in Socionext UniPhier SoCs.
The USB3 PHY driver supports High-Speed PHY and Super-Speed PHY included in
the USB3 glue layer, and the USB2 PHY driver supports High-Speed PHY
integrated into system controller.
Kunihiko Hayashi (4):
dt-bindings: phy: add DT bindings for UniPhier USB3 PHY driver
phy: socionext: add USB3 PHY driver for UniPhier SoC
dt-bindings: phy: add DT bindings for UniPhier USB2 PHY driver
phy: socionext: add USB2 PHY driver for UniPhier SoC
.../devicetree/bindings/phy/uniphier-usb2-phy.txt | 45 +++
.../devicetree/bindings/phy/uniphier-usb3-phy.txt | 118 ++++++
drivers/phy/Kconfig | 1 +
drivers/phy/Makefile | 1 +
drivers/phy/socionext/Kconfig | 25 ++
drivers/phy/socionext/Makefile | 7 +
drivers/phy/socionext/phy-uniphier-usb2.c | 218 +++++++++++
drivers/phy/socionext/phy-uniphier-usb3hs.c | 422 +++++++++++++++++++++
drivers/phy/socionext/phy-uniphier-usb3ss.c | 369 ++++++++++++++++++
9 files changed, 1206 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/uniphier-usb2-phy.txt
create mode 100644 Documentation/devicetree/bindings/phy/uniphier-usb3-phy.txt
create mode 100644 drivers/phy/socionext/Kconfig
create mode 100644 drivers/phy/socionext/Makefile
create mode 100644 drivers/phy/socionext/phy-uniphier-usb2.c
create mode 100644 drivers/phy/socionext/phy-uniphier-usb3hs.c
create mode 100644 drivers/phy/socionext/phy-uniphier-usb3ss.c
--
2.7.4
Powered by blists - more mailing lists