mbox series

[v3,0/2] PCI: Marvell CN96XX/CN10XXX quirk and bus-range omission

Message ID 20250324090108.965229-1-Bo.Sun.CN@windriver.com (mailing list archive)
Headers show
Series PCI: Marvell CN96XX/CN10XXX quirk and bus-range omission | expand

Message

Bo Sun March 24, 2025, 9:01 a.m. UTC
v3:
- Patch 1: Unconditionally add 'PCI_REASSIGN_ALL_BUS' and update the comment, as suggested by Mani.
- Patch 2: Add 'Fixes' tag as requested by Mani.

v2:
https://lore.kernel.org/linux-pci/20250311135229.3329381-1-Bo.Sun.CN@windriver.com/

v1:
https://lore.kernel.org/linux-pci/20250117082428.129353-1-Bo.Sun.CN@windriver.com/

Bo Sun (2):
  PCI: Forcefully set the PCI_REASSIGN_ALL_BUS flag for Marvell
    CN96XX/CN10XXX boards
  PCI: of_property: Omit 'bus-range' property if no secondary bus

 drivers/pci/of_property.c |  3 +++
 drivers/pci/quirks.c      | 13 +++++++++++++
 2 files changed, 16 insertions(+)