]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
phy: usb: Add driver for Canaan K230 USB 2.0 PHY
authorJiayu Du <jiayu.riscv@isrc.iscas.ac.cn>
Wed, 21 Jan 2026 14:55:24 +0000 (22:55 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 27 Feb 2026 14:26:35 +0000 (19:56 +0530)
commit8787fa1da603e9e51efff11841e97b5d374aef34
treec75d1da1dce1159456c4e9079a4a61880e42c8a1
parent50357e7d7992ba8f02c87ff7a5c4db17918635da
phy: usb: Add driver for Canaan K230 USB 2.0 PHY

Add driver for the USB 2.0 PHY in Canaan K230 SoC, which supports PHY
initialization and power management.

Add Kconfig/Makefile under drivers/phy/canaan/.

Signed-off-by: Jiayu Du <jiayu.riscv@isrc.iscas.ac.cn>
Link: https://patch.msgid.link/20260121145526.14672-4-jiayu.riscv@isrc.iscas.ac.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/canaan/Kconfig [new file with mode: 0644]
drivers/phy/canaan/Makefile [new file with mode: 0644]
drivers/phy/canaan/phy-k230-usb.c [new file with mode: 0644]