aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/ecam.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16PCI: Dynamically map ECAM regionsRussell King1-8/+46
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof WilczyƄski1-9/+23
2020-09-17PCI/ACPI: Add Ampere Altra SOC MCFG quirkTuan Phan1-0/+10
2020-05-01PCI: host-generic: Support building as modulesRob Herring1-0/+4
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring1-3/+3
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas1-12/+1
2017-04-24PCI: ECAM: Map config region with pci_remap_cfgspace()Lorenzo Pieralisi1-2/+4
2016-12-06PCI: Add MCFG quirks for Qualcomm QDF2432 host controllerChristopher Covington1-0/+12
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-06-10PCI: Add parent device field to ECAM struct pci_config_windowJayachandran C1-1/+2
2016-06-10PCI: Move ecam.h to linux/include/pci-ecam.hJayachandran C1-2/+1
2016-05-11PCI: Provide common functions for ECAM mappingJayachandran C1-0/+164