]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'pci/of'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Jan 2025 19:04:51 +0000 (13:04 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Jan 2025 19:04:51 +0000 (13:04 -0600)
commitccbd884f9efbcd8bd58350186edfe5cbbb537de1
tree77b32790070260e102b75bab0235e0463c835286
parentf4a09274c592ac1235d7695c03f19aad1b7d2069
parent42d9972732f77ced1b7a2406907b19d46c62bcf9
Merge branch 'pci/of'

- Unexport of_pci_parse_bus_range() since it's only used in of.c (Bjorn
  Helgaas)

- Drop 'No bus range found' message so we don't complain when DTs don't
  specify the default 'bus-range = <0x00 0xff>' (Bjorn Helgaas)

- Simplify devm_of_pci_get_host_bridge_resources() interface by dropping
  parameters that are always the same default values (Bjorn Helgaas)

- Update comment reference to of_pci_get_host_bridge_resources(), which no
  longer exists (Bjorn Helgaas)

- Rename the drivers/pci/of_property.c struct of_pci_range to
  of_pci_range_entry to avoid confusion with the global of_pci_range in
  include/linux/of_address.h (Bjorn Helgaas)

* pci/of:
  PCI: of_property: Rename struct of_pci_range to of_pci_range_entry
  sparc/PCI: Update reference to devm_of_pci_get_host_bridge_resources()
  PCI: of: Simplify devm_of_pci_get_host_bridge_resources() interface
  PCI: of: Drop 'No bus range found' message
  PCI: Unexport of_pci_parse_bus_range()
drivers/pci/pci.h