-
- Downloads
PCI: Make current and maximum bus speeds part of the PCI core
Move the max_bus_speed and cur_bus_speed into the pci_bus. Expose the values through the PCI slot driver instead of the hotplug slot driver. Update all the hotplug drivers to use the pci_bus instead of their own data structures. Signed-off-by:Matthew Wilcox <willy@linux.intel.com> Signed-off-by:
Jesse Barnes <jbarnes@virtuousgeek.org>
Showing
- drivers/pci/hotplug/acpiphp_core.c 0 additions, 2 deletionsdrivers/pci/hotplug/acpiphp_core.c
- drivers/pci/hotplug/cpqphp.h 0 additions, 2 deletionsdrivers/pci/hotplug/cpqphp.h
- drivers/pci/hotplug/cpqphp_core.c 17 additions, 40 deletionsdrivers/pci/hotplug/cpqphp_core.c
- drivers/pci/hotplug/cpqphp_ctrl.c 15 additions, 12 deletionsdrivers/pci/hotplug/cpqphp_ctrl.c
- drivers/pci/hotplug/ibmphp_core.c 28 additions, 78 deletionsdrivers/pci/hotplug/ibmphp_core.c
- drivers/pci/hotplug/pci_hotplug_core.c 0 additions, 132 deletionsdrivers/pci/hotplug/pci_hotplug_core.c
- drivers/pci/hotplug/pciehp_core.c 0 additions, 25 deletionsdrivers/pci/hotplug/pciehp_core.c
- drivers/pci/hotplug/pciehp_hpc.c 9 additions, 63 deletionsdrivers/pci/hotplug/pciehp_hpc.c
- drivers/pci/hotplug/rpaphp_core.c 12 additions, 11 deletionsdrivers/pci/hotplug/rpaphp_core.c
- drivers/pci/hotplug/shpchp.h 0 additions, 2 deletionsdrivers/pci/hotplug/shpchp.h
- drivers/pci/hotplug/shpchp_core.c 0 additions, 35 deletionsdrivers/pci/hotplug/shpchp_core.c
- drivers/pci/hotplug/shpchp_ctrl.c 2 additions, 11 deletionsdrivers/pci/hotplug/shpchp_ctrl.c
- drivers/pci/hotplug/shpchp_hpc.c 77 additions, 72 deletionsdrivers/pci/hotplug/shpchp_hpc.c
- drivers/pci/probe.c 27 additions, 0 deletionsdrivers/pci/probe.c
- drivers/pci/slot.c 54 additions, 0 deletionsdrivers/pci/slot.c
- include/linux/pci.h 3 additions, 0 deletionsinclude/linux/pci.h
- include/linux/pci_hotplug.h 2 additions, 13 deletionsinclude/linux/pci_hotplug.h
Loading
Please register or sign in to comment