summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-brcmstb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-5/+0
* PCI: Drop unnecessary zeroing of bridge fieldsRob Herring2020-07-231-1/+0
* PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
* PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng2020-07-101-3/+1
* PCI: brcmstb: Use pci_host_probe() to register hostRob Herring2020-07-101-16/+4
* PCI: brcmstb: Wait for Raspberry Pi's firmware when presentNicolas Saenz Julienne2020-05-131-0/+17
* PCI: brcmstb: Disable L0s component of ASPM if requestedJim Quinlan2020-05-111-1/+13
* PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan2020-05-111-2/+2
* PCI: brcmstb: Don't clk_put() a managed clockJim Quinlan2020-05-111-1/+0
* PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne2020-05-111-0/+1
* Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-031-2/+2
|\
| * PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas2020-03-101-2/+2
* | PCI: brcmstb: Fix build on 32bit ARM platforms with older compilersMarek Szyprowski2020-02-271-1/+1
|/
* PCI: brcmstb: Add MSI supportJim Quinlan2020-01-281-1/+261
* PCI: brcmstb: Add Broadcom STB PCIe host controller driverJim Quinlan2020-01-281-0/+755