Hello Olof, Please pull PCIe updates for ST's SPEAr1310 SoC.
Last version of posted V8 patches have been Acked-by respective maintainers. https://lkml.org/lkml/2014/4/15/260 Apart from arch/arm/ changes, it also contains patches for drivers/{pci|phy}. Bjorn advised to get complete series via arm-soc tree. http://www.spinics.net/lists/linux-pci/msg30271.html Regards Mohit The following changes since commit 4c834452aad01531db949414f94f817a86348d59: Linus Torvalds (1): Linux 3.16-rc3 are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git spear/pcie-support-v8 Mohit Kumar (1): SPEAr13xx: defconfig: Update Pratyush Anand (8): clk: SPEAr13XX: Fix pcie clock name SPEAr13XX: Fix static mapping table phy: SPEAr1310/40-miphy: Add binding information SPEAr: misc: Add binding information phy: SPEAr1310/40-miphy: Add phy driver for PCIe and SATA SPEAr13XX: Add binding information for PCIe controller SPEAr13XX: dts: Add PCIe node information pcie: SPEAr13xx: Add designware wrapper support .../devicetree/bindings/arm/spear-misc.txt | 9 + .../devicetree/bindings/pci/spear13xx-pcie.txt | 14 + .../devicetree/bindings/phy/st-spear1310-miphy.txt | 12 + .../devicetree/bindings/phy/st-spear1340-miphy.txt | 11 + MAINTAINERS | 6 + arch/arm/boot/dts/spear1310-evb.dts | 4 + arch/arm/boot/dts/spear1310.dtsi | 93 +++++- arch/arm/boot/dts/spear1340-evb.dts | 4 + arch/arm/boot/dts/spear1340.dtsi | 30 ++- arch/arm/boot/dts/spear13xx.dtsi | 9 +- arch/arm/configs/spear13xx_defconfig | 16 + arch/arm/mach-spear/Kconfig | 4 + arch/arm/mach-spear/include/mach/spear.h | 4 +- arch/arm/mach-spear/spear1340.c | 127 +------ arch/arm/mach-spear/spear13xx.c | 2 +- drivers/clk/spear/spear1310_clock.c | 6 +- drivers/clk/spear/spear1340_clock.c | 2 +- drivers/pci/host/Kconfig | 8 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pcie-spear13xx.c | 406 ++++++++++++++++++++ drivers/phy/Kconfig | 12 + drivers/phy/Makefile | 2 + drivers/phy/phy-spear1310-miphy.c | 274 +++++++++++++ drivers/phy/phy-spear1340-miphy.c | 300 +++++++++++++++ 24 files changed, 1217 insertions(+), 139 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/spear-misc.txt create mode 100644 Documentation/devicetree/bindings/pci/spear13xx-pcie.txt create mode 100644 Documentation/devicetree/bindings/phy/st-spear1310-miphy.txt create mode 100644 Documentation/devicetree/bindings/phy/st-spear1340-miphy.txt create mode 100644 drivers/pci/host/pcie-spear13xx.c create mode 100644 drivers/phy/phy-spear1310-miphy.c create mode 100644 drivers/phy/phy-spear1340-miphy.c N�����r��y����b�X��ǧv�^�){.n�+����{����zX����ܨ}���Ơz�&j:+v�������zZ+��+zf���h���~����i���z��w���?�����&�)ߢf��^jǫy�m��@A�a��� 0��h���i