On Wed, 6 May 2020 20:44:19 +0530, Kishon Vijay Abraham I wrote: > Add cdns_pcie_ops to start link and verify link status. The registers > to start link and to check link status is in Platform specific PCIe > wrapper. Add support for platform specific drivers to add callback > functions for the PCIe Cadence core to start link and verify link status. > > Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx> > --- > .../pci/controller/cadence/pcie-cadence-ep.c | 8 +++++ > .../controller/cadence/pcie-cadence-host.c | 28 +++++++++++++++++ > drivers/pci/controller/cadence/pcie-cadence.h | 30 +++++++++++++++++++ > 3 files changed, 66 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>