linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] PCI: tegra: Cleanups
@ 2016-10-12 13:02 Bjorn Helgaas
  2016-10-12 13:02 ` [PATCH v2 1/3] PCI: tegra: Fix argument order in tegra_pcie_phy_disable() Bjorn Helgaas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2016-10-12 13:02 UTC (permalink / raw)
  To: Alexandre Courbot, Thierry Reding, Stephen Warren; +Cc: linux-tegra, linux-pci

  - Fix argument order bug for pads_writel() call.

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

The first patch fixes a bug.  The others shouldn't change the behavior.

Changes from v1:
  I dropped the following patches because they were a lot of churn for
  questionable benefit:
    PCI: tegra: Swap order of afi_writel() reg/val arguments
    PCI: tegra: Swap order of pads_writel() reg/val arguments

---

Bjorn Helgaas (3):
      PCI: tegra: Fix argument order in tegra_pcie_phy_disable()
      PCI: tegra: Add local struct device pointers
      PCI: tegra: Remove unused platform data


 drivers/pci/host/pci-tegra.c |  237 ++++++++++++++++++++++--------------------
 1 file changed, 123 insertions(+), 114 deletions(-)

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 13:02 [PATCH v2 0/3] PCI: tegra: Cleanups Bjorn Helgaas
2016-10-12 13:02 ` [PATCH v2 1/3] PCI: tegra: Fix argument order in tegra_pcie_phy_disable() Bjorn Helgaas
2016-10-12 13:02 ` [PATCH v2 2/3] PCI: tegra: Add local struct device pointers Bjorn Helgaas
     [not found] ` <20161012125946.24960.54201.stgit-1RhO1Y9PlrlHTL0Zs8A6p/gx64E7kk8eUsxypvmhUTTZJqsBc5GL+g@public.gmane.org>
2016-10-12 13:02   ` [PATCH v2 3/3] PCI: tegra: Remove unused platform data Bjorn Helgaas
2016-10-12 16:02 ` [PATCH v2 0/3] PCI: tegra: 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).