On Fri, Jan 22, 2021 at 02:51:36PM +0000, daire.mcnamara@xxxxxxxxxxxxx wrote: > From: Daire McNamara <daire.mcnamara@xxxxxxxxxxxxx> > > Add support for the Microchip PolarFire PCIe controller when > configured in host (Root Complex) mode. > > Signed-off-by: Daire McNamara <daire.mcnamara@xxxxxxxxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > --- > drivers/pci/controller/Kconfig | 10 + > drivers/pci/controller/Makefile | 1 + > drivers/pci/controller/pcie-microchip-host.c | 1115 ++++++++++++++++++ > 3 files changed, 1126 insertions(+) > create mode 100644 drivers/pci/controller/pcie-microchip-host.c <...> > +builtin_platform_driver(mc_pcie_driver); > +MODULE_LICENSE("GPL v2"); We had this discussion lately, it should be "GPL" without "v2". Thanks