From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from twmbx01.aspeedtech.com (mail.aspeedtech.com [211.20.114.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 23BBC3B3BE6; Wed, 1 Jul 2026 06:58:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.20.114.72 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782889115; cv=none; b=HgmfIdEIu7jrnLiI7yaiC4fxL8AUxqh9JHbNb08QFuzhuw/JDWiJM+q9igaC6oS7DJ0TLRhtn7IwRWtNkUrXGsnr3I02wYerKOMdZVJHJdU62WRsHbuKxJ3dL3OSzi7FI75Uwgz7CSkQYsR1p1CODyFaeMyKeqxaslXV7LssDg8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782889115; c=relaxed/simple; bh=bn8u6iZT/heeYMxwS3gT13QMzWcArkH0V90un5xFeD4=; h=From:Subject:Date:Message-ID:MIME-Version:Content-Type:To:CC; b=N4w1//6OR5i0s7ef0H+yIFregxVpLTHzuVmFaVv64t9L5+TjN8oDoCVsiiQ2F2EXgxPwCchfrWznRZMypl39TMMqFcZb1JJmAjBfZiOtf0D8iIH7hjigOaP9VT0GIRlSug8aqrFokMHoF5SR6f6KYLorrBlPkOyMW26A8bp2a6A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com; spf=pass smtp.mailfrom=aspeedtech.com; arc=none smtp.client-ip=211.20.114.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=aspeedtech.com Received: from TWMBX01.aspeed.com (192.168.0.62) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1748.10; Wed, 1 Jul 2026 14:58:18 +0800 Received: from [127.0.1.1] (192.168.10.13) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server id 15.2.1748.10 via Frontend Transport; Wed, 1 Jul 2026 14:58:18 +0800 From: Ryan Chen Subject: [PATCH v3 0/3] Add AST2700 USB3.2 PHY driver Date: Wed, 1 Jul 2026 14:58:16 +0800 Message-ID: <20260701-upstream_usb3phy-v3-0-00e12315b6f9@aspeedtech.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-B4-Tracking: v=1; b=H4sIAIm6RGoC/23N0QqDIBTG8VcJr+dQK1272nuMMVKP04tKtGQRv fssGAza5f+D8zsLihAcRHQtFhQgueiGPkd5KpCybf8C7HRuxAjjhFKGJx/HAG33nKIsvZ2xoJS bizYgRIPymQ9g3Hsn74/c1sVxCPP+IdFt/WLVEUsUE8ygbuqGSGBa3NroAfQIyp7V0KFNTOxX4 X8UlhUiiWpMCZKb6qCs6/oBBGE8IvsAAAA= X-Change-ID: 20260112-upstream_usb3phy-7116f8dfe779 To: Vinod Koul , Neil Armstrong , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , "Andrew Jeffery" , Philipp Zabel CC: , , , , , Ryan Chen , Krzysztof Kozlowski X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1782889098; l=1671; i=ryan_chen@aspeedtech.com; s=20251126; h=from:subject:message-id; bh=bn8u6iZT/heeYMxwS3gT13QMzWcArkH0V90un5xFeD4=; b=awUCfrqi0MGSFD1GjYf0evv5DlrS0hIHqJjRtUdPjmOksHD0SJTQiXAe/gKUsCtwN/oCLfBEz Y0iyYwtPBPLCJ8u+r+25FkG5Y/F5eOuRgXc/iYmI+HSjUqRooQkTHEy X-Developer-Key: i=ryan_chen@aspeedtech.com; a=ed25519; pk=Xe73xY6tcnkuRjjbVAB/oU30KdB3FvG4nuJuILj7ZVc= Add AST2700 USB3.2 PHY support. - Supports Super Speed Plus Gen2x1 (10 Gbps), Super Speed (5 Gbps), High Speed (480 Mbps), Full Speed (12Mbps), and Low Speed (1.5 Mbps). Signed-off-by: Ryan Chen --- Changes in v3: - Wire drivers/phy/aspeed/ into drivers/phy/Kconfig and drivers/phy/Makefile so the driver is actually built. - Fix the Makefile config symbol to CONFIG_PHY_ASPEED_USB3 to match the Kconfig symbol. - Expand the Kconfig help text. - Link to v2: https://lore.kernel.org/r/20260116-upstream_usb3phy-v2-0-0b0c9f3eb6f4@aspeedtech.com Changes in v2: - aspeed,ast2700-usb3-phy.yaml - Drop clocks, resets descripton. - Kconfig - add COMPILE_TEST, remove default n - Link to v1: https://lore.kernel.org/r/20260114-upstream_usb3phy-v1-0-2e59590be2d7@aspeedtech.com --- Ryan Chen (3): dt-bindings: phy: aspeed: Document AST2700 USB3.2 PHY phy: aspeed: Add AST2700 USB3.2 PHY driver MAINTAINERS: Add ASPEED USB3 PHY driver .../bindings/phy/aspeed,ast2700-usb3-phy.yaml | 48 +++++ MAINTAINERS | 8 + drivers/phy/Kconfig | 1 + drivers/phy/Makefile | 1 + drivers/phy/aspeed/Kconfig | 15 ++ drivers/phy/aspeed/Makefile | 2 + drivers/phy/aspeed/phy-aspeed-usb3.c | 236 +++++++++++++++++++++ 7 files changed, 311 insertions(+) --- base-commit: 948efecf22e49aa4bf55bb73ec79a0ddcfd38571 change-id: 20260112-upstream_usb3phy-7116f8dfe779 Best regards, -- Ryan Chen