Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/5] PCI: xilinx: Cleanups
@ 2016-10-12 13:10 Bjorn Helgaas
  2016-10-12 13:10 ` [PATCH v2 1/5] PCI: xilinx: 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:10 UTC (permalink / raw)
  To: Michal Simek, Sören Brinkmann; +Cc: linux-pci

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

  - Remove unused xilinx_pcie_assign_msi() argument.

Nothing here should change the behavior of the driver.

Changes from v1:
  Added "PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument"
  I dropped the following patches because they were a lot of churn for
  questionable benefit:
    PCI: xilinx: Name private struct pointer "xilinx" consistently
    PCI: xilinx: Rename accessors
    PCI: xilinx: Swap order of xilinx_writel() reg/val arguments
    PCI: xilinx-nwl: Name private struct pointer "nwl" consistently
    PCI: xilinx-nwl: Swap order of nwl_bridge_writel() reg/val arguments

---

Bjorn Helgaas (5):
      PCI: xilinx: Add local struct device pointers
      PCI: xilinx: Remove unused platform data
      PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument
      PCI: xilinx-nwl: Add local struct device pointers
      PCI: xilinx-nwl: Remove unused platform data


 drivers/pci/host/pcie-xilinx-nwl.c |  109 ++++++++++++++++++------------------
 drivers/pci/host/pcie-xilinx.c     |   62 ++++++++++----------
 2 files changed, 87 insertions(+), 84 deletions(-)

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

end of thread, other threads:[~2016-10-12 16:03 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:10 [PATCH v2 0/5] PCI: xilinx: Cleanups Bjorn Helgaas
2016-10-12 13:10 ` [PATCH v2 1/5] PCI: xilinx: Add local struct device pointers Bjorn Helgaas
2016-10-12 13:10 ` [PATCH v2 2/5] PCI: xilinx: Remove unused platform data Bjorn Helgaas
2016-10-12 13:10 ` [PATCH v2 3/5] PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument Bjorn Helgaas
2016-10-12 13:11 ` [PATCH v2 4/5] PCI: xilinx-nwl: Add local struct device pointers Bjorn Helgaas
2016-10-12 13:11 ` [PATCH v2 5/5] PCI: xilinx-nwl: Remove unused platform data Bjorn Helgaas
2016-10-12 16:03 ` [PATCH v2 0/5] PCI: xilinx: 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