summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/portdrv_pci.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/LINK: Report degraded links via link bandwidth notificationAlexandru Gagniuc2019-03-051-0/+1
* PCI/portdrv: Support PCIe services on subtractive decode bridgesHonghui Zhang2019-02-151-0/+2
* PCI/portdrv: Use conventional Device ID table formattingBjorn Helgaas2019-02-151-3/+3
* PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg2018-10-021-6/+4Star
* PCI/portdrv: Resume upon exit from system suspend if left runtime suspendedMika Westerberg2018-10-021-2/+2
* PCI: portdrv: Restore PCI config state on slot resetKeith Busch2018-09-201-0/+8
* PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-201-0/+9
* Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-151-0/+2
|\
| * PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-311-0/+2
* | PCI/portdrv: Remove pcie_portdrv_err_handler.slot_resetOza Pawandeep2018-07-201-25/+0Star
|/
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-041-50/+9Star
|\
| * PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas2018-03-311-8/+7Star
| * PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameterBjorn Helgaas2018-03-311-3/+0Star
| * PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-03-311-1/+0Star
| * PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas2018-03-311-12/+1Star
| * PCI/portdrv: Disable port driver in compat modeBjorn Helgaas2018-03-311-1/+1
| * PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driverBjorn Helgaas2018-03-121-15/+0Star
| * PCI/PM: Move pcie_clear_root_pme_status() to coreBjorn Helgaas2018-03-121-9/+0Star
| * PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas2018-03-091-1/+0Star
| * PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler2018-02-231-1/+1
* | PCI: Tidy commentsBjorn Helgaas2018-03-191-2/+0Star
|/
* PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe portsRafael J. Wysocki2018-01-091-0/+3
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-0/+1
|\
| * PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya2017-11-071-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* PCI/portdrv: Move error handler methods to struct pcie_port_service_driverChristoph Hellwig2017-07-311-99/+6Star
* PCI: Consolidate conditions to allow runtime PM on PCIe portsLukas Wunner2016-11-181-10/+2Star
* PCI: Activate runtime PM on a PCIe port only if it can suspendLukas Wunner2016-11-181-2/+3
* PCI: portdrv: Make explicitly non-modularPaul Gortmaker2016-08-231-14/+3Star
* PCI: Add runtime PM support for PCIe portsMika Westerberg2016-06-131-0/+51
* PCI: Don't clear d3cold_allowed for PCIe portsMika Westerberg2016-06-131-5/+0Star
* PCI/PM: Drop unused runtime PM support code for PCIe portsRafael J. Wysocki2014-09-031-74/+0Star
* PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe portsJiang Liu2014-07-021-4/+0Star
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-111-3/+3
* PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()Yinghai Lu2013-11-211-1/+0Star
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-3/+3
* Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-12/+5Star
|\
| * PCI: Remove unused variablesBjorn Helgaas2013-04-151-12/+5Star
* | PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki2013-04-031-13/+0Star
|/
* PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
* PCI: Remove __dev* markingsBill Pemberton2012-11-281-1/+1
* Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-131-0/+14
|\
| * PCI/PM: Fix config reg access for D3cold and bridge suspendingHuang Ying2012-08-221-0/+9
| * PCI/PM: Enable D3/D3cold by default for most devicesHuang Ying2012-08-221-0/+5
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-5/+5
|\ \
| * | PCI: Make pci_error_handlers constStephen Hemminger2012-09-081-5/+5
| |/
* | PCI/portdrv: Use PCI Express Capability accessorsJiang Liu2012-08-231-8/+1Star
* | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-4/+4
|/
* PCI/PM: add PCIe runtime D3cold supportHuang Ying2012-06-231-4/+40