linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] PCI: generic: Misc. bug fixes and enhanced support for MSI.
@ 2015-09-11 23:21 David Daney
  2015-09-11 23:21 ` [PATCH 1/6] PCI: Make global and export pdev_fixup_irq() David Daney
                   ` (6 more replies)
  0 siblings, 7 replies; 24+ messages in thread
From: David Daney @ 2015-09-11 23:21 UTC (permalink / raw)
  To: devicetree, linux-kernel, Rob Herring, Frank Rowand, Grant Likely,
	Bjorn Helgaas, linux-pci, Will Deacon, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, linux-arm-kernel
  Cc: David Daney

From: David Daney <david.daney@cavium.com>

While using the pci-host-generic driver to add PCI support for the
Cavium ThunderX processors, several bugs were discovered.  We also
need the ability to specify a per-bus MSI controller, so support for
that was added.

David Daney (6):
  PCI: Make global and export pdev_fixup_irq().
  PCI: generic: Only fixup irqs for bus we are creating.
  PCI: generic: Quit clobbering our pci_ops.
  PCI: generic: Correct, and avoid overflow, in bus_max calculation.
  PCI: generic: Pass proper starting bus number to pci_scan_root_bus().
  PCI: generic: Allow bus default MSI controller to be specified.

 .../devicetree/bindings/pci/host-generic-pci.txt   |  5 ++
 drivers/pci/host/pci-host-generic.c                | 55 +++++++++++++++-------
 drivers/pci/setup-irq.c                            |  7 +--
 include/linux/pci.h                                |  3 ++
 4 files changed, 50 insertions(+), 20 deletions(-)

-- 
1.7.11.7


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

end of thread, other threads:[~2015-09-17 17:13 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 23:21 [PATCH 0/6] PCI: generic: Misc. bug fixes and enhanced support for MSI David Daney
2015-09-11 23:21 ` [PATCH 1/6] PCI: Make global and export pdev_fixup_irq() David Daney
2015-09-11 23:21 ` [PATCH 2/6] PCI: generic: Only fixup irqs for bus we are creating David Daney
2015-09-15 17:36   ` Will Deacon
2015-09-15 17:49     ` David Daney
2015-09-16 10:32       ` Lorenzo Pieralisi
2015-09-17 17:13         ` David Daney
2015-09-11 23:21 ` [PATCH 3/6] PCI: generic: Quit clobbering our pci_ops David Daney
2015-09-15 17:40   ` Will Deacon
2015-09-11 23:21 ` [PATCH 4/6] PCI: generic: Correct, and avoid overflow, in bus_max calculation David Daney
2015-09-15 17:49   ` Will Deacon
2015-09-15 18:02     ` David Daney
2015-09-15 18:35       ` Will Deacon
2015-09-15 18:45         ` David Daney
2015-09-16 10:41           ` Will Deacon
2015-09-16 11:28             ` Lorenzo Pieralisi
2015-09-16 17:29               ` Will Deacon
2015-09-16 17:39                 ` David Daney
2015-09-11 23:21 ` [PATCH 5/6] PCI: generic: Pass proper starting bus number to pci_scan_root_bus() David Daney
2015-09-15 17:55   ` Will Deacon
2015-09-11 23:21 ` [PATCH 6/6] PCI: generic: Allow bus default MSI controller to be specified David Daney
2015-09-15 17:53   ` Will Deacon
2015-09-15 18:25     ` David Daney
2015-09-15 18:06 ` [PATCH 0/6] PCI: generic: Misc. bug fixes and enhanced support for MSI David Daney

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