summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/portdrv_core.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/portdrv: Squash into portdrv.cBjorn Helgaas2022-10-241-586/+0
* PCI/portdrv: Don't disable AER reporting in get_port_device_capability()Stefan Roese2022-07-131-8/+1
* Revert "PCI/portdrv: Do not setup up IRQs if there are no users"Bjorn Helgaas2022-02-111-30/+17
* Merge branch 'pci/portdrv'Bjorn Helgaas2021-11-051-17/+30
|\
| * PCI/portdrv: Do not setup up IRQs if there are no usersJan Kiszka2021-09-201-17/+30
* | PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()Lukas Wunner2021-10-151-10/+10
|/
* PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes2021-08-311-2/+7
* PCI/PME: Add pcie_walk_rcec() to RCEC PME handlingSean V Kelley2020-12-051-6/+3
* PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan2020-03-281-21/+0
* PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER controlOlof Johansson2019-10-251-1/+6
* Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg2019-08-071-66/+0
* PCI: Add missing link delays required by the PCIe specMika Westerberg2019-06-181-0/+66
* PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson2019-05-011-1/+2
* PCI/LINK: Report degraded links via link bandwidth notificationAlexandru Gagniuc2019-03-051-5/+12
* PCI/AER: Reuse existing pcie_port_find_device() interfaceKeith Busch2018-10-181-0/+1
* PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg2018-10-021-0/+20
* PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-311-0/+6
* PCI: portdrv: Deduplicate PM callback iteratorLukas Wunner2018-07-311-18/+12
* Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-061-1/+1
|\
| * PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplugMika Westerberg2018-06-021-1/+1
* | PCI/portdrv: Add generic pcie_port_find_device()Oza Pawandeep2018-06-021-0/+23
* | PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep2018-05-171-0/+46
|/
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-041-49/+34
|\
| * PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOSMika Westerberg2018-03-301-1/+1
| * PCI/AER: Use cached AER Capability offsetFrederick Lawler2018-03-301-4/+10
| * PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas2018-03-301-11/+4
| * PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameterBjorn Helgaas2018-03-301-17/+3
| * PCI/portdrv: Simplify PCIe feature permission checkingBjorn Helgaas2018-03-301-16/+26
| * PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VCBjorn Helgaas2018-03-301-10/+4
| * PCI/portdrv: Disable port driver in compat modeBjorn Helgaas2018-03-301-3/+0
| * PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas2018-03-091-1/+0
| * PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler2018-02-221-1/+1
* | PCI: Tidy commentsBjorn Helgaas2018-03-191-1/+0
|/
* PCI/DPC: Enable DPC only if AER is availableKeith Busch2018-01-261-2/+2
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-96/+75
|\
| * PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocationBjorn Helgaas2017-10-211-10/+20
| * PCI/portdrv: Factor out Interrupt Message Number lookupBjorn Helgaas2017-10-201-48/+62
| * PCI/portdrv: Consolidate commentsBjorn Helgaas2017-10-201-54/+9
| * PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masksDongdong Liu2017-10-191-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* PCI/portdrv: Allocate MSI/MSI-X vector for Downstream Port ContainmentGabriele Paoloni2017-06-161-0/+27
* PCI/portdrv: Support multiple interrupts for MSI as well as MSI-XGabriele Paoloni2017-06-161-32/+45
* PCI/portdrv: Use pci_irq_alloc_vectors()Christoph Hellwig2017-02-101-113/+48
* PCI: Remove service driver load/unload messagesBjorn Helgaas2016-12-121-3/+0
* PCI: Add runtime PM support for PCIe portsMika Westerberg2016-06-131-0/+3
*-. Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas2016-05-171-14/+8
|\ \
| * | PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bitLukas Wunner2016-05-041-14/+8
| |/
| |
| \
*-. | Merge branches 'pci/dpc', 'pci/resource' and 'pci/thunderbolt' into nextBjorn Helgaas2016-05-031-2/+4
|\ \|
| * | PCI: Add Downstream Port Containment portdrv service typeKeith Busch2016-05-031-1/+3
| * | PCI: Widen portdrv service type from 4 bits to 8 bitsKeith Busch2016-05-031-1/+1
| |/