Thread (8 messages) 8 messages, 2 authors, 2026-01-15

Re: [PATCH 2/3] phy: add AST2700 usb3.2 phy driver

From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-01-15 09:53:08
Also in: linux-aspeed, linux-devicetree, linux-phy, lkml

On Wed, Jan 14, 2026 at 03:13:11PM +0800, Ryan Chen wrote:
quoted hunk ↗ jump to hunk
Add AST2700 USB3.2 PHY driver support.

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
---
 drivers/phy/aspeed/Kconfig           |  13 ++
 drivers/phy/aspeed/Makefile          |   2 +
 drivers/phy/aspeed/phy-aspeed-usb3.c | 236 +++++++++++++++++++++++++++++++++++
 3 files changed, 251 insertions(+)
diff --git a/drivers/phy/aspeed/Kconfig b/drivers/phy/aspeed/Kconfig
new file mode 100644
index 000000000000..93bb5a913633
--- /dev/null
+++ b/drivers/phy/aspeed/Kconfig
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+#
+# PHY drivers for ASPEED
+#
+
+config PHY_ASPEED_USB3
+	tristate "ASPEED USB3 PHY driver"
+	select GENERIC_PHY
+	depends on ARCH_ASPEED
COMPILE_TEST
+	default n
It's the default, so maybe you meant 'ARCH_ASPEED'?

Best regards,
Krzysztof

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help