summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-brcmstb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos2024-10-031-1/+1
* Merge branch 'pci/controller/brcmstb'Bjorn Helgaas2024-09-191-158/+403
|\
| * PCI: brcmstb: Sort enums, pcie_offsets[], pcie_cfg_data, .compatible stringsBjorn Helgaas2024-09-101-45/+45
| * PCI: brcmstb: Enable 7712 SoCsJim Quinlan2024-09-071-0/+20
| * PCI: brcmstb: Change field name from 'type' to 'soc_base'Jim Quinlan2024-09-071-21/+21
| * PCI: brcmstb: Check return value of all reset_control_* callsJim Quinlan2024-09-071-30/+73
| * PCI: brcmstb: Refactor for chips with many regular inbound windowsJim Quinlan2024-09-071-54/+182
| * PCI: brcmstb: Don't conflate the reset rescal with PHY ctrlJim Quinlan2024-09-041-3/+14
| * PCI: brcmstb: Remove two unused constants from driverJim Quinlan2024-09-041-5/+0
| * PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specificJim Quinlan2024-09-041-15/+24
| * PCI: brcmstb: Use swinit reset if availableJim Quinlan2024-09-041-0/+24
| * PCI: brcmstb: Use bridge reset if availableJim Quinlan2024-09-041-1/+17
| * PCI: brcmstb: Use common error handling code in brcm_pcie_probe()Jim Quinlan2024-09-041-13/+12
* | PCI: brcmstb: Silence 'set affinity failed' warningMarek Vasut2024-07-291-9/+2
|/
* PCI: brcmstb: Fix broken brcm_pcie_mdio_write() pollingJonathan Bell2024-03-101-1/+1
* PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream deviceJim Quinlan2024-01-111-10/+86
* PCI: brcmstb: Remove stale commentJim Quinlan2023-08-241-1/+0
* PCI: brcmstb: Assert PERST# on BCM2711Jim Quinlan2023-08-241-0/+5
* PCI: brcmstb: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
* PCI: brcmstb: Set RCB_{MPS,64B}_MODE bitsJim Quinlan2022-11-111-1/+8
* PCI: brcmstb: Drop needless 'inline' annotationsJim Quinlan2022-11-111-6/+6
* PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()Jim Quinlan2022-11-111-17/+10
* PCI: brcmstb: Wait for 100ms following PERST# deassertJim Quinlan2022-11-111-2/+9
* PCI: brcmstb: Enable Multi-MSIJim Quinlan2022-11-111-11/+15
* PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'Jim Quinlan2022-07-271-8/+8
* PCI: brcmstb: Disable/enable regulators in suspend/resumeJim Quinlan2022-07-271-5/+59
* PCI: brcmstb: Enable child bus device regulators from DTJim Quinlan2022-07-271-5/+98
* PCI: brcmstb: Split post-link up initialization to brcm_pcie_start_link()Jim Quinlan2022-07-271-47/+64
* PCI: brcmstb: Prevent config space access when link is downJim Quinlan2022-07-271-6/+14
* PCI: brcmstb: Remove unnecessary forward declarationsJim Quinlan2022-07-271-77/+72
* Revert "PCI: brcmstb: Split brcm_pcie_setup() into two funcs"Bjorn Helgaas2022-05-311-39/+26
* Revert "PCI: brcmstb: Add mechanism to turn on subdev regulators"Bjorn Helgaas2022-05-311-76/+0
* Revert "PCI: brcmstb: Add control of subdevice voltage regulators"Bjorn Helgaas2022-05-311-78/+5
* Revert "PCI: brcmstb: Do not turn off WOL regulators on suspend"Bjorn Helgaas2022-05-311-44/+9
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-41/+263
|\
| * PCI: brcmstb: Do not turn off WOL regulators on suspendJim Quinlan2022-01-121-9/+44
| * PCI: brcmstb: Add control of subdevice voltage regulatorsJim Quinlan2022-01-121-5/+78
| * PCI: brcmstb: Add mechanism to turn on subdev regulatorsJim Quinlan2022-01-121-0/+76
| * PCI: brcmstb: Split brcm_pcie_setup() into two funcsJim Quinlan2022-01-121-26/+39
| * PCI: brcmstb: Fix function return value handlingJim Quinlan2022-01-121-6/+22
| * PCI: brcmstb: Do not use __GENMASKFlorian Fainelli2022-01-121-1/+5
| * PCI: brcmstb: Declare 'used' as bitmap, not unsigned longChristophe JAILLET2022-01-121-4/+9
* | PCI: brcmstb: Augment driver for MIPs SOCsJim Quinlan2022-01-111-4/+78
|/
* PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński2021-10-091-1/+1
* PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-5/+4
* Merge branch 'pci/brcmstb'Bjorn Helgaas2021-05-041-6/+13
|\
| * PCI: brcmstb: Use reset/rearm instead of deassert/assertJim Quinlan2021-05-031-6/+13
* | PCI: brcmstb: Fix error return code in brcm_pcie_probe()Wei Yongjun2021-03-221-0/+1
|/
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2021-02-241-2/+1
|\
| * PCI: brcmstb: Remove chained IRQ handler and data in one goMartin Kaiser2021-01-191-2/+1