aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-brcmstb.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-13PCI: brcmstb: Add panic/die handler to driverJim Quinlan1-2/+159
2025-11-13PCI: brcmstb: Add a way to indicate if PCIe bridge is activeJim Quinlan1-5/+35
2025-10-28PCI: brcmstb: Fix disabling L0s capabilityJim Quinlan1-7/+3
2025-07-31Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2025-07-31Merge branch 'pci/controller/brcmstb'Bjorn Helgaas1-6/+27
2025-07-24PCI: brcmstb: Switch to msi_create_parent_irq_domain()Nam Cao1-23/+22
2025-07-23PCI: Fix typosBjorn Helgaas1-1/+1
2025-07-17PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MSFlorian Fainelli1-5/+1
2025-06-23PCI: brcmstb: Set MLW based on "num-lanes" DT property if presentJim Quinlan1-1/+26
2025-05-16PCI: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)1-1/+1
2025-04-07irqdomain: pci: Switch to of_fwnode_handle()Jiri Slaby (SUSE)1-1/+1
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas1-2/+2
2025-03-23PCI: brcmstb: Make const read-only arrays staticColin Ian King1-2/+3
2025-03-08PCI: Fix typosBjorn Helgaas1-2/+2
2025-03-04PCI: brcmstb: Make irq_domain_set_info() parameter cast explicitJim Quinlan1-1/+1
2025-03-04PCI: brcmstb: Make two changes in MDIO register fieldsJim Quinlan1-1/+3
2025-03-04PCI: brcmstb: Use same constant table for config space accessJim Quinlan1-8/+6
2025-03-04PCI: brcmstb: Fix potential premature regulator disablingJim Quinlan1-1/+1
2025-03-04PCI: brcmstb: Fix error path after a call to regulator_bulk_get()Jim Quinlan1-1/+2
2025-03-04PCI: brcmstb: Do not assume that register field starts at LSBJim Quinlan1-2/+2
2025-03-04PCI: brcmstb: Use internal register to change link capabilityJim Quinlan1-2/+2
2025-03-04PCI: brcmstb: Set generation limit before PCIe link upJim Quinlan1-3/+4
2025-03-04PCI: brcmstb: Add BCM2712 supportStanimir Varbanov1-2/+67
2025-02-28PCI: brcmstb: Expand inbound window size up to 64GBStanimir Varbanov1-2/+2
2025-02-28PCI: brcmstb: Reuse pcie_cfg_data structureStanimir Varbanov1-40/+32
2025-02-28PCI: brcmstb: Add a softdep to MIP MSI-X driverStanimir Varbanov1-0/+1
2025-02-24PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()Stanimir Varbanov1-4/+9
2024-10-03PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2024-09-19Merge branch 'pci/controller/brcmstb'Bjorn Helgaas1-158/+403
2024-09-09PCI: brcmstb: Sort enums, pcie_offsets[], pcie_cfg_data, .compatible stringsBjorn Helgaas1-45/+45
2024-09-07PCI: brcmstb: Enable 7712 SoCsJim Quinlan1-0/+20
2024-09-07PCI: brcmstb: Change field name from 'type' to 'soc_base'Jim Quinlan1-21/+21
2024-09-07PCI: brcmstb: Check return value of all reset_control_* callsJim Quinlan1-30/+73
2024-09-07PCI: brcmstb: Refactor for chips with many regular inbound windowsJim Quinlan1-54/+182
2024-09-04PCI: brcmstb: Don't conflate the reset rescal with PHY ctrlJim Quinlan1-3/+14
2024-09-04PCI: brcmstb: Remove two unused constants from driverJim Quinlan1-5/+0
2024-09-04PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specificJim Quinlan1-15/+24
2024-09-04PCI: brcmstb: Use swinit reset if availableJim Quinlan1-0/+24
2024-09-04PCI: brcmstb: Use bridge reset if availableJim Quinlan1-1/+17
2024-09-04PCI: brcmstb: Use common error handling code in brcm_pcie_probe()Jim Quinlan1-13/+12
2024-07-29PCI: brcmstb: Silence 'set affinity failed' warningMarek Vasut1-9/+2
2024-03-10PCI: brcmstb: Fix broken brcm_pcie_mdio_write() pollingJonathan Bell1-1/+1
2024-01-11PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream deviceJim Quinlan1-10/+86
2023-08-24PCI: brcmstb: Remove stale commentJim Quinlan1-1/+0
2023-08-24PCI: brcmstb: Assert PERST# on BCM2711Jim Quinlan1-0/+5
2023-06-24PCI: brcmstb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-11-11PCI: brcmstb: Set RCB_{MPS,64B}_MODE bitsJim Quinlan1-1/+8
2022-11-11PCI: brcmstb: Drop needless 'inline' annotationsJim Quinlan1-6/+6
2022-11-11PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()Jim Quinlan1-17/+10
2022-11-11PCI: brcmstb: Wait for 100ms following PERST# deassertJim Quinlan1-2/+9
2022-11-11PCI: brcmstb: Enable Multi-MSIJim Quinlan1-11/+15
2022-07-27PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'Jim Quinlan1-8/+8
2022-07-27PCI: brcmstb: Disable/enable regulators in suspend/resumeJim Quinlan1-5/+59
2022-07-27PCI: brcmstb: Enable child bus device regulators from DTJim Quinlan1-5/+98
2022-07-27PCI: brcmstb: Split post-link up initialization to brcm_pcie_start_link()Jim Quinlan1-47/+64
2022-07-27PCI: brcmstb: Prevent config space access when link is downJim Quinlan1-6/+14
2022-07-27PCI: brcmstb: Remove unnecessary forward declarationsJim Quinlan1-77/+72
2022-05-31Revert "PCI: brcmstb: Split brcm_pcie_setup() into two funcs"Bjorn Helgaas1-39/+26
2022-05-31Revert "PCI: brcmstb: Add mechanism to turn on subdev regulators"Bjorn Helgaas1-76/+0
2022-05-31Revert "PCI: brcmstb: Add control of subdevice voltage regulators"Bjorn Helgaas1-78/+5
2022-05-31Revert "PCI: brcmstb: Do not turn off WOL regulators on suspend"Bjorn Helgaas1-44/+9
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-41/+263
2022-01-12PCI: brcmstb: Do not turn off WOL regulators on suspendJim Quinlan1-9/+44
2022-01-12PCI: brcmstb: Add control of subdevice voltage regulatorsJim Quinlan1-5/+78
2022-01-12PCI: brcmstb: Add mechanism to turn on subdev regulatorsJim Quinlan1-0/+76
2022-01-12PCI: brcmstb: Split brcm_pcie_setup() into two funcsJim Quinlan1-26/+39
2022-01-12PCI: brcmstb: Fix function return value handlingJim Quinlan1-6/+22
2022-01-12PCI: brcmstb: Do not use __GENMASKFlorian Fainelli1-1/+5
2022-01-12PCI: brcmstb: Declare 'used' as bitmap, not unsigned longChristophe JAILLET1-4/+9
2022-01-11PCI: brcmstb: Augment driver for MIPs SOCsJim Quinlan1-4/+78
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński1-1/+1
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+4
2021-05-04Merge branch 'pci/brcmstb'Bjorn Helgaas1-6/+13
2021-05-03PCI: brcmstb: Use reset/rearm instead of deassert/assertJim Quinlan1-6/+13
2021-03-22PCI: brcmstb: Fix error return code in brcm_pcie_probe()Wei Yongjun1-0/+1
2021-02-24Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-2/+1
2021-01-19PCI: brcmstb: Remove chained IRQ handler and data in one goMartin Kaiser1-2/+1
2021-01-19PCI: brcmstb: support BCM4908 with external PERST# signal controllerRafał Miłecki1-0/+32
2020-12-15Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas1-0/+1
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński1-14/+2
2020-11-20PCI: brcmstb: Initialize "tmp" before useJim Quinlan1-0/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-63/+381
2020-10-02PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match listJim Quinlan1-0/+4
2020-10-02PCI: brcmstb: Set bus max burst size by chip typeJim Quinlan1-4/+15
2020-10-02PCI: brcmstb: Accommodate MSI for older chipsJim Quinlan1-21/+49
2020-10-02PCI: brcmstb: Set additional internal memory DMA viewport sizesJim Quinlan1-18/+49
2020-10-02PCI: brcmstb: Add control of rescal resetJim Quinlan1-2/+77
2020-09-17PCI: brcmstb: Add bcm7278 PERST# supportJim Quinlan1-28/+69
2020-09-17PCI: brcmstb: Add suspend and resume pm_opsJim Quinlan1-0/+47
2020-09-17PCI: brcmstb: Add bcm7278 register infoJim Quinlan1-12/+93
2020-08-18Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present"Nicolas Saenz Julienne1-17/+0
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-2/+0
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-5/+0
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring1-1/+0
2020-07-23PCI: Set default bridge parent deviceRob Herring1-1/+0
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng1-3/+1
2020-07-10PCI: brcmstb: Use pci_host_probe() to register hostRob Herring1-16/+4
2020-05-13PCI: brcmstb: Wait for Raspberry Pi's firmware when presentNicolas Saenz Julienne1-0/+17
2020-05-11PCI: brcmstb: Disable L0s component of ASPM if requestedJim Quinlan1-1/+13
2020-05-11PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan1-2/+2
2020-05-11PCI: brcmstb: Don't clk_put() a managed clockJim Quinlan1-1/+0
2020-05-11PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne1-0/+1
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-03-10PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas1-2/+2
2020-02-27PCI: brcmstb: Fix build on 32bit ARM platforms with older compilersMarek Szyprowski1-1/+1
2020-01-28PCI: brcmstb: Add MSI supportJim Quinlan1-1/+261
2020-01-28PCI: brcmstb: Add Broadcom STB PCIe host controller driverJim Quinlan1-0/+755