All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] PCI:Add SPEAr13xx PCie support
@ 2013-12-11  9:38 ` Mohit Kumar
  0 siblings, 0 replies; 110+ messages in thread
From: Mohit Kumar @ 2013-12-11  9:38 UTC (permalink / raw)
  To: linux-pci, linux-arm-kernel; +Cc: Mohit Kumar

First five patches are improvement and fixes for SPEAr13xx support.

Next three patches improves pcie designware driver and fixes the IO
translation bug. IO translation bug fix leads to the working of PCIe EP devices
connected to RC through switch.

PCIe driver support for SPEAr1310/40 platform board is added.

These patches are tested with SPEAr1310 evaluation board:
	- INTEL PRO 100/100 EP card
	- USB xhci gen2 card
 	- Above cards connected through LeCROY PTC switch
 
Mohit Kumar (4):
  SPEAr13xx: Correct dt field name for stmmac phy-addr
  SPEAr13xx: defconfig: Update
  MAINTAINERS: Add ST SPEAr13xx PCIe driver maintainer
  MAINTAINERS: Add Synopsis Designware PCIe driver maintainer

Pratyush Anand (8):
  SPEAr13xx: Move SPEAr1340 definitions to header file
  SPEAr13xx: Add SPEAr1310 PCIe register definitions
  SPEAr13xx: Fix static mapping table
  clk: SPEAr13xx: Fix pcie clock name
  pcie: designware: Move register definition to the header file
  pcie: designware: add dw_pcie prefix before cfg_read/write
  pcie: designware: Fix IO transfers
  pcie: SPEAr13xx: Add designware pcie support

 MAINTAINERS                              |   13 +
 arch/arm/boot/dts/spear13xx.dtsi         |   55 +++-
 arch/arm/configs/spear13xx_defconfig     |   15 +
 arch/arm/mach-spear/Kconfig              |    1 +
 arch/arm/mach-spear/include/mach/spear.h |  132 +++++++-
 arch/arm/mach-spear/spear1340.c          |   54 ---
 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                 |    5 +
 drivers/pci/host/Makefile                |    2 +
 drivers/pci/host/pci-exynos.c            |    5 +-
 drivers/pci/host/pcie-designware.c       |   70 +---
 drivers/pci/host/pcie-designware.h       |   46 +++-
 drivers/pci/host/pcie-spear13xx.c        |  564 ++++++++++++++++++++++++++++++
 15 files changed, 850 insertions(+), 122 deletions(-)
 create mode 100644 drivers/pci/host/pcie-spear13xx.c


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

end of thread, other threads:[~2014-01-16 11:46 UTC | newest]

Thread overview: 110+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-11  9:38 [PATCH 00/12] PCI:Add SPEAr13xx PCie support Mohit Kumar
2013-12-11  9:38 ` Mohit Kumar
2013-12-11  9:38 ` [PATCH 01/12] SPEAr13xx: Correct dt field name for stmmac phy-addr Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 11:09   ` Rajeev kumar
2013-12-11 11:09     ` Rajeev kumar
2013-12-11 11:14     ` Rajeev kumar
2013-12-11 11:14       ` Rajeev kumar
2013-12-12  0:39     ` Jingoo Han
2013-12-12  0:39       ` Jingoo Han
2013-12-12  3:59       ` Rajeev kumar
2013-12-12  3:59         ` Rajeev kumar
2013-12-12  4:07         ` Chen-Yu Tsai
2013-12-12  4:07           ` Chen-Yu Tsai
2013-12-12  5:13           ` Mohit KUMAR DCG
2013-12-12  5:13             ` Mohit KUMAR DCG
2013-12-12  5:13             ` Mohit KUMAR DCG
2013-12-11  9:38 ` [PATCH 02/12] SPEAr13xx: Move SPEAr1340 definitions to header file Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 22:48   ` Arnd Bergmann
2013-12-11 22:48     ` Arnd Bergmann
2013-12-13  4:18     ` Mohit KUMAR DCG
2013-12-13  4:18       ` Mohit KUMAR DCG
2013-12-14 19:02       ` Arnd Bergmann
2013-12-14 19:02         ` Arnd Bergmann
2014-01-16  7:25         ` Mohit KUMAR DCG
2014-01-16  7:25           ` Mohit KUMAR DCG
2014-01-16  9:19           ` Pratyush Anand
2014-01-16  9:19             ` Pratyush Anand
2014-01-16 11:33             ` Arnd Bergmann
2014-01-16 11:33               ` Arnd Bergmann
2014-01-16 11:45               ` Pratyush Anand
2014-01-16 11:45                 ` Pratyush Anand
2013-12-11  9:38 ` [PATCH 03/12] SPEAr13xx: Add SPEAr1310 PCIe register definitions Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 22:51   ` Arnd Bergmann
2013-12-11 22:51     ` Arnd Bergmann
2013-12-11  9:38 ` [PATCH 04/12] SPEAr13xx: Fix static mapping table Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11  9:38 ` [PATCH 05/12] clk: SPEAr13xx: Fix pcie clock name Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 22:42   ` Arnd Bergmann
2013-12-11 22:42     ` Arnd Bergmann
2013-12-12  5:00     ` Mohit KUMAR DCG
2013-12-12  5:00       ` Mohit KUMAR DCG
2013-12-12 21:30       ` Arnd Bergmann
2013-12-12 21:30         ` Arnd Bergmann
2013-12-11  9:38 ` [PATCH 06/12] pcie: designware: Move register definition to the header file Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 11:38   ` Jagan Teki
2013-12-11 11:38     ` Jagan Teki
2013-12-11 11:55     ` Mohit KUMAR DCG
2013-12-11 11:55       ` Mohit KUMAR DCG
2013-12-11 12:04       ` Jagan Teki
2013-12-11 12:04         ` Jagan Teki
2013-12-11 21:31       ` Arnd Bergmann
2013-12-11 21:31         ` Arnd Bergmann
2013-12-11 22:48         ` Jingoo Han
2013-12-11 22:48           ` Jingoo Han
2013-12-12  4:55           ` Mohit KUMAR DCG
2013-12-12  4:55             ` Mohit KUMAR DCG
2013-12-11  9:38 ` [PATCH 07/12] pcie: designware: add dw_pcie prefix before cfg_read/write Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 11:40   ` Jagan Teki
2013-12-11 11:40     ` Jagan Teki
2013-12-12  1:12     ` Jingoo Han
2013-12-12  1:12       ` Jingoo Han
2013-12-12  1:05   ` Jingoo Han
2013-12-12  1:05     ` Jingoo Han
2013-12-20 16:35   ` Bjorn Helgaas
2013-12-20 16:35     ` Bjorn Helgaas
2013-12-11  9:38 ` [PATCH 08/12] pcie: designware: Fix IO transfers Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 10:03   ` Marek Vasut
2013-12-11 10:03     ` Marek Vasut
2013-12-11 11:29     ` Jagan Teki
2013-12-11 11:29       ` Jagan Teki
2013-12-12  1:17       ` Jingoo Han
2013-12-12  1:17         ` Jingoo Han
2013-12-20  3:47         ` Pratyush Anand
2013-12-20  3:47           ` Pratyush Anand
2013-12-11 13:34   ` Arnd Bergmann
2013-12-11 13:34     ` Arnd Bergmann
2013-12-11 23:34   ` Jingoo Han
2013-12-11 23:34     ` Jingoo Han
2013-12-20 16:36   ` Bjorn Helgaas
2013-12-20 16:36     ` Bjorn Helgaas
2013-12-11  9:38 ` [PATCH 09/12] pcie: SPEAr13xx: Add designware pcie support Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 23:00   ` Arnd Bergmann
2013-12-11 23:00     ` Arnd Bergmann
2013-12-13  4:30     ` Mohit KUMAR DCG
2013-12-13  4:30       ` Mohit KUMAR DCG
2013-12-13  4:57       ` Jingoo Han
2013-12-13  4:57         ` Jingoo Han
2013-12-14 19:01         ` Arnd Bergmann
2013-12-14 19:01           ` Arnd Bergmann
2013-12-11  9:38 ` [PATCH 10/12] SPEAr13xx: defconfig: Update Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-11 10:47   ` Rajeev kumar
2013-12-11 10:47     ` Rajeev kumar
2013-12-12  4:47     ` Mohit KUMAR DCG
2013-12-12  4:47       ` Mohit KUMAR DCG
2013-12-11  9:38 ` [PATCH 11/12] MAINTAINERS: Add ST SPEAr13xx PCIe driver maintainer Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar
2013-12-12  1:55   ` Jingoo Han
2013-12-12  1:55     ` Jingoo Han
2013-12-11  9:38 ` [PATCH 12/12] MAINTAINERS: Add Synopsis Designware " Mohit Kumar
2013-12-11  9:38   ` Mohit Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.