[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7178e816-4cb4-49b3-9a1e-1ecd4caa43ed@linaro.org>
Date: Fri, 13 Jun 2025 11:18:17 +0200
From: neil.armstrong@...aro.org
To: Jacky Chou <jacky_chou@...eedtech.com>, bhelgaas@...gle.com,
lpieralisi@...nel.org, kwilczynski@...nel.org, mani@...nel.org,
robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org, joel@....id.au,
andrew@...econstruct.com.au, vkoul@...nel.org, kishon@...nel.org,
linus.walleij@...aro.org, p.zabel@...gutronix.de,
linux-aspeed@...ts.ozlabs.org, linux-pci@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-phy@...ts.infradead.org,
openbmc@...ts.ozlabs.org, linux-gpio@...r.kernel.org
Cc: elbadrym@...gle.com, romlem@...gle.com, anhphan@...gle.com,
wak@...gle.com, yuxiaozhang@...gle.com, BMC-SW@...eedtech.com
Subject: Re: [PATCH 0/7] Add ASPEED PCIe Root Complex support
On 13/06/2025 05:29, Jacky Chou wrote:
> This patch series adds support for the ASPEED PCIe Root Complex,
> including device tree bindings, pinctrl support, and the PCIe host controller
> driver. The patches introduce the necessary device tree nodes, pinmux groups,
> and driver implementation to enable PCIe functionality on ASPEED platforms.
>
> Summary of changes:
> - Add device tree binding documents for ASPEED PCIe PHY, PCIe Config, and PCIe RC
> - Update MAINTAINERS for new bindings and driver
> - Add PCIe RC node and PERST control pin to aspeed-g6 device tree
> - Add PCIe RC PERST pin group to aspeed-g6 pinctrl
> - Implement ASPEED PCIe Root Complex host controller driver
>
> This series has been tested on AST2600/AST2700 platforms and enables PCIe device
> enumeration and operation.
>
> Feedback and review are welcome.
So it seems all PCIe RC code is bundled in a single driver and there's no
PCIe PHY driver code, is there a reason for that ? If yes I think it should
be described in the cover letter.
Thanks,
Neil
>
> Jacky Chou (7):
> dt-bindings: phy: Add document for ASPEED PCIe PHY
> dt-bindings: pci: Add document for ASPEED PCIe Config
> dt-bindings: pci: Add document for ASPEED PCIe RC
> ARM: dts: aspeed-g6: Add AST2600 PCIe RC PERST ctrl pin
> ARM: dts: aspeed-g6: Add PCIe RC node
> pinctrl: aspeed-g6: Add PCIe RC PERST pin group
> pci: aspeed: Add ASPEED PCIe host controller driver
>
> .../bindings/pci/aspeed-pcie-cfg.yaml | 41 +
> .../devicetree/bindings/pci/aspeed-pcie.yaml | 159 +++
> .../bindings/phy/aspeed-pcie-phy.yaml | 38 +
> MAINTAINERS | 10 +
> .../boot/dts/aspeed/aspeed-g6-pinctrl.dtsi | 5 +
> arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 53 +
> drivers/pci/controller/Kconfig | 13 +
> drivers/pci/controller/Makefile | 1 +
> drivers/pci/controller/pcie-aspeed.c | 1039 +++++++++++++++++
> drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 12 +-
> 10 files changed, 1370 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/devicetree/bindings/pci/aspeed-pcie-cfg.yaml
> create mode 100644 Documentation/devicetree/bindings/pci/aspeed-pcie.yaml
> create mode 100644 Documentation/devicetree/bindings/phy/aspeed-pcie-phy.yaml
> create mode 100644 drivers/pci/controller/pcie-aspeed.c
>
Powered by blists - more mailing lists