summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-brcmstb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2020-12-151-0/+1
|\
| * PCI: brcmstb: Initialize "tmp" before useJim Quinlan2020-11-201-0/+1
* | PCI: Unify ECAM constants in native PCI Express driversKrzysztof WilczyƄski2020-12-101-14/+2
|/
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-63/+381
|\
| * PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match listJim Quinlan2020-10-021-0/+4
| * PCI: brcmstb: Set bus max burst size by chip typeJim Quinlan2020-10-021-4/+15
| * PCI: brcmstb: Accommodate MSI for older chipsJim Quinlan2020-10-021-21/+49
| * PCI: brcmstb: Set additional internal memory DMA viewport sizesJim Quinlan2020-10-021-18/+49
| * PCI: brcmstb: Add control of rescal resetJim Quinlan2020-10-021-2/+77
| * PCI: brcmstb: Add bcm7278 PERST# supportJim Quinlan2020-09-171-28/+69
| * PCI: brcmstb: Add suspend and resume pm_opsJim Quinlan2020-09-171-0/+47
| * PCI: brcmstb: Add bcm7278 register infoJim Quinlan2020-09-171-12/+93
* | Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present"Nicolas Saenz Julienne2020-08-181-17/+0
|/
* PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
* 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