]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/phy/Makefile
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)
commitdea54fbad332f4a12af64049f0905637c04b4411
tree8cfe51e45bbdb0f849d18448450ea0f7cc8e3c32
parentd5103604f78e1afc29e586785af540c82b573f3a
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]