On Wednesday 15 April 2015 17:48:34 Minghuan Lian wrote: > The Synopsys Designware IP is shared with couples of platforms > under multiple architectures. The patch is to provide basic > architecture-independent Designware PCIe host driver including > ATU initialization and PCI OPS. Currently, which supports arm > and arm64 simultaneously. > > Signed-off-by: Minghuan Lian <Minghuan.Lian@xxxxxxxxxxxxx> > --- > change log: > v1-v2: > 1. Get MSI chip according to dts property 'msi-parent' > 2. Simplify platform_get_resource_byname() failure checking > > drivers/pci/host/Kconfig | 3 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pcie-designware-base.c | 293 ++++++++++++++++++++++++++++++++ > drivers/pci/host/pcie-designware-base.h | 63 +++++++ > I don't understand this patch at all. What is the relation between this driver and the existing pcie-designware.c? From the description above, they would be the same. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html