devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SPEAr1310 PCIe updates
@ 2014-07-09  5:48 Mohit KUMAR DCG
  2014-07-09  5:58 ` Mohit KUMAR DCG
       [not found] ` <2CC2A0A4A178534D93D5159BF3BCB661A17A3E48F2-8vAmw3ZAcdzhJTuQ9jeba9BPR1lH4CV8@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Mohit KUMAR DCG @ 2014-07-09  5:48 UTC (permalink / raw)
  To: olof@lixom.net
  Cc: Bartlomiej Zolnierkiewicz, Pratyush ANAND,
	'Bjorn Helgaas' (bhelgaas@google.com), spear-devel,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-pci@vger.kernel.org, Mark Nicholson, Viresh Kumar

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-10  5:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09  5:48 [GIT PULL] ARM: SPEAr1310 PCIe updates Mohit KUMAR DCG
2014-07-09  5:58 ` Mohit KUMAR DCG
     [not found] ` <2CC2A0A4A178534D93D5159BF3BCB661A17A3E48F2-8vAmw3ZAcdzhJTuQ9jeba9BPR1lH4CV8@public.gmane.org>
2014-07-09 18:09   ` Olof Johansson
2014-07-10  0:18     ` Viresh Kumar
2014-07-10  5:17       ` Olof Johansson
2014-07-10  5:24         ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).