aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/shpchp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner1-13/+4
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner1-21/+10
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner1-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner1-17/+3
2018-06-26PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas1-0/+21
2018-06-04PCI: shpchp: Add shpchp_is_native()Mika Westerberg1-13/+1
2018-06-02PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg1-1/+1
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-15/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-15/+1
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring1-3/+2
2017-08-10PCI: Constify hotplug pci_device_id structuresArvind Yadav1-1/+1
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas1-14/+14
2016-01-10PCI: hotplug: Use list_for_each_entry() to simplify codeGeliang Tang1-5/+2
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-14/+14
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-2/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-5/+5
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-2/+1
2013-01-14PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas1-12/+14
2013-01-14PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas1-10/+0
2013-01-13PCI: shpchp: Make shpchp_wq non-orderedBjorn Helgaas1-1/+1
2012-07-16PCI: hotplug: ensure a consistent return value in error caseJulia Lawall1-4/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-11-14PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas1-2/+2
2010-10-18shpchp: update workqueue usageTejun Heo1-2/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-35/+0
2009-06-16PCI hotplug: remove redundant .owner initializationsKenji Kaneshige1-1/+0
2008-10-23PCI hotplug: shpchp: message refinementTaku Izumi1-16/+18
2008-10-23PCI hotplug: shpchp: replace printk with dev_printkTaku Izumi1-18/+28
2008-10-22PCI: shcphp: remove 'name' parameterAlex Chiang1-20/+18
2008-10-22PCI: prevent duplicate slot namesAlex Chiang1-14/+1
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang1-1/+2
2008-08-21PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang1-19/+15
2008-06-10PCI: introduce pci_slotAlex Chiang1-16/+4
2008-06-10shpchp: check firmware before taking controlKenji Kaneshige1-7/+8
2008-06-10PCI: make {pciehp,shpchp}_slot_with_bus staticAdrian Bunk1-1/+1
2008-05-27shpchp: add message about shpchp_slot_with_bus optionKenji Kaneshige1-0/+4
2008-04-25shpchp: fix slot nameKenji Kaneshige1-2/+9
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-13/+13
2007-05-02PCI: fix multiple definition of `queue_pushbutton_work'Kristen Carlson Accardi1-1/+1
2007-02-07shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODEKenji Kaneshige1-4/+0
2006-12-20shpchp: cleanup shpchp.hKenji Kaneshige1-11/+11
2006-12-20shpchp: remove shpchprm_get_physical_slot_numberKenji Kaneshige1-24/+1
2006-12-20shpchp: cleanup struct controllerKenji Kaneshige1-25/+1
2006-12-20shpchp: remove unnecessary struct php_ctlrKenji Kaneshige1-44/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-1/+1
2006-09-26SHPCHP: fix __must_check warningsGreg Kroah-Hartman1-1/+5
2006-06-19[PATCH] shpchp: Create shpchpd at controller probe timeKenji Kaneshige1-8/+0
2006-03-23[PATCH] PCI Hotplug: add common acpi functions to coreKristen Accardi1-0/+17