linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] PCI: dwc: cleanup designware driver
@ 2017-02-16 13:29 Kishon Vijay Abraham I
  2017-02-16 13:29 ` [PATCH 1/4] PCI: dwc: designware: Add new *ops* for cpu addr fixup Kishon Vijay Abraham I
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Kishon Vijay Abraham I @ 2017-02-16 13:29 UTC (permalink / raw)
  To: Bjorn Helgaas, Jingoo Han, linux-kernel, linux-pci, linux-omap,
	linux-arm-kernel, linux-samsung-soc, linuxppc-dev,
	linux-arm-kernel
  Cc: Joao Pinto, nsekhar, Kishon Vijay Abraham I

This series does additional cleanup on top of [1] in preparation
for adding endpoint mode support to designware driver.

This series was previously sent as part of endpoint support series [2].

Once this series is merged, PCI endpoint series can be merged. I'll wait
for this series to be merged before sending the next revision of endpoint
series.

The entire endpoint support is pushed here:
git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git next

[1] -> https://lkml.org/lkml/2017/2/15/273
[2] -> https://lkml.org/lkml/2017/1/13/562

Kishon Vijay Abraham I (4):
  PCI: dwc: designware: Add new *ops* for cpu addr fixup
  PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
  PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
  PCI: dwc: all: Modify dbi accessors to access data of 4/2/1     
    bytes

 drivers/pci/dwc/pci-dra7xx.c           |   21 ++++---
 drivers/pci/dwc/pci-exynos.c           |   14 +++--
 drivers/pci/dwc/pci-imx6.c             |   67 +++++++++++---------
 drivers/pci/dwc/pci-keystone-dw.c      |   16 +++--
 drivers/pci/dwc/pcie-armada8k.c        |   39 +++++++-----
 drivers/pci/dwc/pcie-artpec6.c         |    7 ++-
 drivers/pci/dwc/pcie-designware-host.c |   20 +++---
 drivers/pci/dwc/pcie-designware.c      |  108 ++++++++++++++++++++------------
 drivers/pci/dwc/pcie-designware.h      |   13 ++--
 drivers/pci/dwc/pcie-hisi.c            |   17 ++---
 10 files changed, 192 insertions(+), 130 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2017-02-20  8:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 13:29 [PATCH 0/4] PCI: dwc: cleanup designware driver Kishon Vijay Abraham I
2017-02-16 13:29 ` [PATCH 1/4] PCI: dwc: designware: Add new *ops* for cpu addr fixup Kishon Vijay Abraham I
2017-02-16 13:29 ` [PATCH 2/4] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops Kishon Vijay Abraham I
2017-02-20  8:32   ` Niklas Cassel
2017-02-16 13:29 ` [PATCH 3/4] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument Kishon Vijay Abraham I
2017-02-16 13:29 ` [PATCH 4/4] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes Kishon Vijay Abraham I

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).