mbox series

[v2,0/8] PCI: brcmstb: Misc small tweaks and fixes

Message ID 20250214173944.47506-1-james.quinlan@broadcom.com (mailing list archive)
Headers show
Series PCI: brcmstb: Misc small tweaks and fixes | expand

Message

Jim Quinlan Feb. 14, 2025, 5:39 p.m. UTC
V2: Changes from V1

  o All Commits: Wrap all commit messages to 75 cols (Bjorn)
  o Commit: Refactor max speed limit functionality
    -- Split into three commits (Bjorn)
  o Commit: "Fix error path upon call of regulator_bulk_get()"
    -- Changed so regulator_bulk_xxx() funcs do not get called with
       num_regulators==0 (Bjorn)
  o Commit: "Fix potential premature regluator disabling"
    -- s/regluator/regulator/ (Bjorn)
  o Commit: "Cast an int variable to an irq_hw_number_t"
    -- Change commit subject line (Stephan)


V1:

  Six small fixes and improvements for the driver.  This may be applied
  before or after Stan's V5 [1] on pci-next (they should not conflict).

  [1] https://lore.kernel.org/linux-pci/20250127113251.b2tqacoalcjrtcap@localhost.localdomain/T/#rfe31466507e3e540ad681278924e0ae4e0b8a727


Jim Quinlan (8):
  PCI: brcmstb: Set gen limitation before link, not after
  PCI: brcmstb: Write to internal register to change link cap
  PCI: brcmstb: Do not assume that reg field starts at LSB
  PCI: brcmstb: Fix error path upon call of regulator_bulk_get()
  PCI: brcmstb: Fix potential premature regulator disabling
  PCI: brcmstb: Use same constant table for config space access
  PCI: brcmstb: Make two changes in MDIO register fields
  PCI: brcmstb: Clarify conversion of irq_domain_set_info() param

 drivers/pci/controller/pcie-brcmstb.c | 40 ++++++++++++++-------------
 1 file changed, 21 insertions(+), 19 deletions(-)


base-commit: 647d69605c70368d54fc012fce8a43e8e5955b04
prerequisite-patch-id: 17728ad3425bcbd72e06271f2537a5aeec9ec0f2
prerequisite-patch-id: fab98130bbf5ffc881704b02153e387aa4a08e87
prerequisite-patch-id: 0d2d8d02821ca742aed46f16e9ed60db2ead359d
prerequisite-patch-id: 8cddbbc69bd26c0284784d29f5abcc30db1c8327
prerequisite-patch-id: b5d9165e3627079a44c08faaa306c17ef735fc9f
prerequisite-patch-id: 95858e79f69b693a7955cf12549ff1ce8df27699
prerequisite-patch-id: cc66e7df1fc7acef4ce10f99033a39359b6d57ab
prerequisite-patch-id: af00ddbf164acf1742020616d8c0f05cbd5c1fa0
prerequisite-patch-id: e37b800216e856a32ec7e7231d5191f17026ebc9
prerequisite-patch-id: edeed902cf9a962e3431132dacbd95781b1cf970
prerequisite-patch-id: da4f731901ffc44f2f1a3e69c1c35213d531fcae