summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | * | | PCI: brcmstb: PCIE_BRCMSTB depends on ARCH_BRCMSTBJim Quinlan2020-09-171-1/+2
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2020-10-213-40/+74
| |\ \ \
| | * | | PCI: aardvark: Fix initialization with old Marvell's Arm Trusted FirmwarePali Rohár2020-10-021-1/+3
| | * | | PCI: aardvark: Move PCIe reset card code to advk_pcie_train_link()Pali Rohár2020-09-071-30/+34
| | * | | PCI: aardvark: Implement driver 'remove' function and allow to build it as mo...Pali Rohár2020-09-072-4/+25
| | * | | PCI: pci-bridge-emul: Export API functionsPali Rohár2020-09-071-0/+4
| | * | | PCI: aardvark: Check for errors from pci_bridge_emul_init() callPali Rohár2020-09-071-4/+7
| | * | | PCI: aardvark: Fix compilation on s390Pali Rohár2020-09-071-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/apei'Bjorn Helgaas2020-10-213-0/+335
| |\ \ \
| | * | | PCI: hip: Add handling of HiSilicon HIP PCIe controller errorsYicong Yang2020-09-163-0/+335
| | |/ /
| * | | Merge branch 'pci/misc'Bjorn Helgaas2020-10-216-35/+16
| |\ \ \
| | * | | PCI: v3-semi: Remove unneeded breakTom Rix2020-10-201-1/+0
| | * | | PCI/P2PDMA: Drop double zeroing for sg_init_table()Julia Lawall2020-09-301-1/+1
| | * | | PCI: Simplify bool comparisonsKrzysztof Wilczyński2020-09-301-2/+2
| | * | | PCI: Simplify pci_dev_reset_slot_function()Lukas Wunner2020-09-171-7/+1
| | * | | PCI: Update mmap-related #ifdef commentsClint Sbisa2020-09-171-2/+2
| | * | | PCI/LINK: Print IRQ number used by portDongdong Liu2020-09-171-0/+3
| | * | | PCI/IOV: Simplify pci-pf-stub with module_pci_driver()Liu Shixin2020-09-171-13/+1
| | * | | PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof Wilczyński2020-09-013-6/+6
| | * | | PCI: Remove unnecessary header includesGustavo Pimentel2020-09-011-3/+0
| | |/ /
| * | | Merge branch 'pci/pm'Bjorn Helgaas2020-10-215-76/+49
| |\ \ \
| | * | | PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"Bjorn Helgaas2020-10-012-4/+4
| | * | | PCI/PM: Remove unused PCI_PM_BUS_WAITBjorn Helgaas2020-10-011-1/+0
| | * | | PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński2020-09-294-46/+46
| | * | | PCI/PM: Remove unused pcibios_pm_opsVaibhav Gupta2020-09-291-26/+0
| | |/ /
| * | | Merge branch 'pci/hotplug'Bjorn Helgaas2020-10-216-19/+21
| |\ \ \
| | * | | PCI: shpchp: Remove unused 'rc' assignmentKrzysztof Wilczyński2020-09-291-1/+0
| | * | | PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-174-14/+17
| | * | | PCI: rpadlpar: Use for_each_child_of_node() and for_each_node_by_name()Qinglang Miao2020-09-171-4/+4
| | |/ /
| * | | Merge branch 'pci/enumeration'Bjorn Helgaas2020-10-214-0/+85
| |\ \ \
| | * | | PCI: Add Kconfig options for MPS/MRRS strategyJim Quinlan2020-10-012-0/+74
| | * | | PCI/ACPI: Add Ampere Altra SOC MCFG quirkTuan Phan2020-09-171-0/+10
| | * | | PCI: Add schedule point in pci_read_config()Jiang Biao2020-09-171-0/+1
| | |/ /
| * | | Merge branch 'pci/aspm'Bjorn Helgaas2020-10-212-151/+146
| |\ \ \
| | * | | PCI/ASPM: Remove struct pcie_link_state.l1ssSaheed O. Bolarinwa2020-10-161-35/+49
| | * | | PCI/ASPM: Remove struct aspm_register_info.l1ss_capSaheed O. Bolarinwa2020-10-161-32/+21
| | * | | PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_infoBjorn Helgaas2020-10-161-9/+8
| | * | | PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1Saheed O. Bolarinwa2020-10-161-12/+14
| | * | | PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused)Bjorn Helgaas2020-10-161-4/+1
| | * | | PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptrSaheed O. Bolarinwa2020-10-162-21/+18
| | * | | PCI/ASPM: Remove struct aspm_register_info.latency_encodingSaheed O. Bolarinwa2020-10-161-14/+10
| | * | | PCI/ASPM: Remove struct aspm_register_info.enabledSaheed O. Bolarinwa2020-10-161-8/+6
| | * | | PCI/ASPM: Remove struct aspm_register_info.supportSaheed O. Bolarinwa2020-10-161-11/+14