aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pci_hotplug.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-18PCI: Change the type of probe argument in reset functionsGravatar Amey Narkhede 1-1/+1
2021-07-06PCI: Fix kernel-doc formattingGravatar Krzysztof Wilczyński 1-0/+2
2019-08-28PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cGravatar Krzysztof Wilczynski 1-98/+0
2019-08-28PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*Gravatar Krzysztof Wilczynski 1-16/+14
2019-04-23PCI/ACPI: Implement _HPX Type 3 Setting RecordGravatar Alexandru Gagniuc 1-0/+48
2019-04-23PCI/ACPI: Remove the need for 'struct hotplug_params'Gravatar Alexandru Gagniuc 1-10/+8
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-3/+0
2018-09-18PCI: hotplug: Drop hotplug_slot_infoGravatar Lukas Wunner 1-30/+0
2018-09-18PCI: hotplug: Constify hotplug_slot_opsGravatar Lukas Wunner 1-5/+5
2018-07-23PCI: hotplug: Demidlayer registration with the coreGravatar Lukas Wunner 1-4/+11
2018-06-04PCI: hotplug: Add hotplug_is_native()Gravatar Mika Westerberg 1-0/+5
2018-06-04PCI: shpchp: Add shpchp_is_native()Gravatar Mika Westerberg 1-0/+2
2018-06-02PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperGravatar Mika Westerberg 1-0/+5
2018-06-02PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsGravatar Mika Westerberg 1-1/+1
2018-06-02PCI: pciehp: Make pciehp_is_native() stricterGravatar Mika Westerberg 1-2/+2
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-15/+1
2016-11-17ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() publicGravatar Lukas Wunner 1-0/+2
2014-11-13PCI: Remove unused and broken to_hotplug_slot()Gravatar Gavin Shan 1-1/+0
2014-09-12PCI: Remove unused pci_configure_slot()Gravatar Bjorn Helgaas 1-2/+0
2013-12-07ACPI: Clean up inclusions of ACPI header filesGravatar Lv Zheng 1-2/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-3/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-13/+0
2013-08-14PCI: Add hotplug_slot_ops.reset_slot()Gravatar Alex Williamson 1-0/+4
2013-07-30PCI: move enum pcie_link_width into pci.hGravatar Jacob Keller 1-13/+0
2013-04-17PCI: Remove "extern" from function declarationsGravatar Bjorn Helgaas 1-6/+6
2011-10-31include: convert various register fcns to macros to avoid include chainingGravatar Paul Gortmaker 1-7/+3
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreGravatar Matthew Wilcox 1-13/+2
2010-02-22PCI: Unify pcie_link_speed and pci_bus_speedGravatar Matthew Wilcox 1-26/+0
2009-09-14PCI hotplug: acpiphp: use generic pci_configure_slot()Gravatar Bjorn Helgaas 1-3/+1
2009-09-14PCI hotplug: add pci_configure_slot()Gravatar Bjorn Helgaas 1-0/+9
2009-09-14PCI hotplug: clean up acpi_get_hp_params_from_firmware() interfaceGravatar Bjorn Helgaas 1-1/+1
2009-09-14PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handleGravatar Alex Chiang 1-1/+1
2009-09-09PCI hotplug: add support for 5.0G link speedGravatar Kenji Kaneshige 1-1/+2
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Gravatar Len Brown 1-1/+0
2009-06-17ACPI: Introduce acpi_is_root_bridge()Gravatar Alexander Chiang 1-1/+0
2009-06-16PCI hotplug: create symlink to hotplug driver moduleGravatar Kenji Kaneshige 1-2/+13
2009-06-16PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Gravatar Kenji Kaneshige 1-8/+0
2009-01-09Merge branch 'linus' into releaseGravatar Len Brown 1-0/+2
2009-01-07PCI hotplug: introduce functions for ACPI slot detectionGravatar Kenji Kaneshige 1-0/+2
2008-12-31ACPI: remove private acpica headers from driver filesGravatar Lin Ming 1-1/+0
2008-10-22PCI: Hotplug core: remove 'name'Gravatar Alex Chiang 1-3/+0
2008-10-22PCI, PCI Hotplug: introduce slot_name helpersGravatar Alex Chiang 1-0/+5
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceGravatar Alex Chiang 1-1/+2
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 1-9/+3
2008-06-10shpchp: check firmware before taking controlGravatar Kenji Kaneshige 1-1/+1
2008-01-24kset: convert pci hotplug to use kset_create_and_addGravatar Greg Kroah-Hartman 1-1/+1
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-1/+1
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Gravatar Greg Kroah-Hartman 1-0/+236