summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-brcmstb.c
AgeCommit message (Expand)Author
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas
2025-03-23PCI: brcmstb: Make const read-only arrays staticColin Ian King
2025-03-08PCI: Fix typosBjorn Helgaas
2025-03-04PCI: brcmstb: Make irq_domain_set_info() parameter cast explicitJim Quinlan
2025-03-04PCI: brcmstb: Make two changes in MDIO register fieldsJim Quinlan
2025-03-04PCI: brcmstb: Use same constant table for config space accessJim Quinlan
2025-03-04PCI: brcmstb: Fix potential premature regulator disablingJim Quinlan
2025-03-04PCI: brcmstb: Fix error path after a call to regulator_bulk_get()Jim Quinlan
2025-03-04PCI: brcmstb: Do not assume that register field starts at LSBJim Quinlan
2025-03-04PCI: brcmstb: Use internal register to change link capabilityJim Quinlan
2025-03-04PCI: brcmstb: Set generation limit before PCIe link upJim Quinlan
2025-03-04PCI: brcmstb: Add BCM2712 supportStanimir Varbanov
2025-02-28PCI: brcmstb: Expand inbound window size up to 64GBStanimir Varbanov
2025-02-28PCI: brcmstb: Reuse pcie_cfg_data structureStanimir Varbanov
2025-02-28PCI: brcmstb: Add a softdep to MIP MSI-X driverStanimir Varbanov
2025-02-24PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()Stanimir Varbanov
2024-10-03PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos
2024-09-19Merge branch 'pci/controller/brcmstb'Bjorn Helgaas
2024-09-09PCI: brcmstb: Sort enums, pcie_offsets[], pcie_cfg_data, .compatible stringsBjorn Helgaas
2024-09-07PCI: brcmstb: Enable 7712 SoCsJim Quinlan
2024-09-07PCI: brcmstb: Change field name from 'type' to 'soc_base'Jim Quinlan
2024-09-07PCI: brcmstb: Check return value of all reset_control_* callsJim Quinlan
2024-09-07PCI: brcmstb: Refactor for chips with many regular inbound windowsJim Quinlan
2024-09-04PCI: brcmstb: Don't conflate the reset rescal with PHY ctrlJim Quinlan
2024-09-04PCI: brcmstb: Remove two unused constants from driverJim Quinlan
2024-09-04PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specificJim Quinlan
2024-09-04PCI: brcmstb: Use swinit reset if availableJim Quinlan
2024-09-04PCI: brcmstb: Use bridge reset if availableJim Quinlan
2024-09-04PCI: brcmstb: Use common error handling code in brcm_pcie_probe()Jim Quinlan
2024-07-29PCI: brcmstb: Silence 'set affinity failed' warningMarek Vasut
2024-03-10PCI: brcmstb: Fix broken brcm_pcie_mdio_write() pollingJonathan Bell
2024-01-11PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream deviceJim Quinlan
2023-08-24PCI: brcmstb: Remove stale commentJim Quinlan
2023-08-24PCI: brcmstb: Assert PERST# on BCM2711Jim Quinlan
2023-06-24PCI: brcmstb: Convert to platform remove callback returning voidUwe Kleine-König
2022-11-11PCI: brcmstb: Set RCB_{MPS,64B}_MODE bitsJim Quinlan
2022-11-11PCI: brcmstb: Drop needless 'inline' annotationsJim Quinlan
2022-11-11PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()Jim Quinlan
2022-11-11PCI: brcmstb: Wait for 100ms following PERST# deassertJim Quinlan
2022-11-11PCI: brcmstb: Enable Multi-MSIJim Quinlan
2022-07-27PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'Jim Quinlan
2022-07-27PCI: brcmstb: Disable/enable regulators in suspend/resumeJim Quinlan
2022-07-27PCI: brcmstb: Enable child bus device regulators from DTJim Quinlan
2022-07-27PCI: brcmstb: Split post-link up initialization to brcm_pcie_start_link()Jim Quinlan
2022-07-27PCI: brcmstb: Prevent config space access when link is downJim Quinlan
2022-07-27PCI: brcmstb: Remove unnecessary forward declarationsJim Quinlan
2022-05-31Revert "PCI: brcmstb: Split brcm_pcie_setup() into two funcs"Bjorn Helgaas
2022-05-31Revert "PCI: brcmstb: Add mechanism to turn on subdev regulators"Bjorn Helgaas
2022-05-31Revert "PCI: brcmstb: Add control of subdevice voltage regulators"Bjorn Helgaas
2022-05-31Revert "PCI: brcmstb: Do not turn off WOL regulators on suspend"Bjorn Helgaas