]> www.infradead.org Git - users/jedix/linux-maple.git/commit
phy: nuvoton: add new driver for the Nuvoton MA35 SoC USB 2.0 PHY
authorHui-Ping Chen <hpchen0nvt@gmail.com>
Mon, 5 Aug 2024 03:03:56 +0000 (03:03 +0000)
committerVinod Koul <vkoul@kernel.org>
Thu, 29 Aug 2024 18:22:37 +0000 (23:52 +0530)
commitb48baf69db9725aa5ddde52d98cd7b5517ddd9eb
tree6972639473d730829c1749ccd8afea764a4d87b8
parentc174f1c6c100b18c4a908b117265d7cd99fff6c7
phy: nuvoton: add new driver for the Nuvoton MA35 SoC USB 2.0 PHY

Nuvoton MA35 SoCs support DWC2 USB controller.
Add the driver to drive the USB 2.0 PHY transceivers.

Signed-off-by: Hui-Ping Chen <hpchen0nvt@gmail.com>
Link: https://lore.kernel.org/r/20240805030356.14565-3-hpchen0nvt@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/nuvoton/Kconfig [new file with mode: 0644]
drivers/phy/nuvoton/Makefile [new file with mode: 0644]
drivers/phy/nuvoton/phy-ma35d1-usb2.c [new file with mode: 0644]