aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/shpchp_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-13/+4
2018-09-18PCI: hotplug: Drop hotplug_slot_infoGravatar Lukas Wunner 1-21/+10
2018-09-18PCI: hotplug: Constify hotplug_slot_opsGravatar Lukas Wunner 1-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreGravatar Lukas Wunner 1-17/+3
2018-06-26PCI: shpchp: Separate existence of SHPC and permission to use itGravatar Bjorn Helgaas 1-0/+21
2018-06-04PCI: shpchp: Add shpchp_is_native()Gravatar Mika Westerberg 1-13/+1
2018-06-02PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperGravatar Mika Westerberg 1-1/+1
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-15/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-15/+1
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresGravatar Markus Elfring 1-3/+2
2017-08-10PCI: Constify hotplug pci_device_id structuresGravatar Arvind Yadav 1-1/+1
2016-01-20Merge branch 'pci/trivial' into nextGravatar Bjorn Helgaas 1-14/+14
2016-01-10PCI: hotplug: Use list_for_each_entry() to simplify codeGravatar Geliang Tang 1-5/+2
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 1-14/+14
2014-06-10PCI: Merge multi-line quoted stringsGravatar Ryan Desfosses 1-2/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-5/+5
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Gravatar Kees Cook 1-2/+1
2013-01-14PCI: shpchp: Use per-slot workqueues to avoid deadlockGravatar Bjorn Helgaas 1-12/+14
2013-01-14PCI: shpchp: Handle push button event asynchronouslyGravatar Bjorn Helgaas 1-10/+0
2013-01-13PCI: shpchp: Make shpchp_wq non-orderedGravatar Bjorn Helgaas 1-1/+1
2012-07-16PCI: hotplug: ensure a consistent return value in error caseGravatar Julia Lawall 1-4/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-2/+2
2011-11-14PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsGravatar Bjorn Helgaas 1-2/+2
2010-10-18shpchp: update workqueue usageGravatar Tejun Heo 1-2/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreGravatar Matthew Wilcox 1-35/+0
2009-06-16PCI hotplug: remove redundant .owner initializationsGravatar Kenji Kaneshige 1-1/+0
2008-10-23PCI hotplug: shpchp: message refinementGravatar Taku Izumi 1-16/+18
2008-10-23PCI hotplug: shpchp: replace printk with dev_printkGravatar Taku Izumi 1-18/+28
2008-10-22PCI: shcphp: remove 'name' parameterGravatar Alex Chiang 1-20/+18
2008-10-22PCI: prevent duplicate slot namesGravatar Alex Chiang 1-14/+1
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceGravatar Alex Chiang 1-1/+2
2008-08-21PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Gravatar Alex Chiang 1-19/+15
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 1-16/+4
2008-06-10shpchp: check firmware before taking controlGravatar Kenji Kaneshige 1-7/+8
2008-06-10PCI: make {pciehp,shpchp}_slot_with_bus staticGravatar Adrian Bunk 1-1/+1
2008-05-27shpchp: add message about shpchp_slot_with_bus optionGravatar Kenji Kaneshige 1-0/+4
2008-04-25shpchp: fix slot nameGravatar Kenji Kaneshige 1-2/+9
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-13/+13
2007-05-02PCI: fix multiple definition of `queue_pushbutton_work'Gravatar Kristen Carlson Accardi 1-1/+1
2007-02-07shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODEGravatar Kenji Kaneshige 1-4/+0
2006-12-20shpchp: cleanup shpchp.hGravatar Kenji Kaneshige 1-11/+11
2006-12-20shpchp: remove shpchprm_get_physical_slot_numberGravatar Kenji Kaneshige 1-24/+1
2006-12-20shpchp: cleanup struct controllerGravatar Kenji Kaneshige 1-25/+1
2006-12-20shpchp: remove unnecessary struct php_ctlrGravatar Kenji Kaneshige 1-44/+1
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-1/+1
2006-09-26SHPCHP: fix __must_check warningsGravatar Greg Kroah-Hartman 1-1/+5
2006-06-19[PATCH] shpchp: Create shpchpd at controller probe timeGravatar Kenji Kaneshige 1-8/+0
2006-03-23[PATCH] PCI Hotplug: add common acpi functions to coreGravatar Kristen Accardi 1-0/+17
2006-03-23[PATCH] shpchp: adapt to pci driver modelGravatar Kenji Kaneshige 1-19/+7