summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/portdrv_pci.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki2020-04-241-1/+1
* PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER controlOlof Johansson2019-10-251-0/+8
* 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/+4
* 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/+0
|/
* Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-041-50/+9
|\
| * PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas2018-03-301-8/+7
| * PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameterBjorn Helgaas2018-03-301-3/+0
| * PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-03-301-1/+0
| * PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas2018-03-301-12/+1
| * PCI/portdrv: Disable port driver in compat modeBjorn Helgaas2018-03-301-1/+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-121-9/+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-2/+0
|/
* 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-151-0/+1
|\
| * PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya2017-11-061-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/+6
* PCI: Consolidate conditions to allow runtime PM on PCIe portsLukas Wunner2016-11-171-10/+2
* PCI: Activate runtime PM on a PCIe port only if it can suspendLukas Wunner2016-11-171-2/+3
* PCI: portdrv: Make explicitly non-modularPaul Gortmaker2016-08-231-14/+3
* 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/+0
* PCI/PM: Drop unused runtime PM support code for PCIe portsRafael J. Wysocki2014-09-021-74/+0
* PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe portsJiang Liu2014-07-021-4/+0
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-3/+3
* PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()Yinghai Lu2013-11-201-1/+0
* 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/+5
|\
| * PCI: Remove unused variablesBjorn Helgaas2013-04-151-12/+5
* | PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki2013-04-031-13/+0
|/
* 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-211-0/+9
| * PCI/PM: Enable D3/D3cold by default for most devicesHuang Ying2012-08-211-0/+5
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-5/+5
|\ \
| * | PCI: Make pci_error_handlers constStephen Hemminger2012-09-071-5/+5
| |/