linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND: RFC PATCH 0/3] Add Keystone pcie driver
@ 2014-03-25  0:35 Murali Karicheri
  2014-03-25  0:35 ` [RESEND: RFC PATCH 2/3] pci: designware: enhancements to support keystone pcie Murali Karicheri
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Murali Karicheri @ 2014-03-25  0:35 UTC (permalink / raw)
  To: linux-pci, linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Murali Karicheri, Jingoo Han, Bjorn Helgaas, Kukjin Kim,
	Richard Zhu, Shawn Guo, Mohit Kumar, Santosh Shilimkar

This is a RFC to add Keystone pcie driver. I had some earlier discussion on
the pcie mailing about this driver and at that time I didn't have the driver
ported to dw core driver. I now have a driver working with intel's e1000e
ethernet driver and want to review this RFC on this list.

Kestone PCIE hardware is based on dw version 3.65. It lacks ATU port and
standard MSI controller found in newer version of the dw hardware. This version
uses registers in PCIE application space to configure MSI controller. It has 4
host irqs for legacy IRQs A/B/C/D and 8 host irqs to muliplex 32 MSI irqs.
Also has one host irq line for errors.

Please review and provide your comments.

CC: Jingoo Han <jg1.han@samsung.com>
CC: Bjorn Helgaas <bhelgaas@google.com>
CC: Kukjin Kim <kgene.kim@samsung.com>
CC: Richard Zhu <r65037@freescale.com>
CC: Shawn Guo <shawn.guo@linaro.org>
CC: Mohit Kumar <mohit.kumar@st.com>
CC: Santosh Shilimkar <santosh.shilimkar@ti.com>

Murali Karicheri (3):
  ARM: keystone: add pcie related options
  pci: designware: enhancements to support keystone pcie
  pcie: keystone: add pcie driver based on designware core driver

 .../devicetree/bindings/pci/pcie-keystone.txt      |   32 +
 arch/arm/mach-keystone/Kconfig                     |    2 +
 drivers/pci/host/Kconfig                           |    5 +
 drivers/pci/host/Makefile                          |    1 +
 drivers/pci/host/k2-platform.c                     |  191 +++++
 drivers/pci/host/pci-exynos.c                      |    2 +-
 drivers/pci/host/pci-imx6.c                        |    2 +-
 drivers/pci/host/pcie-designware.c                 |   99 ++-
 drivers/pci/host/pcie-designware.h                 |   14 +-
 drivers/pci/host/pcie-keystone.c                   |  860 ++++++++++++++++++++
 drivers/pci/host/pcie-ks-pdata.h                   |   19 +
 drivers/pci/quirks.c                               |   12 +
 12 files changed, 1203 insertions(+), 36 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/pcie-keystone.txt
 create mode 100644 drivers/pci/host/k2-platform.c
 create mode 100644 drivers/pci/host/pcie-keystone.c
 create mode 100644 drivers/pci/host/pcie-ks-pdata.h

-- 
1.7.9.5


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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25  0:35 [RESEND: RFC PATCH 0/3] Add Keystone pcie driver Murali Karicheri
2014-03-25  0:35 ` [RESEND: RFC PATCH 2/3] pci: designware: enhancements to support keystone pcie Murali Karicheri
2014-03-25  0:35 ` [RESEND: RFC PATCH 1/3] ARM: keystone: add pcie related options Murali Karicheri
2014-03-25  0:35 ` [RESEND: RFC PATCH 3/3] pcie: keystone: add pcie driver based on designware core driver Murali Karicheri
2014-03-25  7:44   ` Arnd Bergmann
2014-03-25 10:35     ` Thierry Reding
2014-03-25 11:46       ` Andrew Murray
     [not found]         ` <533C300E.7070109@ti.com>
2014-04-02 16:47           ` Andrew Murray
2014-04-02 17:23             ` Murali Karicheri
2014-03-25 16:54     ` Jason Gunthorpe
2014-04-07 16:38       ` Murali Karicheri
2014-04-07 16:46         ` Jason Gunthorpe
2014-03-27 14:01     ` Karicheri, Muralidharan
2014-04-02 17:17     ` Murali Karicheri
2014-04-03  8:32       ` Lucas Stach
2014-04-04 16:15         ` 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).