aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki1-0/+17
2009-03-30PCI PM: Consistently use variable name "error" for pm call return valuesFrans Pop1-10/+10
2009-03-20PCI: Introduce /sys/bus/pci/rescanAlex Chiang1-0/+1
2009-03-20PCI: add remove_id sysfs entryChris Wright1-2/+78
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-2/+1
2009-02-04PCI PM: make the PM core more careful with drivers using the new PM frameworkRafael J. Wysocki1-52/+93
2009-02-04PCI PM: Do not disable and enable bridges during suspend-resumeRafael J. Wysocki1-4/+6
2009-02-04PCI PM: Fix saving of device state in pci_legacy_suspendRafael J. Wysocki1-2/+8
2009-02-04PCI PM: Fix handling of devices without driversRafael J. Wysocki1-15/+12
2009-01-27PCI PM: Fix hibernation breakage on EeePC 701Rafael J. Wysocki1-1/+4
2009-01-27PCI PM: Fix suspend error paths and testing facility breakageRafael J. Wysocki1-0/+16
2009-01-16PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki1-64/+27
2009-01-07PCI PM: Put PM callbacks in the order of executionRafael J. Wysocki1-43/+43
2009-01-07PCI PM: Run default PM callbacks for all devices using new frameworkRafael J. Wysocki1-82/+53
2009-01-07PCI PM: Call pci_fixup_device from legacy routinesRafael J. Wysocki1-33/+19
2009-01-07PCI PM: Rearrange code in pci-driver.cRafael J. Wysocki1-41/+75
2009-01-07PCI PM: Avoid touching devices behind bridges in unknown stateRafael J. Wysocki1-37/+72
2009-01-07PCI PM: Move pci_has_legacy_pm_supportRafael J. Wysocki1-8/+8
2009-01-07PCI PM: Power-manage devices without drivers during suspend-resumeRafael J. Wysocki1-4/+29
2009-01-07PCI PM: Add suspend counterpart of pci_reenable_deviceRafael J. Wysocki1-5/+30
2009-01-07PCI PM: Fix poweroff and restore callbacksRafael J. Wysocki1-5/+5
2009-01-07PCI: work_on_cpu: use in drivers/pci/pci-driver.cRusty Russell1-20/+32
2009-01-07PCI: allow pci driver to support only dynidsChris Wright1-9/+11
2009-01-06PCI: Rework default handling of suspend and resumeRafael J. Wysocki1-31/+63
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-28/+18
2008-10-20PCI: Check dynids driver_data value for validityJean Delvare1-2/+16
2008-10-20PCI: remove dynids.use_driver_dataMilton Miller1-2/+1
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-42/+346
2008-06-10PCI: implement new suspend/resume callbacksRafael J. Wysocki1-46/+346
2008-06-10Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki1-1/+5
2008-05-24PCI: use dev_to_node in pci_call_probeYinghai Lu1-1/+1
2008-04-29pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2Yinghai Lu1-0/+2
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis1-3/+6
2008-02-01PCI: Mem Policy: fix mempolicy usage in pci driverLee Schermerhorn1-3/+1
2008-01-24PCI: remove foolish code from pci-driver.cGreg Kroah-Hartman1-45/+5
2008-01-24PCI: use proper call to driver_create_fileGreg Kroah-Hartman1-2/+7
2007-11-05PCI: make pci_match_device() staticAdrian Bunk1-3/+2
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-2/+1
2007-10-12PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID codeMichael Ellerman1-2/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-2/+1
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo1-1/+1
2007-05-09Fix more "deprecated" spellos.Randy Dunlap1-1/+1
2007-05-02PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk1-15/+0
2007-05-02PCI: Require vendor and device for new_idJean Delvare1-2/+2
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck1-5/+1
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap1-0/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-2/+1
2007-02-07PCI : add extremely specialized __pci_reenable_device for default resumeHidetoshi Seto1-2/+1
2007-02-07PCI : remove too specialized __pci_enable_device for default resumeHidetoshi Seto1-1/+1
2007-02-07PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman1-1/+3