linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] PCI: exynos: Cleanups
@ 2016-10-12 13:37 Bjorn Helgaas
  2016-10-12 13:37 ` [PATCH v2 1/5] PCI: exynos: Add local struct device pointers Bjorn Helgaas
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2016-10-12 13:37 UTC (permalink / raw)
  To: Jingoo Han, Krzysztof Kozlowski, Kukjin Kim; +Cc: linux-pci, linux-samsung-soc

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

  - Name private struct pointer consistently within driver.

  - Pass device-specific struct to internal functions for consistency.

Nothing here should change the behavior of the driver.

Changes from v1:
  I dropped the following patches because they were a lot of churn for
  questionable benefit:
    PCI: exynos: Name private struct pointer "exynos" consistently
      (Instead of renaming *all* the pointers, I only renamed enough to
      make them consistent within this file.)
    PCI: exynos: Swap order of exynos_elb_writel() reg/val arguments
    PCI: exynos: Swap order of exynos_phy_writel() reg/val arguments
    PCI: exynos: Swap order of exynos_blk_writel() reg/val arguments

---

Bjorn Helgaas (5):
      PCI: exynos: Add local struct device pointers
      PCI: exynos: Uninline register accessors
      PCI: exynos: Name private struct pointer "exynos_pcie" consistently
      PCI: exynos: Pass device-specific struct to internal functions
      PCI: exynos: Reorder struct exynos_pcie


 drivers/pci/host/pci-exynos.c |  214 +++++++++++++++++++----------------------
 1 file changed, 100 insertions(+), 114 deletions(-)

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 13:37 [PATCH v2 0/5] PCI: exynos: Cleanups Bjorn Helgaas
2016-10-12 13:37 ` [PATCH v2 1/5] PCI: exynos: Add local struct device pointers Bjorn Helgaas
2016-10-12 13:37 ` [PATCH v2 2/5] PCI: exynos: Uninline register accessors Bjorn Helgaas
2016-10-12 13:37 ` [PATCH v2 3/5] PCI: exynos: Name private struct pointer "exynos_pcie" consistently Bjorn Helgaas
2016-10-12 13:37 ` [PATCH v2 4/5] PCI: exynos: Pass device-specific struct to internal functions Bjorn Helgaas
2016-10-12 13:37 ` [PATCH v2 5/5] PCI: exynos: Reorder struct exynos_pcie Bjorn Helgaas
2016-10-12 16:05 ` [PATCH v2 0/5] PCI: exynos: 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;
as well as URLs for NNTP newsgroup(s).