* [RESEND: PATCH v1 0/5] Add Keystone PCIe controller driver
@ 2014-05-15 16:05 Murali Karicheri
0 siblings, 0 replies; only message in thread
From: Murali Karicheri @ 2014-05-15 16:05 UTC (permalink / raw)
To: linux-arm-kernel
Resending with some typos fixed...
This patch adds a PCIe controller driver for Keystone SoCs. This
is based on the original RFC patch series that I had sent earlier. I have
incorporated following comments against that series:-
- Add an interrupt controller node for Legacy irq chip and use
interrupt map/map-mask property to map legacy IRQs A/B/C/D
- Add a Phy driver to replace the original serdes driver
- Move common application register handling code to a separate
file to allow re-use across other platforms that use older
DW PCIe h/w
- PCI quirk for maximum read request size. Check and override only
if the maximum is higher than what controller can handle.
- Converted to a module platform driver.
CC: Santosh Shilimkar <santosh.shilimkar@ti.com>
CC: Russell King <linux@arm.linux.org.uk>
CC: Grant Likely <grant.likely@linaro.org>
CC: Rob Herring <robh+dt@kernel.org>
CC: Mohit Kumar <mohit.kumar@st.com>
CC: Jingoo Han <jg1.han@samsung.com>
CC: Bjorn Helgaas <bhelgaas@google.com>
Murali Karicheri (5):
ARM: keystone: add pcie related options
pci: designware: enhancements to support keystone pcie
phy: pci serdes phy driver for keystone
pci: dw: add common functions to support old hw based pci driver
pci: keystone: add pcie driver based on designware core driver
.../devicetree/bindings/pci/pcie-keystone.txt | 68 ++++
arch/arm/mach-keystone/Kconfig | 2 +
drivers/pci/host/Kconfig | 12 +
drivers/pci/host/Makefile | 2 +
drivers/pci/host/pci-dw-old-msi.c | 150 ++++++++
drivers/pci/host/pci-dw-old.c | 371 ++++++++++++++++++
drivers/pci/host/pci-dw-old.h | 30 ++
drivers/pci/host/pci-keystone.c | 400 ++++++++++++++++++++
drivers/pci/host/pcie-designware.c | 101 +++--
drivers/pci/host/pcie-designware.h | 42 +-
drivers/pci/quirks.c | 13 +
drivers/phy/Kconfig | 6 +
drivers/phy/Makefile | 1 +
drivers/phy/phy-keystone.c | 230 +++++++++++
14 files changed, 1388 insertions(+), 40 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pci/pcie-keystone.txt
create mode 100644 drivers/pci/host/pci-dw-old-msi.c
create mode 100644 drivers/pci/host/pci-dw-old.c
create mode 100644 drivers/pci/host/pci-dw-old.h
create mode 100644 drivers/pci/host/pci-keystone.c
create mode 100644 drivers/phy/phy-keystone.c
--
1.7.9.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-15 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 16:05 [RESEND: PATCH v1 0/5] Add Keystone PCIe controller driver Murali Karicheri
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).