aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/portdrv_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10PCI/portdrv: Use pci_irq_alloc_vectors()Christoph Hellwig1-113/+48
2016-12-12PCI: Remove service driver load/unload messagesBjorn Helgaas1-3/+0
2016-06-13PCI: Add runtime PM support for PCIe portsMika Westerberg1-0/+3
2016-05-17Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas1-14/+8
2016-05-04PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bitLukas Wunner1-14/+8
2016-05-03Merge branches 'pci/dpc', 'pci/resource' and 'pci/thunderbolt' into nextBjorn Helgaas1-2/+4
2016-05-03PCI: Add Downstream Port Containment portdrv service typeKeith Busch1-1/+3
2016-05-03PCI: Widen portdrv service type from 4 bits to 8 bitsKeith Busch1-1/+1
2016-04-08PCI: Remove return values from pcie_port_platform_notify() and relativesJon Derrick1-6/+2
2015-07-14PCI: Fix pcie_port_device_resume() commentBjorn Helgaas1-1/+1
2014-04-29Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into nextBjorn Helgaas1-3/+6
2014-04-24PCI: Allow hotplug service drivers to operate in polling modeRajat Jain1-1/+4
2014-04-14PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-01-07Merge branch 'pci/msi' into nextBjorn Helgaas1-3/+4
2014-01-03PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev1-3/+4
2013-12-20Merge branch 'pci/deletion' into nextBjorn Helgaas1-14/+13
2013-12-19PCI/portdrv: Remove extra get_device()/put_device() for pcie_deviceBjorn Helgaas1-4/+1
2013-12-19PCI/portdrv: Add put_device() after device_register() failureLevente Kurusa1-1/+1
2013-12-19PCI/portdrv: Cleanup error pathsBjorn Helgaas1-10/+12
2013-12-13PCI/portdrv: Remove superfluous name castGeert Uytterhoeven1-1/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-11-01PCI: Update pcie_ports 'auto' behavior for non-ACPI platformsAndrew Murray1-7/+8
2013-01-30PCI: Use PCI Express Capability accessorMyron Stowe1-1/+1
2012-12-07Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas1-2/+1
2012-12-07PCI/portdrv: Use PCI Express Capability accessorsBjorn Helgaas1-2/+1
2012-11-05PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi1-1/+2
2012-09-10Merge branch 'pci/shengzhou-irq' into nextBjorn Helgaas1-4/+11
2012-09-07PCI: Use dev->irq instead of dev->pin to enable non MSI/INTx interruptShengzhou Liu1-4/+11
2012-08-23PCI/portdrv: Use PCI Express Capability accessorsJiang Liu1-10/+5
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-2/+2
2012-05-07PCI: fix uninitialized variable 'cap_mask'Chunhe Lan1-1/+1
2012-02-23PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driverMUNEDA Takahiro1-2/+14
2011-03-21PCI: Disable ASPM when _OSC control is not granted for PCIe servicesNaga Chumbalkar1-4/+1
2010-12-23PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki1-11/+14
2010-08-24PCI: PCIe: Disable PCIe port services during port initializationRafael J. Wysocki1-3/+26
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki1-3/+22
2010-08-24PCI: PCIe: Introduce commad line switch for disabling port servicesRafael J. Wysocki1-0/+3
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-02-22PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki1-2/+10
2010-01-04PCI: pcie portdrv: style cleanupHidetoshi Seto1-9/+7
2009-12-04PCI: portdrv: remove redundant definitionsKenji Kaneshige1-7/+6
2009-12-04PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige1-14/+1
2009-12-04PCI: portdrv: minor cleanup for pcie_port_device_registerKenji Kaneshige1-11/+10
2009-12-04PCI: portdrv: add missing irq cleanupKenji Kaneshige1-7/+12
2009-12-04PCI: portdrv: enable device before irq initializationKenji Kaneshige1-10/+11
2009-12-04PCI: portdrv: cleanup service irqs initializationKenji Kaneshige1-42/+29
2009-12-04PCI: portdrv: check capabilities firstKenji Kaneshige1-2/+4
2009-12-04PCI: portdrv: move PME capability checkKenji Kaneshige1-3/+3
2009-12-04PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige1-6/+2
2009-12-04PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige1-51/+26