All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PCI: mvebu: cleanup and improvements
@ 2018-06-29  9:10 ` Thomas Petazzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2018-06-29  9:10 UTC (permalink / raw)
  To: Bjorn Helgaas, Lorenzo Pieralisi, linux-pci
  Cc: Nadav Haklai, Russell King, Antoine Tenart, Gregory Clement,
	Maxime Chevallier, Jason Gunthorpe, Thomas Petazzoni,
	Miquèl Raynal, linux-arm-kernel

Hello,

The main goal of this series is to convert the pci-mvebu driver to use
the pci_host_bridge API directly instead of using the ARM-specific
pci_common_init_dev() API. After this series, the last remaining user
of pci_common_init_dev() is pci-rcar-gen2.

I would appreciate some careful review of the MEM and IO resource
related changes (i.e the new mvebu_pcie_parse_request_resources()
function), since the mvebu driver is a bit special in that respect,
and cannot use the standard devm_of_pci_get_host_bridge_resources()
API.

Thanks,

Thomas

Thomas Petazzoni (3):
  PCI: mvebu: Remove redundant platform_set_drvdata() call
  PCI: mvebu: Convert to use pci_host_bridge directly
  PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()

 drivers/pci/controller/pci-mvebu.c | 152 +++++++++++++++++--------------------
 1 file changed, 71 insertions(+), 81 deletions(-)

-- 
2.14.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-29  9:10 [PATCH 0/3] PCI: mvebu: cleanup and improvements Thomas Petazzoni
2018-06-29  9:10 ` Thomas Petazzoni
2018-06-29  9:10 ` [PATCH 1/3] PCI: mvebu: Remove redundant platform_set_drvdata() call Thomas Petazzoni
2018-06-29  9:10   ` Thomas Petazzoni
2018-06-29  9:10 ` [PATCH 2/3] PCI: mvebu: Convert to use pci_host_bridge directly Thomas Petazzoni
2018-06-29  9:10   ` Thomas Petazzoni
2018-07-05 16:23   ` Lorenzo Pieralisi
2018-07-05 16:23     ` Lorenzo Pieralisi
2018-07-06  7:13     ` Thomas Petazzoni
2018-07-06  7:13       ` Thomas Petazzoni
2018-06-29  9:10 ` [PATCH 3/3] PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers() Thomas Petazzoni
2018-06-29  9:10   ` Thomas Petazzoni
2018-07-13 15:27 ` [PATCH 0/3] PCI: mvebu: cleanup and improvements Lorenzo Pieralisi
2018-07-13 15:27   ` Lorenzo Pieralisi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.