linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/9] PCI: dwc: Drop unnecessary root_bus_nr setting
@ 2018-07-01  3:54 Shawn Guo
  2018-07-01  3:54 ` [PATCH v3 1/9] PCI: exynos: " Shawn Guo
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Shawn Guo @ 2018-07-01  3:54 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Bjorn Helgaas, Pratyush Anand, Stanimir Varbanov, Jianguo Sun,
	Joao Pinto, Jesper Nilsson, Thomas Petazzoni, Murali Karicheri,
	Lucas Stach, Jingoo Han, linux-pci, Shawn Guo

The designware core function dw_pcie_host_init() already initializes
the root_bus_nr field of 'struct pcie_port', so the -1 assignment prior
to calling dw_pcie_host_init() in platform specific driver is not really
needed.  Drop it.

Changes for v3:
 - Rebase to v4.18-rc1
 - Collect ACK from Pratyush on spear13xx driver

Changes for v2:
 - Improve commit log a bit per Thomas' suggestion.
 - Collect ACK from Thomas and Stanimir on armada8k and qcom driver.


Shawn Guo (9):
  PCI: exynos: Drop unnecessary root_bus_nr setting
  PCI: imx6: Drop unnecessary root_bus_nr setting
  PCI: keystone: Drop unnecessary root_bus_nr setting
  PCI: armada8k: Drop unnecessary root_bus_nr setting
  PCI: artpec6: Drop unnecessary root_bus_nr setting
  PCI: designware-plat: Drop unnecessary root_bus_nr setting
  PCI: histb: Drop unnecessary root_bus_nr setting
  PCI: qcom: Drop unnecessary root_bus_nr setting
  PCI: spear13xx: Drop unnecessary root_bus_nr setting

 drivers/pci/controller/dwc/pci-exynos.c           | 1 -
 drivers/pci/controller/dwc/pci-imx6.c             | 1 -
 drivers/pci/controller/dwc/pci-keystone.c         | 1 -
 drivers/pci/controller/dwc/pcie-armada8k.c        | 1 -
 drivers/pci/controller/dwc/pcie-artpec6.c         | 1 -
 drivers/pci/controller/dwc/pcie-designware-plat.c | 1 -
 drivers/pci/controller/dwc/pcie-histb.c           | 1 -
 drivers/pci/controller/dwc/pcie-qcom.c            | 1 -
 drivers/pci/controller/dwc/pcie-spear13xx.c       | 1 -
 9 files changed, 9 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2018-07-13 13:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-01  3:54 [PATCH v3 0/9] PCI: dwc: Drop unnecessary root_bus_nr setting Shawn Guo
2018-07-01  3:54 ` [PATCH v3 1/9] PCI: exynos: " Shawn Guo
2018-07-04 16:21   ` Lorenzo Pieralisi
2018-07-05 19:40     ` Jingoo Han
2018-07-06  9:20       ` Lorenzo Pieralisi
2018-07-01  3:54 ` [PATCH v3 2/9] PCI: imx6: " Shawn Guo
2018-07-02 10:25   ` Lucas Stach
2018-07-01  3:54 ` [PATCH v3 3/9] PCI: keystone: " Shawn Guo
2018-07-04 16:23   ` Lorenzo Pieralisi
2018-07-01  3:54 ` [PATCH v3 4/9] PCI: armada8k: " Shawn Guo
2018-07-01  3:54 ` [PATCH v3 5/9] PCI: artpec6: " Shawn Guo
2018-07-02  8:47   ` Jesper Nilsson
2018-07-01  3:54 ` [PATCH v3 6/9] PCI: designware-plat: " Shawn Guo
2018-07-02  8:38   ` Gustavo Pimentel
2018-07-01  3:54 ` [PATCH v3 7/9] PCI: histb: " Shawn Guo
2018-07-01  3:54 ` [PATCH v3 8/9] PCI: qcom: " Shawn Guo
2018-07-01  3:54 ` [PATCH v3 9/9] PCI: spear13xx: " Shawn Guo
2018-07-13 13:20 ` [PATCH v3 0/9] PCI: dwc: " Lorenzo Pieralisi

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