summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/fakephp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-25PCI: Remove the fakephp driverBjorn Helgaas1-164/+0
2012-02-28PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2010-07-30PCI: use for_each_pci_dev()Kulikov Vasiliy1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-03-27PCI: update fakephp for bus_id removalStephen Rothwell1-1/+2
2009-03-21PCI Hotplug: rename legacy_fakephp to fakephpAlex Chiang1-0/+162
2009-03-21PCI Hotplug: restore fakephp interface with complete reimplementationTrent Piepho1-395/+0
2009-03-21PCI: Introduce pci_rescan_bus()Alex Chiang1-3/+3
2009-01-27PCI hotplug: fakephp: Allocate PCI resources before adding the deviceDarrick J. Wong1-16/+26
2009-01-07drivers/pci/hotplug: Add missing pci_dev_getJulia Lawall1-0/+1
2008-10-23PCI Hotplug: fakephp: add duplicate slot name debuggingAlex Chiang1-2/+8
2008-10-23PCI: fakephp: remove 'name' parameterAlex Chiang1-9/+10
2008-10-23PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang1-1/+2
2008-09-09PCI Hotplug: fakephp: fix deadlock... againAlex Chiang1-3/+3
2008-06-11PCI: introduce pci_slotAlex Chiang1-1/+1
2008-06-11PCI: construct one fakephp slot per PCI slotAlex Chiang1-55/+29
2008-04-21PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-21PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggeredTrent Piepho1-1/+1
2008-02-02PCI: Fix fakephp deadlockIan Abbott1-4/+35
2007-11-29pci hotplug: kernel-doc fixesRandy Dunlap1-7/+7
2007-05-03PCI: Convert to alloc_pci_dev()Michael Ellerman1-1/+1
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman1-1/+1
2006-10-18pci: Stamp out pci_find_* usage in fakephpAlan Cox1-3/+8
2006-09-27PCI: fix __must_check warningsGreg Kroah-Hartman1-4/+14
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-24[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn1-6/+3
2005-10-31[PATCH] fix missing includesTim Schmielau1-0/+2
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+358