On Friday, February 28, 2014 8:55 PM, Mohit Kumar wrote: > > From: Pratyush Anand <pratyush.anand@xxxxxx> > > SPEAr1310 and SPEAr1340 SOC uses designware PCIe controller. Add > SPEAr13xx PCIe driver based on designware controller driver. > > SPEAr1310 has 3 PCIe ports and SPEAr1340 has 1, which are multiplexed > with ahci/sata pins. By default evaluation board of both controller > works for ahci mode. > To use these patches on SPEAr1340/1310 evaluation board, do the > necessary modifications on board and enable (okay) pcie and miphy > from respective evb dtsi file. > > Signed-off-by: Pratyush Anand <pratyush.anand@xxxxxx> > Signed-off-by: Mohit Kumar <mohit.kumar@xxxxxx> > Cc: Jingoo Han <jg1.han@xxxxxxxxxxx> For 'drivers/pci/host/pcie-spear13xx.c', Reviewed-by: Jingoo Han <jg1.han@xxxxxxxxxxx> Best regards, Jingoo Han > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Cc: Viresh Kumar <viresh.linux@xxxxxxxxx> > Cc: spear-devel@xxxxxxxxxxx > Cc: linux-pci@xxxxxxxxxxxxxxx > --- > arch/arm/boot/dts/spear1310.dtsi | 6 + > arch/arm/boot/dts/spear1340.dtsi | 2 + > arch/arm/boot/dts/spear13xx.dtsi | 4 +- > arch/arm/mach-spear/Kconfig | 1 + > drivers/pci/host/Kconfig | 8 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pcie-spear13xx.c | 414 +++++++++++++++++++++++++++++++++++++ > 7 files changed, 434 insertions(+), 2 deletions(-) > create mode 100644 drivers/pci/host/pcie-spear13xx.c -- 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