summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-brcmstb.c
AgeCommit message (Expand)Author
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
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-12PCI: brcmstb: Do not turn off WOL regulators on suspendJim Quinlan
2022-01-12PCI: brcmstb: Add control of subdevice voltage regulatorsJim Quinlan
2022-01-12PCI: brcmstb: Add mechanism to turn on subdev regulatorsJim Quinlan
2022-01-12PCI: brcmstb: Split brcm_pcie_setup() into two funcsJim Quinlan
2022-01-12PCI: brcmstb: Fix function return value handlingJim Quinlan
2022-01-12PCI: brcmstb: Do not use __GENMASKFlorian Fainelli
2022-01-12PCI: brcmstb: Declare 'used' as bitmap, not unsigned longChristophe JAILLET
2022-01-11PCI: brcmstb: Augment driver for MIPs SOCsJim Quinlan
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-05-04Merge branch 'pci/brcmstb'Bjorn Helgaas
2021-05-03PCI: brcmstb: Use reset/rearm instead of deassert/assertJim Quinlan
2021-03-22PCI: brcmstb: Fix error return code in brcm_pcie_probe()Wei Yongjun
2021-02-24Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas
2021-01-19PCI: brcmstb: Remove chained IRQ handler and data in one goMartin Kaiser