From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Hi all,
This series adds support for the PCIe host controllers found on the
Renesas RZ/V2H(P) SoCs. The RZ/V2H(P) controller includes additional
features for PCIe lane control and supports multilink operation with
two independent controllers.
v1->v2:
- Dropped RZ/V2N DT binding patch as it has been merged in the
pci/dt-binding branch.
- Dropped un-necessary new line in schema.
- Renamed RZG3S_PCIE_CHANNEL_ID* to RZG3S_PCIE_CONTROLLER_ID* for clarity.
- Added locks to protect shared lane configuration state and
prevent concurrent access issues during probe.
- Added cleanup action to release lanes on driver removal.
- Reconfigured RZG3S_SYSC_FUNC_ID_LINK_MASTER in resume path.
- Renamed num_channels to num_pcie_controllers for clarity.
- Updated commit messages for clarity in patches 1-4.
note, the dt binding patch applies on top of pci/dt-binding branch.
Cheers,
Prabhakar
Lad Prabhakar (4):
dt-bindings: PCI: renesas,r9a08g045-pcie: Add RZ/V2H(P) support
PCI: rzg3s-host: Use shared reset controls for power domain resets
PCI: rzg3s-host: Prepare System Controller handling for multiple
controllers
PCI: rzg3s-host: Add support for RZ/V2H(P) SoC
.../bindings/pci/renesas,r9a08g045-pcie.yaml | 21 +-
drivers/pci/controller/pcie-rzg3s-host.c | 229 ++++++++++++++++--
2 files changed, 231 insertions(+), 19 deletions(-)
base-commit: d2fc550dfe13eef91b065af7a12348ba4162ac04
--
2.54.0