aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] PCI: create PCI_DEBUG config option to make it easier for users to en...Greg Kroah-Hartman1-11/+4
2005-03-16[PATCH] PCI: trivial DBG tidy-upBjorn Helgaas1-6/+4
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen1-1/+1
2004-02-18[PATCH] snprintf fixesAndrew Morton1-4/+4
2004-02-03[PATCH] PCI Hotplug: Coding style fixes for drivers/pci/hotplug.cRolf Eike Beer1-3/+3
2003-07-14[PATCH] PCI: fix problem with pci remove functions not being built if CONFIG_...Greg Kroah-Hartman1-104/+0
2003-07-14[PATCH] PCI: remove usages of pci slot_name from the pci core code.Greg Kroah-Hartman1-1/+1
2003-06-22[PATCH] PCI: fix non-hotplug buildIvan Kokshaysky1-13/+0
2003-06-19[PATCH] PCI: rename pci_get_dev() and pci_put_dev() to pci_dev_get() and pci_...Greg Kroah-Hartman1-1/+1
2003-06-19PCI: add locking to the pci device lists.Greg Kroah-Hartman1-11/+23
2003-06-03[PATCH] PCI: remove CONFIG_PROC_FS checks in .c files.Greg Kroah-Hartman1-8/+0
2003-05-22[PATCH] PCI: remove pci_insert_device() as no one uses it anymore.Greg Kroah-Hartman1-21/+0
2003-05-21PCI: add pci_get_dev() and pci_put_dev()Greg Kroah-Hartman1-1/+1
2003-02-24[PATCH] PCI: Make hot unplugging of PCI buses workRussell King1-7/+56
2003-02-20[PATCH] try_module_get(THIS_MODULE) is bogusChristoph Hellwig1-40/+1
2003-02-07[PATCH] pci patch for sysfs filesDaniel Stekloff1-0/+2
2003-02-06[PATCH] PCI Hotplug: moved the some stuff into the pci coreGreg Kroah-Hartman1-2/+176
2003-01-07PCI: properly unregister a PCI device if it is removed.Greg Kroah-Hartman1-1/+1
2002-11-02[PATCH] PCI hotplug comment fixesRussell King1-2/+1
2002-09-26converted PCI to use the driver core's hotplug call.Greg Kroah-Hartman1-43/+55
2002-09-09PCI: hotplug core cleanup to get pci hotplug working againGreg Kroah-Hartman1-8/+14
2002-05-28PCI Update:Patrick Mochel1-31/+3
2002-05-28PCI: start to use common fields of struct device_driver morePatrick Mochel1-2/+1
2002-04-16Split drivers/pci/pci.c into smaller, bite-size chunksPatrick Mochel1-0/+132