Age | Commit message (Expand) | Author | Files | Lines |
2021-08-19 | PCI: Change the type of probe argument in reset functions | Amey Narkhede | 1 | -1/+1 |
2021-07-06 | PCI: Fix kernel-doc formatting | Krzysztof WilczyĆski | 1 | -0/+2 |
2019-08-28 | PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.c | Krzysztof Wilczynski | 1 | -98/+0 |
2019-08-28 | PCI/ACPI: Rename _HPX structs from hpp_* to hpx_* | Krzysztof Wilczynski | 1 | -16/+14 |
2019-04-24 | PCI/ACPI: Implement _HPX Type 3 Setting Record | Alexandru Gagniuc | 1 | -0/+48 |
2019-04-24 | PCI/ACPI: Remove the need for 'struct hotplug_params' | Alexandru Gagniuc | 1 | -10/+8 |
2018-09-19 | PCI: hotplug: Embed hotplug_slot | Lukas Wunner | 1 | -3/+0 |
2018-09-19 | PCI: hotplug: Drop hotplug_slot_info | Lukas Wunner | 1 | -30/+0 |
2018-09-19 | PCI: hotplug: Constify hotplug_slot_ops | Lukas Wunner | 1 | -5/+5 |
2018-07-24 | PCI: hotplug: Demidlayer registration with the core | Lukas Wunner | 1 | -4/+11 |
2018-06-04 | PCI: hotplug: Add hotplug_is_native() | Mika Westerberg | 1 | -0/+5 |
2018-06-04 | PCI: shpchp: Add shpchp_is_native() | Mika Westerberg | 1 | -0/+2 |
2018-06-02 | PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapper | Mika Westerberg | 1 | -0/+5 |
2018-06-02 | PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flags | Mika Westerberg | 1 | -1/+1 |
2018-06-02 | PCI: pciehp: Make pciehp_is_native() stricter | Mika Westerberg | 1 | -2/+2 |
2018-01-29 | PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate | Bjorn Helgaas | 1 | -15/+1 |
2016-11-18 | ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() public | Lukas Wunner | 1 | -0/+2 |
2014-11-13 | PCI: Remove unused and broken to_hotplug_slot() | Gavin Shan | 1 | -1/+0 |
2014-09-13 | PCI: Remove unused pci_configure_slot() | Bjorn Helgaas | 1 | -2/+0 |
2013-12-07 | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 1 | -2/+1 |
2013-11-14 | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 1 | -3/+2 |
2013-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -13/+0 |
2013-08-15 | PCI: Add hotplug_slot_ops.reset_slot() | Alex Williamson | 1 | -0/+4 |
2013-07-31 | PCI: move enum pcie_link_width into pci.h | Jacob Keller | 1 | -13/+0 |
2013-04-17 | PCI: Remove "extern" from function declarations | Bjorn Helgaas | 1 | -6/+6 |
2011-11-01 | include: convert various register fcns to macros to avoid include chaining | Paul Gortmaker | 1 | -7/+3 |
2010-02-23 | PCI: Make current and maximum bus speeds part of the PCI core | Matthew Wilcox | 1 | -13/+2 |
2010-02-23 | PCI: Unify pcie_link_speed and pci_bus_speed | Matthew Wilcox | 1 | -26/+0 |
2009-09-15 | PCI hotplug: acpiphp: use generic pci_configure_slot() | Bjorn Helgaas | 1 | -3/+1 |
2009-09-15 | PCI hotplug: add pci_configure_slot() | Bjorn Helgaas | 1 | -0/+9 |
2009-09-15 | PCI hotplug: clean up acpi_get_hp_params_from_firmware() interface | Bjorn Helgaas | 1 | -1/+1 |
2009-09-14 | PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handle | Alex Chiang | 1 | -1/+1 |
2009-09-10 | PCI hotplug: add support for 5.0G link speed | Kenji Kaneshige | 1 | -1/+2 |
2009-06-24 | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'... | Len Brown | 1 | -1/+0 |
2009-06-18 | ACPI: Introduce acpi_is_root_bridge() | Alexander Chiang | 1 | -1/+0 |
2009-06-17 | PCI hotplug: create symlink to hotplug driver module | Kenji Kaneshige | 1 | -2/+13 |
2009-06-17 | PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp. | Kenji Kaneshige | 1 | -8/+0 |
2009-01-09 | Merge branch 'linus' into release | Len Brown | 1 | -0/+2 |
2009-01-07 | PCI hotplug: introduce functions for ACPI slot detection | Kenji Kaneshige | 1 | -0/+2 |
2008-12-31 | ACPI: remove private acpica headers from driver files | Lin Ming | 1 | -1/+0 |
2008-10-23 | PCI: Hotplug core: remove 'name' | Alex Chiang | 1 | -3/+0 |
2008-10-23 | PCI, PCI Hotplug: introduce slot_name helpers | Alex Chiang | 1 | -0/+5 |
2008-10-23 | PCI Hotplug core: add 'name' param pci_hp_register interface | Alex Chiang | 1 | -1/+2 |
2008-06-11 | PCI: introduce pci_slot | Alex Chiang | 1 | -9/+3 |
2008-06-10 | shpchp: check firmware before taking control | Kenji Kaneshige | 1 | -1/+1 |
2008-01-25 | kset: convert pci hotplug to use kset_create_and_add | Greg Kroah-Hartman | 1 | -1/+1 |
2007-05-03 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 1 | -1/+1 |
2006-10-18 | PCI Hotplug: move pci_hotplug.h to include/linux/ | Greg Kroah-Hartman | 1 | -0/+236 |