summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas2018-04-043-43/+62
| |\ \ \
| | * | | PCI: histb: Add an optional regulator for PCIe port power controlShawn Guo2018-03-071-0/+21
| | * | | PCI: histb: Fix error path of histb_pcie_host_enable()Shawn Guo2018-03-071-4/+3
| | * | | PCI: qcom: Use regulator bulk api for apq8064 suppliesSrinivas Kandagatla2018-03-071-37/+15
| | * | | PCI: qcom: Add missing supplies required for msm8996Srinivas Kandagatla2018-03-071-1/+22
| | * | | PCI: designware-ep: Fix typo in error messageNiklas Cassel2018-03-071-1/+1
| | |/ /
| * | | Merge branch 'lorenzo/pci/altera'Bjorn Helgaas2018-04-041-1/+1
| |\ \ \
| | * | | PCI: altera: Fix bool initialization in tlp_read_packet()Gustavo A. R. Silva2018-02-281-1/+1
| | |/ /
| * | | Merge branch 'pci/vpd'Bjorn Helgaas2018-04-045-570/+578
| |\ \ \
| | * | | PCI/VPD: Move VPD structures to vpd.cBjorn Helgaas2018-03-192-17/+17
| | * | | PCI/VPD: Move VPD quirks to vpd.cBjorn Helgaas2018-03-192-121/+120
| | * | | PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas2018-03-193-64/+72
| | * | | PCI/VPD: Move VPD access code to vpd.cBjorn Helgaas2018-03-192-368/+369
| | |/ /
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2018-04-046-48/+159
| |\ \ \
| | * | | PCI/IOV: Use VF0 cached config registers for other VFsKarimAllah Ahmed2018-03-313-12/+81
| | * | | PCI/IOV: Skip BAR sizing for VFsKarimAllah Ahmed2018-03-191-0/+4
| | * | | PCI/IOV: Skip INTx config reads for VFsKarimAllah Ahmed2018-03-051-0/+7
| | * | | PCI: Wait for device to become ready after secondary bus resetSinan Kaya2018-03-051-1/+1
| | * | | PCI: Add a return type for pci_reset_bridge_secondary_bus()Sinan Kaya2018-03-051-1/+3
| | * | | PCI: Wait for device to become ready after a power management resetSinan Kaya2018-03-051-1/+1
| | * | | PCI: Rename pci_flr_wait() to pci_dev_wait() and make it genericSinan Kaya2018-02-271-17/+31
| | * | | PCI: Handle FLR failure and allow other reset typesSinan Kaya2018-02-271-8/+10
| | * | | PCI: Protect restore with device lock to be consistentSinan Kaya2018-02-271-1/+3
| | * | | PCI: Add function 1 DMA alias quirk for Marvell 88SE9220Thomas Vincent-Cross2018-02-271-0/+3
| | * | | PCI: Add ACS quirk for Ampere root portsFeng Kan2018-02-221-0/+9
| | * | | PCI: Remove redundant probes for device reset supportBjorn Helgaas2018-02-211-9/+6
| | * | | PCI: Probe for device reset support during enumerationBjorn Helgaas2018-02-162-2/+4
| | |/ /
| * | | Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-0417-197/+194
| |\ \ \
| | * | | PCI/DPC: Rename from pcie-dpc.c to dpc.cBjorn Helgaas2018-03-312-1/+1
| | * | | PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOSMika Westerberg2018-03-302-3/+3
| | * | | PCI/AER: Use cached AER Capability offsetFrederick Lawler2018-03-303-8/+14
| | * | | PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas2018-03-303-20/+12
| | * | | PCI/portdrv: Encapsulate pcie_ports_auto inside the port driverBjorn Helgaas2018-03-301-0/+2
| | * | | PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameterBjorn Helgaas2018-03-301-3/+0
| | * | | PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameterBjorn Helgaas2018-03-302-29/+3
| | * | | PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-03-301-1/+0
| | * | | PCI/portdrv: Simplify PCIe feature permission checkingBjorn Helgaas2018-03-304-28/+36
| | * | | PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VCBjorn Helgaas2018-03-303-15/+7
| | * | | PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas2018-03-304-69/+45
| | * | | PCI/portdrv: Disable port driver in compat modeBjorn Helgaas2018-03-302-4/+1
| | * | | PCI/PM: Clear PCIe PME Status bit for Root Complex Event CollectorsBjorn Helgaas2018-03-301-1/+2
| | * | | PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driverBjorn Helgaas2018-03-122-15/+13
| | * | | PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas2018-03-124-11/+10
| | * | | PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas2018-03-0910-80/+63
| | * | | PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler2018-02-2210-9/+82
| | |/ /
| * | | Merge branch 'pci/misc'Bjorn Helgaas2018-04-0437-179/+104
| |\ \ \
| | * | | PCI: Tidy commentsBjorn Helgaas2018-03-1935-105/+64
| | * | | PCI: Tidy MakefilesBjorn Helgaas2018-03-192-56/+29
| | * | | PCI: Report quirks that take more than 10msBjorn Helgaas2018-03-191-11/+6
| | * | | PCI: Report quirk timings with pci_info() instead of pr_debug()Bjorn Helgaas2018-03-191-5/+2
OpenPOWER on IntegriCloud