aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/portdrv_pci.c
AgeCommit message (Expand)Author
2014-09-02PCI/PM: Drop unused runtime PM support code for PCIe portsRafael J. Wysocki
2014-07-02PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe portsJiang Liu
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2013-11-20PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()Yinghai Lu
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-04-15PCI: Remove unused variablesBjorn Helgaas
2013-04-03PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki
2012-12-26PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying
2012-11-28PCI: Remove __dev* markingsBill Pemberton
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas
2012-09-07PCI: Make pci_error_handlers constStephen Hemminger
2012-08-23PCI/portdrv: Use PCI Express Capability accessorsJiang Liu
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang
2012-08-21PCI/PM: Fix config reg access for D3cold and bridge suspendingHuang Ying
2012-08-21PCI/PM: Enable D3/D3cold by default for most devicesHuang Ying
2012-06-23PCI/PM: add PCIe runtime D3cold supportHuang Ying
2012-06-23PCI/PM: add runtime PM support to PCIe portZheng Yan
2010-12-23PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki
2010-08-24PCI: PCIe: Remove the port driver module exit routineKenji Kaneshige
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki
2010-08-24PCI: PCIe: Introduce commad line switch for disabling port servicesRafael J. Wysocki
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-22PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki
2010-01-04PCI: pcie portdrv: style cleanupHidetoshi Seto
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-04PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige
2009-10-06PCI: PCIe portdrv: remove "-driver" from driver nameBjorn Helgaas
2009-09-14PCI / PCIe portdrv: Fix pcie_portdrv_slot_reset()Rafael J. Wysocki
2009-05-05PCI: Fix pci-e port driver slot_reset bad default return valueZhang, Yanmin
2009-03-20PCI: PCIe portdrv: eliminate double kfree in remove pathAlex Chiang
2009-03-20PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Remove unnecessary functionRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Do not enable port device before setting up interruptsRafael J. Wysocki
2009-03-12PCIe: portdrv: call pci_disable_device during removeAlex Chiang
2009-02-24PCI: Enable PCIe AER only after checking firmware supportAndrew Patterson
2009-02-04PCI: PCIe portdrv: Simplify suspend and resumeRafael J. Wysocki
2009-01-07PCI PM: Split PCI Express port suspend-resumeRafael J. Wysocki
2009-01-07PCI: Suspend and resume PCI Express ports with interrupts disabledRafael J. Wysocki
2008-10-20PCI: follow lspci device/vendor styleBjorn Helgaas
2008-06-25PCIE: port driver: use dev_printk when possibleBjorn Helgaas
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-11-28PCI: pcie portdriver: initialize returned valueLinas Vepstas
2007-03-26PCI: Fix warning message in PCIE port driverPrarit Bhargava
2007-03-09pcie: fix section mismatch warningSam Ravnborg
2006-12-20PCI: pcieport-driver: remove invalid warning messageKenji Kaneshige
2006-10-18PCI: fix pcie_portdrv_restore_config undefined without CONFIG_PM errorZhang, Yanmin
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman