]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: brcmstb: Sort enums, pcie_offsets[], pcie_cfg_data, .compatible strings
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 2 Sep 2024 20:28:59 +0000 (15:28 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 10 Sep 2024 00:48:48 +0000 (19:48 -0500)
commit2a0091f9419cb6dbbada3a4c8d9e86117b80ead4
tree29ae8aab1c65462c2367261a96ae4e11d4567b4b
parent91e5d15c7b198ecea27407e04cff2fed2d4c2c75
PCI: brcmstb: Sort enums, pcie_offsets[], pcie_cfg_data, .compatible strings

Sort enum pcie_soc_base values.

Rename pcie_offsets_bmips_7425[] to pcie_offsets_bcm7425[] to match BCM7425
pcie_soc_base enum, bcm7425_cfg, and "brcm,bcm7425-pcie" .compatible
string.

Rename pcie_offset_bcm7278[] to pcie_offsets_bcm7278[] to match other
"pcie_offsets" names.

Rename pcie_offset_bcm7712[] to pcie_offsets_bcm7712[] to match other
"pcie_offsets" names.

Sort pcie_offsets_*[] by SoC name, move them all together, indent values
for easy reading.

Sort pcie_cfg_data structs by SoC name.

Sort .compatible strings by SoC name.

No functional change intended.

Link: https://lore.kernel.org/r/20240902205456.227409-1-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
drivers/pci/controller/pcie-brcmstb.c