summaryrefslogtreecommitdiffstats
path: root/drivers/pci/bus.c
diff options
context:
space:
mode:
authorYinghai Lu2011-05-13 02:11:39 +0200
committerJesse Barnes2011-05-21 21:17:12 +0200
commitb9d320fcb6259baffaeaf93a5fce252cd09333d6 (patch)
treec5372d704719ff2c6f7b8d2b6bb3c04901cde242 /drivers/pci/bus.c
parentPCI: update bridge resources to get more big ranges when allocating space (ag... (diff)
downloadkernel-qcow2-linux-b9d320fcb6259baffaeaf93a5fce252cd09333d6.tar.gz
kernel-qcow2-linux-b9d320fcb6259baffaeaf93a5fce252cd09333d6.tar.xz
kernel-qcow2-linux-b9d320fcb6259baffaeaf93a5fce252cd09333d6.zip
PCI: add rescan to /sys/.../pci_bus/.../
After remove the device from /sys, we have to rescan all or find out the bridge and access /sys../device/rescan there. this patch add /sys/.../pci_bus/.../rescan. So user can rescan more easy. that is more clean and easy to understand. like after remove 0000:c4:00.0, you can rescan 0000:c4 directly. -v2: According to Jesse, use function instead of exposing attr, so could hide #ifdef in header file. also add code to remove rescan file in remove path. -v3: GregKH pointed out that we should use dev_attrs to avoid racing. So add pcibus_attrs and make it to be member of pcibus_attrs. -v4: Change name to pcibus_dev_attrs according to GregKH Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/bus.c')
0 files changed, 0 insertions, 0 deletions