| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-13 | PCI: brcmstb: Add panic/die handler to driver | Jim Quinlan | 1 | -2/+159 |
| 2025-11-13 | PCI: brcmstb: Add a way to indicate if PCIe bridge is active | Jim Quinlan | 1 | -5/+35 |
| 2025-10-28 | PCI: brcmstb: Fix disabling L0s capability | Jim Quinlan | 1 | -7/+3 |
| 2025-07-31 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2025-07-31 | Merge branch 'pci/controller/brcmstb' | Bjorn Helgaas | 1 | -6/+27 |
| 2025-07-24 | PCI: brcmstb: Switch to msi_create_parent_irq_domain() | Nam Cao | 1 | -23/+22 |
| 2025-07-23 | PCI: Fix typos | Bjorn Helgaas | 1 | -1/+1 |
| 2025-07-17 | PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS | Florian Fainelli | 1 | -5/+1 |
| 2025-06-23 | PCI: brcmstb: Set MLW based on "num-lanes" DT property if present | Jim Quinlan | 1 | -1/+26 |
| 2025-05-16 | PCI: Switch to irq_domain_create_linear() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2025-04-07 | irqdomain: pci: Switch to of_fwnode_handle() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2025-03-27 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -2/+2 |
| 2025-03-23 | PCI: brcmstb: Make const read-only arrays static | Colin Ian King | 1 | -2/+3 |
| 2025-03-08 | PCI: Fix typos | Bjorn Helgaas | 1 | -2/+2 |
| 2025-03-04 | PCI: brcmstb: Make irq_domain_set_info() parameter cast explicit | Jim Quinlan | 1 | -1/+1 |
| 2025-03-04 | PCI: brcmstb: Make two changes in MDIO register fields | Jim Quinlan | 1 | -1/+3 |
| 2025-03-04 | PCI: brcmstb: Use same constant table for config space access | Jim Quinlan | 1 | -8/+6 |
| 2025-03-04 | PCI: brcmstb: Fix potential premature regulator disabling | Jim Quinlan | 1 | -1/+1 |
| 2025-03-04 | PCI: brcmstb: Fix error path after a call to regulator_bulk_get() | Jim Quinlan | 1 | -1/+2 |
| 2025-03-04 | PCI: brcmstb: Do not assume that register field starts at LSB | Jim Quinlan | 1 | -2/+2 |
| 2025-03-04 | PCI: brcmstb: Use internal register to change link capability | Jim Quinlan | 1 | -2/+2 |
| 2025-03-04 | PCI: brcmstb: Set generation limit before PCIe link up | Jim Quinlan | 1 | -3/+4 |
| 2025-03-04 | PCI: brcmstb: Add BCM2712 support | Stanimir Varbanov | 1 | -2/+67 |
| 2025-02-28 | PCI: brcmstb: Expand inbound window size up to 64GB | Stanimir Varbanov | 1 | -2/+2 |
| 2025-02-28 | PCI: brcmstb: Reuse pcie_cfg_data structure | Stanimir Varbanov | 1 | -40/+32 |
| 2025-02-28 | PCI: brcmstb: Add a softdep to MIP MSI-X driver | Stanimir Varbanov | 1 | -0/+1 |
| 2025-02-24 | PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe() | Stanimir Varbanov | 1 | -4/+9 |
| 2024-10-03 | PCI: controller: Switch back to struct platform_driver::remove() | Sergio Paracuellos | 1 | -1/+1 |
| 2024-09-19 | Merge branch 'pci/controller/brcmstb' | Bjorn Helgaas | 1 | -158/+403 |
| 2024-09-09 | PCI: brcmstb: Sort enums, pcie_offsets[], pcie_cfg_data, .compatible strings | Bjorn Helgaas | 1 | -45/+45 |
| 2024-09-07 | PCI: brcmstb: Enable 7712 SoCs | Jim Quinlan | 1 | -0/+20 |
| 2024-09-07 | PCI: brcmstb: Change field name from 'type' to 'soc_base' | Jim Quinlan | 1 | -21/+21 |
| 2024-09-07 | PCI: brcmstb: Check return value of all reset_control_* calls | Jim Quinlan | 1 | -30/+73 |
| 2024-09-07 | PCI: brcmstb: Refactor for chips with many regular inbound windows | Jim Quinlan | 1 | -54/+182 |
| 2024-09-04 | PCI: brcmstb: Don't conflate the reset rescal with PHY ctrl | Jim Quinlan | 1 | -3/+14 |
| 2024-09-04 | PCI: brcmstb: Remove two unused constants from driver | Jim Quinlan | 1 | -5/+0 |
| 2024-09-04 | PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific | Jim Quinlan | 1 | -15/+24 |
| 2024-09-04 | PCI: brcmstb: Use swinit reset if available | Jim Quinlan | 1 | -0/+24 |
| 2024-09-04 | PCI: brcmstb: Use bridge reset if available | Jim Quinlan | 1 | -1/+17 |
| 2024-09-04 | PCI: brcmstb: Use common error handling code in brcm_pcie_probe() | Jim Quinlan | 1 | -13/+12 |
| 2024-07-29 | PCI: brcmstb: Silence 'set affinity failed' warning | Marek Vasut | 1 | -9/+2 |
| 2024-03-10 | PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling | Jonathan Bell | 1 | -1/+1 |
| 2024-01-11 | PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device | Jim Quinlan | 1 | -10/+86 |
| 2023-08-24 | PCI: brcmstb: Remove stale comment | Jim Quinlan | 1 | -1/+0 |
| 2023-08-24 | PCI: brcmstb: Assert PERST# on BCM2711 | Jim Quinlan | 1 | -0/+5 |
| 2023-06-24 | PCI: brcmstb: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-11-11 | PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits | Jim Quinlan | 1 | -1/+8 |
| 2022-11-11 | PCI: brcmstb: Drop needless 'inline' annotations | Jim Quinlan | 1 | -6/+6 |
| 2022-11-11 | PCI: brcmstb: Replace status loops with read_poll_timeout_atomic() | Jim Quinlan | 1 | -17/+10 |
| 2022-11-11 | PCI: brcmstb: Wait for 100ms following PERST# deassert | Jim Quinlan | 1 | -2/+9 |
| 2022-11-11 | PCI: brcmstb: Enable Multi-MSI | Jim Quinlan | 1 | -11/+15 |
| 2022-07-27 | PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus' | Jim Quinlan | 1 | -8/+8 |
| 2022-07-27 | PCI: brcmstb: Disable/enable regulators in suspend/resume | Jim Quinlan | 1 | -5/+59 |
| 2022-07-27 | PCI: brcmstb: Enable child bus device regulators from DT | Jim Quinlan | 1 | -5/+98 |
| 2022-07-27 | PCI: brcmstb: Split post-link up initialization to brcm_pcie_start_link() | Jim Quinlan | 1 | -47/+64 |
| 2022-07-27 | PCI: brcmstb: Prevent config space access when link is down | Jim Quinlan | 1 | -6/+14 |
| 2022-07-27 | PCI: brcmstb: Remove unnecessary forward declarations | Jim Quinlan | 1 | -77/+72 |
| 2022-05-31 | Revert "PCI: brcmstb: Split brcm_pcie_setup() into two funcs" | Bjorn Helgaas | 1 | -39/+26 |
| 2022-05-31 | Revert "PCI: brcmstb: Add mechanism to turn on subdev regulators" | Bjorn Helgaas | 1 | -76/+0 |
| 2022-05-31 | Revert "PCI: brcmstb: Add control of subdevice voltage regulators" | Bjorn Helgaas | 1 | -78/+5 |
| 2022-05-31 | Revert "PCI: brcmstb: Do not turn off WOL regulators on suspend" | Bjorn Helgaas | 1 | -44/+9 |
| 2022-01-16 | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -41/+263 |
| 2022-01-12 | PCI: brcmstb: Do not turn off WOL regulators on suspend | Jim Quinlan | 1 | -9/+44 |
| 2022-01-12 | PCI: brcmstb: Add control of subdevice voltage regulators | Jim Quinlan | 1 | -5/+78 |
| 2022-01-12 | PCI: brcmstb: Add mechanism to turn on subdev regulators | Jim Quinlan | 1 | -0/+76 |
| 2022-01-12 | PCI: brcmstb: Split brcm_pcie_setup() into two funcs | Jim Quinlan | 1 | -26/+39 |
| 2022-01-12 | PCI: brcmstb: Fix function return value handling | Jim Quinlan | 1 | -6/+22 |
| 2022-01-12 | PCI: brcmstb: Do not use __GENMASK | Florian Fainelli | 1 | -1/+5 |
| 2022-01-12 | PCI: brcmstb: Declare 'used' as bitmap, not unsigned long | Christophe JAILLET | 1 | -4/+9 |
| 2022-01-11 | PCI: brcmstb: Augment driver for MIPs SOCs | Jim Quinlan | 1 | -4/+78 |
| 2021-10-08 | PCI: Correct misspelled and remove duplicated words | Krzysztof Wilczyński | 1 | -1/+1 |
| 2021-08-02 | PCI: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -5/+4 |
| 2021-05-04 | Merge branch 'pci/brcmstb' | Bjorn Helgaas | 1 | -6/+13 |
| 2021-05-03 | PCI: brcmstb: Use reset/rearm instead of deassert/assert | Jim Quinlan | 1 | -6/+13 |
| 2021-03-22 | PCI: brcmstb: Fix error return code in brcm_pcie_probe() | Wei Yongjun | 1 | -0/+1 |
| 2021-02-24 | Merge branch 'remotes/lorenzo/pci/misc' | Bjorn Helgaas | 1 | -2/+1 |
| 2021-01-19 | PCI: brcmstb: Remove chained IRQ handler and data in one go | Martin Kaiser | 1 | -2/+1 |
| 2021-01-19 | PCI: brcmstb: support BCM4908 with external PERST# signal controller | Rafał Miłecki | 1 | -0/+32 |
| 2020-12-15 | Merge branch 'remotes/lorenzo/pci/brcmstb' | Bjorn Helgaas | 1 | -0/+1 |
| 2020-12-10 | PCI: Unify ECAM constants in native PCI Express drivers | Krzysztof Wilczyński | 1 | -14/+2 |
| 2020-11-20 | PCI: brcmstb: Initialize "tmp" before use | Jim Quinlan | 1 | -0/+1 |
| 2020-10-22 | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -63/+381 |
| 2020-10-02 | PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match list | Jim Quinlan | 1 | -0/+4 |
| 2020-10-02 | PCI: brcmstb: Set bus max burst size by chip type | Jim Quinlan | 1 | -4/+15 |
| 2020-10-02 | PCI: brcmstb: Accommodate MSI for older chips | Jim Quinlan | 1 | -21/+49 |
| 2020-10-02 | PCI: brcmstb: Set additional internal memory DMA viewport sizes | Jim Quinlan | 1 | -18/+49 |
| 2020-10-02 | PCI: brcmstb: Add control of rescal reset | Jim Quinlan | 1 | -2/+77 |
| 2020-09-17 | PCI: brcmstb: Add bcm7278 PERST# support | Jim Quinlan | 1 | -28/+69 |
| 2020-09-17 | PCI: brcmstb: Add suspend and resume pm_ops | Jim Quinlan | 1 | -0/+47 |
| 2020-09-17 | PCI: brcmstb: Add bcm7278 register info | Jim Quinlan | 1 | -12/+93 |
| 2020-08-18 | Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present" | Nicolas Saenz Julienne | 1 | -17/+0 |
| 2020-08-04 | PCI: Set bridge map_irq and swizzle_irq to default functions | Rob Herring | 1 | -2/+0 |
| 2020-08-04 | PCI: Move DT resource setup into devm_pci_alloc_host_bridge() | Rob Herring | 1 | -5/+0 |
| 2020-07-23 | PCI: Drop unnecessary zeroing of bridge fields | Rob Herring | 1 | -1/+0 |
| 2020-07-23 | PCI: Set default bridge parent device | Rob Herring | 1 | -1/+0 |
| 2020-07-10 | PCI: controller: Convert to devm_platform_ioremap_resource() | Dejin Zheng | 1 | -3/+1 |
| 2020-07-10 | PCI: brcmstb: Use pci_host_probe() to register host | Rob Herring | 1 | -16/+4 |
| 2020-05-13 | PCI: brcmstb: Wait for Raspberry Pi's firmware when present | Nicolas Saenz Julienne | 1 | -0/+17 |
| 2020-05-11 | PCI: brcmstb: Disable L0s component of ASPM if requested | Jim Quinlan | 1 | -1/+13 |
| 2020-05-11 | PCI: brcmstb: Fix window register offset from 4 to 8 | Jim Quinlan | 1 | -2/+2 |
| 2020-05-11 | PCI: brcmstb: Don't clk_put() a managed clock | Jim Quinlan | 1 | -1/+0 |
| 2020-05-11 | PCI: brcmstb: Assert fundamental reset on initialization | Nicolas Saenz Julienne | 1 | -0/+1 |
| 2020-04-03 | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2020-03-10 | PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe strings | Bjorn Helgaas | 1 | -2/+2 |
| 2020-02-27 | PCI: brcmstb: Fix build on 32bit ARM platforms with older compilers | Marek Szyprowski | 1 | -1/+1 |
| 2020-01-28 | PCI: brcmstb: Add MSI support | Jim Quinlan | 1 | -1/+261 |
| 2020-01-28 | PCI: brcmstb: Add Broadcom STB PCIe host controller driver | Jim Quinlan | 1 | -0/+755 |