aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/fakephp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-24PCI: Remove the fakephp driverBjorn Helgaas1-164/+0
2012-02-27PCI: 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-03-26PCI: update fakephp for bus_id removalStephen Rothwell1-1/+2
2009-03-20PCI Hotplug: rename legacy_fakephp to fakephpAlex Chiang1-0/+162
2009-03-20PCI Hotplug: restore fakephp interface with complete reimplementationTrent Piepho1-395/+0
2009-03-20PCI: 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-22PCI Hotplug: fakephp: add duplicate slot name debuggingAlex Chiang1-2/+8
2008-10-22PCI: fakephp: remove 'name' parameterAlex Chiang1-9/+10
2008-10-22PCI 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-10PCI: introduce pci_slotAlex Chiang1-1/+1
2008-06-10PCI: construct one fakephp slot per PCI slotAlex Chiang1-55/+29
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-20PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggeredTrent Piepho1-1/+1
2008-02-01PCI: Fix fakephp deadlockIan Abbott1-4/+35
2007-11-28pci hotplug: kernel-doc fixesRandy Dunlap1-7/+7
2007-05-02PCI: 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-26PCI: fix __must_check warningsGreg Kroah-Hartman1-4/+14
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn1-6/+3
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+358