[PATCH 0/1] pci: agilex_rp: add pci root port support for agilex platform

From: sharath . kumar . d . m
Date: Fri Jun 16 2023 - 02:33:18 EST


From: D M Sharath Kumar <sharath.kumar.d.m@xxxxxxxxx>

added new callback for
1) read,write to root port configuration registers
2) read,write to endpoint configuration registers
3) root port interrupt handler

agilex and newer platforms need to implemant the callback
and generic root port driver should work ( without much changes )
, legacy platforms (arria and startix) implement configuration read,write
directly in wrapper api _altera_pcie_cfg_read/_altera_pcie_cfg_write


D M Sharath Kumar (1):
pci: agilex_pci: add pcie rootport support for agilex

drivers/pci/controller/pcie-altera.c | 278 ++++++++++++++++++++++++++-
1 file changed, 268 insertions(+), 10 deletions(-)

--
2.34.1