mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] PCI patches
@ 2023-12-19 12:56 Sascha Hauer
  2023-12-19 12:56 ` [PATCH 1/6] pci: remove duplicate definition of pci_resource_start Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2023-12-19 12:56 UTC (permalink / raw)
  To: Barebox List

These patches will be needed for upcoming Layerscape LS1028a support.
This SoC has the Ethernet Complex in an Integrated Endpoint Root
Complex.

Sascha Hauer (6):
  pci: remove duplicate definition of pci_resource_start
  pci: Do not register device tree disabled devices
  pci: layerscape: limit fixup to layerscape controllers
  pci: fix __pci_bus_find_cap_start
  pci: implement Enhanced Allocation support
  pci: implement function level reset

 drivers/pci/bus.c            |   3 +
 drivers/pci/pci-layerscape.c |   3 +
 drivers/pci/pci.c            | 222 ++++++++++++++++++++++++++++++++++-
 include/linux/pci.h          |   6 +-
 include/linux/pci_regs.h     |  50 +++++++-
 5 files changed, 277 insertions(+), 7 deletions(-)

-- 
2.39.2




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

end of thread, other threads:[~2023-12-19 12:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 12:56 [PATCH 0/6] PCI patches Sascha Hauer
2023-12-19 12:56 ` [PATCH 1/6] pci: remove duplicate definition of pci_resource_start Sascha Hauer
2023-12-19 12:56 ` [PATCH 2/6] pci: Do not register device tree disabled devices Sascha Hauer
2023-12-19 12:56 ` [PATCH 3/6] pci: layerscape: limit fixup to layerscape controllers Sascha Hauer
2023-12-19 12:56 ` [PATCH 4/6] pci: fix __pci_bus_find_cap_start Sascha Hauer
2023-12-19 12:56 ` [PATCH 5/6] pci: implement Enhanced Allocation support Sascha Hauer
2023-12-19 12:56 ` [PATCH 6/6] pci: implement function level reset Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox