summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-0412-195/+115
|\
| * 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-303-28/+26
| * 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-303-68/+2
| * PCI/portdrv: Disable port driver in compat modeBjorn Helgaas2018-03-302-4/+1
| * PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driverBjorn Helgaas2018-03-121-15/+0
| * PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas2018-03-122-11/+0
| * PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas2018-03-099-79/+62
| * PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler2018-02-229-8/+80
* | Merge branch 'pci/misc'Bjorn Helgaas2018-04-0411-37/+15
|\ \
| * | PCI: Tidy commentsBjorn Helgaas2018-03-1910-26/+10
| * | PCI: Tidy MakefilesBjorn Helgaas2018-03-191-11/+5
| |/
* | PCI/ASPM: Don't warn if already in common clock modeSinan Kaya2018-02-281-0/+18
* | PCI/ASPM: Declare threshold_ns as u32, not u64Gustavo A. R. Silva2018-02-281-1/+1
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-0615-270/+207
|\
| * Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-0113-54/+13
| |\
| | * PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas2018-01-284-16/+4
| | * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-285-38/+5
| | * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-264-0/+4
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-317-42/+35
| |\ \
| | * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-187-42/+35
| | |/
| * | Merge branch 'pci/dpc' into nextBjorn Helgaas2018-01-313-148/+109
| |\ \
| | * | PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas2018-01-301-2/+2
| | * | PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()Bjorn Helgaas2018-01-301-7/+1
| | * | PCI/DPC: Remove unnecessary RP PIO register structsBjorn Helgaas2018-01-301-56/+24
| | * | PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()Bjorn Helgaas2018-01-301-1/+2
| | * | PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()Bjorn Helgaas2018-01-301-39/+21
| | * | PCI/DPC: Make RP PIO log size check more genericBjorn Helgaas2018-01-301-2/+3
| | * | PCI/DPC: Rename local "status" to "dpc_status"Bjorn Helgaas2018-01-301-3/+3
| | * | PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()Bjorn Helgaas2018-01-301-8/+3
| | * | PCI/DPC: Process RP PIO details only if RP PIO extensions supportedBjorn Helgaas2018-01-301-1/+1
| | * | PCI/DPC: Read RP PIO Log Size once at probeBjorn Helgaas2018-01-301-13/+16
| | * | PCI/DPC: Rename struct dpc_dev.rp to rp_extensionsBjorn Helgaas2018-01-301-4/+4
| | * | PCI/DPC: Add local variable for DPC capability offsetBjorn Helgaas2018-01-301-36/+29
| | * | PCI/DPC: Rename interrupt_event_handler() to dpc_work()Bjorn Helgaas2018-01-261-2/+2
| | * | PCI/DPC: Fix interrupt message number printKeith Busch2018-01-261-1/+1
| | * | PCI/DPC: Enable DPC only if AER is availableKeith Busch2018-01-263-3/+7
| | * | PCI/DPC: Fix shared interrupt handlingAlex Williamson2018-01-101-20/+40
| | |/
| * | Merge branch 'pci/aspm' into nextBjorn Helgaas2018-01-311-24/+47
| |\ \
| | * | PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristicsBjorn Helgaas2017-12-181-24/+47
| | |/
| * | PCI/AER: Return error if AER is not supportedKeith Busch2018-01-111-1/+1
| * | PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEITyler Baicar2017-12-181-1/+2
| |/