From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F27EA10E2; Fri, 1 Dec 2023 02:53:00 -0800 (PST) X-SpamFilter-By: ArmorX SpamTrap 5.78 with qID 3B1AqFaO5299708, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36505.realtek.com.tw[172.21.6.25]) by rtits2.realtek.com.tw (8.15.2/2.95/5.92) with ESMTPS id 3B1AqFaO5299708 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 1 Dec 2023 18:52:15 +0800 Received: from RTEXMBS02.realtek.com.tw (172.21.6.95) by RTEXH36505.realtek.com.tw (172.21.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.32; Fri, 1 Dec 2023 18:52:15 +0800 Received: from RTEXH36505.realtek.com.tw (172.21.6.25) by RTEXMBS02.realtek.com.tw (172.21.6.95) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.7; Fri, 1 Dec 2023 18:52:14 +0800 Received: from localhost.localdomain (172.21.252.101) by RTEXH36505.realtek.com.tw (172.21.6.25) with Microsoft SMTP Server id 15.1.2375.32 via Frontend Transport; Fri, 1 Dec 2023 18:52:14 +0800 From: Tzuyi Chang To: Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: , , , Stanley Chang , Tzuyi Chang Subject: [PATCH 0/2] Add PCIe PHY driver support for Realtek DHC SoCs Date: Fri, 1 Dec 2023 18:52:05 +0800 Message-ID: <20231201105207.11786-1-tychang@realtek.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-KSE-ServerInfo: RTEXMBS02.realtek.com.tw, 9 X-KSE-AntiSpam-Interceptor-Info: fallback X-KSE-Antivirus-Interceptor-Info: fallback X-KSE-AntiSpam-Interceptor-Info: fallback X-KSE-ServerInfo: RTEXH36505.realtek.com.tw, 9 X-KSE-AntiSpam-Interceptor-Info: fallback X-KSE-Antivirus-Interceptor-Info: fallback X-KSE-AntiSpam-Interceptor-Info: fallback These patches add the bindings and the PCIe phy driver for Realtek DHC(Digital Home Center) RTD SoCs(RTD1319, RTD1619B, RTD1319D and RTD1315E). Tzuyi Chang (2): dt-bindings: phy: realtek: Add Realtek DHC RTD SoC PCIe PHY phy: realtek: pcie: Add PCIe PHY support for Realtek DHC RTD SoCs .../bindings/phy/realtek,rtd-pcie-phy.yaml | 61 ++ drivers/phy/realtek/Kconfig | 8 + drivers/phy/realtek/Makefile | 1 + drivers/phy/realtek/phy-rtk-pcie.c | 738 ++++++++++++++++++ 4 files changed, 808 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/realtek,rtd-pcie-phy.yaml create mode 100644 drivers/phy/realtek/phy-rtk-pcie.c -- 2.43.0