[PATCH 0/5] riscv: spacemit: Add PCIe RC controller support for K3

Inochi Amaoto posted 5 patches 1 month, 1 week ago
There is a newer version of this series
.../devicetree/bindings/pci/snps,dw-pcie.yaml |   7 +-
.../bindings/pci/spacemit,k3-pcie-host.yaml   | 142 +++++++++
drivers/pci/controller/dwc/pcie-spacemit-k1.c | 289 +++++++++++++++++-
3 files changed, 428 insertions(+), 10 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pci/spacemit,k3-pcie-host.yaml
[PATCH 0/5] riscv: spacemit: Add PCIe RC controller support for K3
Posted by Inochi Amaoto 1 month, 1 week ago
The PCIe controller on Spacemit K3 is almost a standard Synopsys
Designware PCIe IP with extra control and external MSI controller
(IMSIC).

Add binding and driver support for PCIe RC controller support on K3.

Inochi Amaoto (5):
  PCI: spacemit-k1: Add device data support
  PCI: spacemit-k1: Add multiple phy handles support
  dt-bindings: PCI: snps,dw-pcie: Add msi-parent for msi handle check
  dt-bindings: pci: spacemit: Introduce Spacemit K3 PCIe host controller
  PCI: spacemit-k1: Add Spacemit K3 PCIe host controller support

 .../devicetree/bindings/pci/snps,dw-pcie.yaml |   7 +-
 .../bindings/pci/spacemit,k3-pcie-host.yaml   | 142 +++++++++
 drivers/pci/controller/dwc/pcie-spacemit-k1.c | 289 +++++++++++++++++-
 3 files changed, 428 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/spacemit,k3-pcie-host.yaml

--
2.54.0