aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)Author
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2008-06-10PCI: implement new suspend/resume callbacksRafael J. Wysocki
2008-06-10Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki
2008-05-24PCI: use dev_to_node in pci_call_probeYinghai Lu
2008-04-29pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2Yinghai Lu
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis
2008-02-01PCI: Mem Policy: fix mempolicy usage in pci driverLee Schermerhorn
2008-01-24PCI: remove foolish code from pci-driver.cGreg Kroah-Hartman
2008-01-24PCI: use proper call to driver_create_fileGreg Kroah-Hartman
2007-11-05PCI: make pci_match_device() staticAdrian Bunk
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2007-10-12PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID codeMichael Ellerman
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo
2007-05-09Fix more "deprecated" spellos.Randy Dunlap
2007-05-02PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk
2007-05-02PCI: Require vendor and device for new_idJean Delvare
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2007-02-07PCI : add extremely specialized __pci_reenable_device for default resumeHidetoshi Seto
2007-02-07PCI : remove too specialized __pci_enable_device for default resumeHidetoshi Seto
2007-02-07PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman
2007-01-22PCI: fix pci-driver kernel-docRandy Dunlap
2006-12-20PCI: Fix multiple problems with VIA hardwareAlan Cox
2006-12-20PCI: use /sys/bus/pci/drivers/<driver>/new_id firstRussell King
2006-12-01PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez
2006-12-01pci: fix __pci_register_driver error handlingAkinobu Mita
2006-10-27PCI: reset pci device state to unknown state for resumeShaohua Li
2006-09-26PCI: Multiprobe sanitizerAlan Cox
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman
2006-09-25PCI: enable driver multi-threaded probeGreg Kroah-Hartman
2006-09-25PM: no suspend_prepare() phaseDavid Brownell
2006-09-25Suspend changes for PCI coreLinus Torvalds
2006-08-26[PATCH] PCI: kerneldoc correction in pci-driverHenrik Kretzschmar
2006-06-11[PATCH] PCI: Error handling on PCI device resumeJean Delvare
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn
2006-03-23[PATCH] PCI: Add pci_device_shutdown to pci_bus_typeBrian Gerst
2006-01-13[PATCH] Add pci_bus_type probe and remove methodsRussell King
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2005-11-10[PATCH] PCI: automatically set device_driver.ownerLaurent riffard
2005-11-10[PATCH] pci-driver: store_new_id() not inlineRandy Dunlap
2005-11-07[PATCH] fix remaining missing includesTim Schmielau
2005-10-30[PATCH] fix missing includesTim Schmielau
2005-10-28[PATCH] kernel-doc: PCI fixesRandy Dunlap
2005-10-28[PATCH] PCI: Fixup PCI driver shutdownRussell King
2005-09-08[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman
2005-09-08[PATCH] PCI: Run PCI driver initialization on local nodeAndi Kleen
2005-07-06[PATCH] PCI: fix !CONFIG_HOTPLUG pci build problemGreg KH