summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/portdrv_core.c
AgeCommit message (Expand)Author
2012-05-07PCI: fix uninitialized variable 'cap_mask'Chunhe Lan
2012-02-23PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driverMUNEDA Takahiro
2011-03-21PCI: Disable ASPM when _OSC control is not granted for PCIe servicesNaga Chumbalkar
2010-12-23PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki
2010-08-24PCI: PCIe: Disable PCIe port services during port initializationRafael J. Wysocki
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-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki
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-04PCI: portdrv: remove redundant definitionsKenji Kaneshige
2009-12-04PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige
2009-12-04PCI: portdrv: minor cleanup for pcie_port_device_registerKenji Kaneshige
2009-12-04PCI: portdrv: add missing irq cleanupKenji Kaneshige
2009-12-04PCI: portdrv: enable device before irq initializationKenji Kaneshige
2009-12-04PCI: portdrv: cleanup service irqs initializationKenji Kaneshige
2009-12-04PCI: portdrv: check capabilities firstKenji Kaneshige
2009-12-04PCI: portdrv: move PME capability checkKenji Kaneshige
2009-12-04PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige
2009-12-04PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige
2009-12-04PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige
2009-11-24PCIe port bus: use pci_pcie_cap()Kenji Kaneshige
2009-09-11PCI: pcie portdrv: remove unused variableJesse Barnes
2009-09-09PCI: Simplify hotplug mch quirk.Eric W. Biederman
2009-06-15PCIE: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-03-20PCIe: portdrv: call pci_disable_device during removeAlex Chiang
2009-03-20PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki
2009-03-20PCI: pcie_portdriver: fix pcie_port_device_removeEric W. Biederman
2009-03-19PCI/PCIe portdrv: Fix allocation of interruptsRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Do not enable port device before setting up interruptsRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Aviod using service devices with wrong interruptsRafael J. Wysocki
2009-03-19PCI: PCIe portdrv: Use driver data to simplify codeRafael J. Wysocki
2009-01-07PCI: PCIe portdrv: Add kerneldoc comments to remining core funtionsRafael J. Wysocki
2009-01-07PCI: PCIe portdrv: Rearrange code so that related things are togetherRafael J. Wysocki
2009-01-07PCI: PCIe portdrv: Fix suspend and resume of PCI Express port servicesRafael J. Wysocki
2009-01-07PCI: PCIe portdrv: Add kerneldoc comments to some core functionsRafael J. Wysocki
2009-01-07PCI: pcie port driver: remove extra printksBjorn Helgaas
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-20PCI: use pci_find_ext_capability everywhereJesse Barnes
2008-06-25PCIE: port driver: use dev_printk when possibleBjorn Helgaas
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-01pcie port driver: correctly detect native PME featureShaohua Li
2006-10-18PCI: pcie-check-and-return-bus_register-errors fixAndrew Morton
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman
2006-09-26PCIE: check and return bus_register errorsRandy Dunlap
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn
2006-01-09[PATCH] PCIE: make bus_id for PCI Express devices uniqueSergey Vlasov
2005-10-30[PATCH] fix missing includesTim Schmielau