]> git.baikalelectronics.ru Git - kernel.git/commit
phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 19 Aug 2017 22:18:21 +0000 (00:18 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 4 Sep 2017 19:19:02 +0000 (21:19 +0200)
commit1fbd93db7da9256b56d81506d5f6a2bd5195b165
tree8cfe51e45bbdb0f849d18448450ea0f7cc8e3c32
parent39ad0edf18104c02cdfc765df6111616479db34c
phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module

This driver starts the DWC2 core(s) built into the XWAY SoCs and provides
the PHY interfaces for each core. The phy instances can be passed to the
dwc2 driver, which already supports the generic phy interface.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Cc: martin.blumenstingl@googlemail.com
Cc: john@phrozen.org
Cc: andy.shevchenko@gmail.com
Cc: p.zabel@pengutronix.de
Cc: mark.rutland@arm.com
Cc: linux-mips@linux-mips.org
Cc: linux-mtd@lists.infradead.org
Cc: linux-watchdog@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-spi@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17127/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Documentation/devicetree/bindings/phy/phy-lantiq-rcu-usb2.txt [new file with mode: 0644]
arch/mips/lantiq/xway/sysctrl.c
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/lantiq/Kconfig [new file with mode: 0644]
drivers/phy/lantiq/Makefile [new file with mode: 0644]
drivers/phy/lantiq/phy-lantiq-rcu-usb2.c [new file with mode: 0644]