Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 00/10] PCI: designware: Cleanups
@ 2016-10-12 13:17 Bjorn Helgaas
  2016-10-12 13:17 ` [PATCH v2 01/10] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device() Bjorn Helgaas
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Bjorn Helgaas @ 2016-10-12 13:17 UTC (permalink / raw)
  To: Joao Pinto, Pratyush Anand
  Cc: Jingoo Han, Krzysztof Kozlowski, Kukjin Kim, linux-samsung-soc,
	linux-pci

[+cc exynos folks, since pcie_host_ops.readl_rc affects them]

  - Add local "dev" pointers to reduce repetition of things like
    "&pdev->dev".

  - Remove platform drvdata because it appears unused (we called
    platform_set_drvdata() but not platform_get_drvdata()).

Nothing here should change the behavior of the drivers.

Changes from v1:
  Split uninline of register accessors into a separate patch.
  Add Kishon's *unroll() fix (v1 broke exynos).

---

Bjorn Helgaas (9):
      PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()
      PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
      PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
      PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()
      PCI: designware: Uninline register accessors
      PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments
      PCI: designware-plat: Remove redundant dw_plat_pcie.mem_base
      PCI: designware-plat: Add local struct device pointers
      PCI: designware-plat: Remove unused platform data

Kishon Vijay Abraham I (1):
      PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()


 drivers/pci/host/pci-exynos.c           |   10 +--
 drivers/pci/host/pcie-designware-plat.c |   25 +++-----
 drivers/pci/host/pcie-designware.c      |  102 +++++++++++++++----------------
 drivers/pci/host/pcie-designware.h      |    7 +-
 4 files changed, 67 insertions(+), 77 deletions(-)

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

end of thread, other threads:[~2016-10-12 16:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 13:17 [PATCH v2 00/10] PCI: designware: Cleanups Bjorn Helgaas
2016-10-12 13:17 ` [PATCH v2 01/10] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device() Bjorn Helgaas
2016-10-12 13:17 ` [PATCH v2 02/10] PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll() Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 03/10] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 04/10] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 05/10] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc() Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 06/10] PCI: designware: Uninline register accessors Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 07/10] PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 08/10] PCI: designware-plat: Remove redundant dw_plat_pcie.mem_base Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 09/10] PCI: designware-plat: Add local struct device pointers Bjorn Helgaas
2016-10-12 13:19 ` [PATCH v2 10/10] PCI: designware-plat: Remove unused platform data Bjorn Helgaas
2016-10-12 16:04 ` [PATCH v2 00/10] PCI: designware: Cleanups Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox