PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xx
authorPratyush Anand <pratyush.anand@st.com>
Tue, 11 Feb 2014 06:09:26 +0000 (11:39 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 14 Jul 2014 05:00:39 +0000 (10:30 +0530)
commit51b66a6ce12570e5ee1a249c811f7f2d74814a43
tree1a0db6874974c9169345ea668b81f82f2785d239
parent4c834452aad01531db949414f94f817a86348d59
PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xx

ARM based ST Microelectronics's SPEAr1310 and SPEAr1340 SOCs have onchip
designware PCIe controller. To make that usable, this patch adds a wrapper
driver based on existing designware driver.

Adds bindings for this new driver and update MAINTAINERS as well.

Cc: linux-pci@vger.kernel.org
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Mohit Kumar <mohit.kumar@st.com>
[viresh: fixed logs/cclist/checkpatch warnings, broken into smaller patches]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Documentation/devicetree/bindings/pci/spear13xx-pcie.txt [new file with mode: 0644]
MAINTAINERS
drivers/pci/host/Kconfig
drivers/pci/host/Makefile
drivers/pci/host/pcie-spear13xx.c [new file with mode: 0644]