summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/portdrv_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | PCI/portdrv: Use PCI Express Capability accessorsJiang Liu2012-08-231-8/+1
* | 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
* PCI/PM: add runtime PM support to PCIe portZheng Yan2012-06-231-0/+24
* PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki2010-12-231-4/+33
* PCI: PCIe: Remove the port driver module exit routineKenji Kaneshige2010-08-241-7/+0
* PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki2010-08-241-2/+18
* PCI: PCIe: Introduce commad line switch for disabling port servicesRafael J. Wysocki2010-08-241-0/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki2010-02-221-0/+27
* PCI: pcie portdrv: style cleanupHidetoshi Seto2010-01-041-9/+8
* PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann2009-12-161-1/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige2009-12-041-6/+8
* PCI: PCIe portdrv: remove "-driver" from driver nameBjorn Helgaas2009-10-061-2/+1
* PCI / PCIe portdrv: Fix pcie_portdrv_slot_reset()Rafael J. Wysocki2009-09-141-0/+1
* PCI: Fix pci-e port driver slot_reset bad default return valueZhang, Yanmin2009-05-051-1/+1
* PCI: PCIe portdrv: eliminate double kfree in remove pathAlex Chiang2009-03-201-1/+0
* PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki2009-03-201-16/+15
* PCI: PCIe portdrv: Remove unnecessary functionRafael J. Wysocki2009-03-191-6/+1
* PCI: PCIe portdrv: Do not enable port device before setting up interruptsRafael J. Wysocki2009-03-191-8/+3
* PCIe: portdrv: call pci_disable_device during removeAlex Chiang2009-03-121-0/+1
* PCI: Enable PCIe AER only after checking firmware supportAndrew Patterson2009-02-241-2/+0
* PCI: PCIe portdrv: Simplify suspend and resumeRafael J. Wysocki2009-02-041-15/+1
* PCI PM: Split PCI Express port suspend-resumeRafael J. Wysocki2009-01-071-6/+17
OpenPOWER on IntegriCloud