aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/portdrv_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-04PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige1-22/+0
2009-11-24PCIe port bus: use pci_pcie_cap()Kenji Kaneshige1-7/+7
2009-09-11PCI: pcie portdrv: remove unused variableJesse Barnes1-1/+0
2009-09-09PCI: Simplify hotplug mch quirk.Eric W. Biederman1-5/+0
2009-06-15PCIE: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-03-20PCIe: portdrv: call pci_disable_device during removeAlex Chiang1-0/+1
2009-03-20PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki1-8/+6
2009-03-20PCI: pcie_portdriver: fix pcie_port_device_removeEric W. Biederman1-20/+3
2009-03-19PCI/PCIe portdrv: Fix allocation of interruptsRafael J. Wysocki1-39/+167
2009-03-19PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki1-4/+1
2009-03-19PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki1-1/+1
2009-03-19PCI: PCIe portdrv: Do not enable port device before setting up interruptsRafael J. Wysocki1-10/+28
2009-03-19PCI: PCIe portdrv: Aviod using service devices with wrong interruptsRafael J. Wysocki1-13/+28
2009-03-19PCI: PCIe portdrv: Use driver data to simplify codeRafael J. Wysocki1-59/+36
2009-01-07PCI: PCIe portdrv: Add kerneldoc comments to remining core funtionsRafael J. Wysocki1-0/+34
2009-01-07PCI: PCIe portdrv: Rearrange code so that related things are togetherRafael J. Wysocki1-50/+40
2009-01-07PCI: PCIe portdrv: Fix suspend and resume of PCI Express port servicesRafael J. Wysocki1-33/+0
2009-01-07PCI: PCIe portdrv: Add kerneldoc comments to some core functionsRafael J. Wysocki1-7/+70
2009-01-07PCI: pcie port driver: remove extra printksBjorn Helgaas1-4/+0
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-20PCI: use pci_find_ext_capability everywhereJesse Barnes1-18/+5
2008-06-25PCIE: port driver: use dev_printk when possibleBjorn Helgaas1-11/+11
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-01pcie port driver: correctly detect native PME featureShaohua Li1-3/+2
2006-10-18PCI: pcie-check-and-return-bus_register-errors fixAndrew Morton1-2/+1
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman1-4/+2
2006-09-26PCIE: check and return bus_register errorsRandy Dunlap1-2/+3
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn1-2/+1
2006-01-09[PATCH] PCIE: make bus_id for PCI Express devices uniqueSergey Vlasov1-2/+2
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+2
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-2/+2
2005-07-07[PATCH] pm: more u32 vs. pm_message_t fixesPavel Machek1-3/+3