[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231201105207.11786-1-tychang@realtek.com>
Date: Fri, 1 Dec 2023 18:52:05 +0800
From: Tzuyi Chang <tychang@...ltek.com>
To: Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>
CC: <linux-phy@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
Stanley Chang <stanley_chang@...ltek.com>,
Tzuyi Chang <tychang@...ltek.com>
Subject: [PATCH 0/2] Add PCIe PHY driver support for Realtek DHC SoCs
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
Powered by blists - more mailing lists