summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/shpchp_core.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-191-13/+4Star
* PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-191-21/+10Star
* PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-191-1/+1
* PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-241-17/+3Star
* PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas2018-06-261-0/+21
* PCI: shpchp: Add shpchp_is_native()Mika Westerberg2018-06-041-13/+1Star
* PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg2018-06-021-1/+1
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-15/+1Star
|\
| * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1Star
* | PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring2018-01-171-3/+2Star
|/
* PCI: Constify hotplug pci_device_id structuresArvind Yadav2017-08-101-1/+1
* Merge branch 'pci/trivial' into nextBjorn Helgaas2016-01-201-14/+14
|\
| * PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-14/+14
* | PCI: hotplug: Use list_for_each_entry() to simplify codeGeliang Tang2016-01-101-5/+2Star
|/
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-111-2/+1Star
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-5/+5
* drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-041-2/+1Star
* PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas2013-01-141-12/+14
* PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas2013-01-141-10/+0Star
* PCI: shpchp: Make shpchp_wq non-orderedBjorn Helgaas2013-01-141-1/+1
* PCI: hotplug: ensure a consistent return value in error caseJulia Lawall2012-07-161-4/+10
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2011-11-141-2/+2
* shpchp: update workqueue usageTejun Heo2010-10-181-2/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-231-35/+0Star
* PCI hotplug: remove redundant .owner initializationsKenji Kaneshige2009-06-161-1/+0Star
* PCI hotplug: shpchp: message refinementTaku Izumi2008-10-241-16/+18
* PCI hotplug: shpchp: replace printk with dev_printkTaku Izumi2008-10-241-18/+28
* PCI: shcphp: remove 'name' parameterAlex Chiang2008-10-231-20/+18Star
* PCI: prevent duplicate slot namesAlex Chiang2008-10-231-14/+1Star
* PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang2008-10-231-1/+2
* PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang2008-08-221-19/+15Star
* PCI: introduce pci_slotAlex Chiang2008-06-101-16/+4Star
* shpchp: check firmware before taking controlKenji Kaneshige2008-06-101-7/+8
* PCI: make {pciehp,shpchp}_slot_with_bus staticAdrian Bunk2008-06-101-1/+1
* shpchp: add message about shpchp_slot_with_bus optionKenji Kaneshige2008-05-281-0/+4
* shpchp: fix slot nameKenji Kaneshige2008-04-251-2/+9
* PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-211-13/+13
* PCI: fix multiple definition of `queue_pushbutton_work'Kristen Carlson Accardi2007-05-031-1/+1
* shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODEKenji Kaneshige2007-02-081-4/+0Star
* shpchp: cleanup shpchp.hKenji Kaneshige2006-12-201-11/+11
* shpchp: remove shpchprm_get_physical_slot_numberKenji Kaneshige2006-12-201-24/+1Star
* shpchp: cleanup struct controllerKenji Kaneshige2006-12-201-25/+1Star
* shpchp: remove unnecessary struct php_ctlrKenji Kaneshige2006-12-201-44/+1Star
* WorkStruct: make allyesconfigDavid Howells2006-11-221-1/+1
* SHPCHP: fix __must_check warningsGreg Kroah-Hartman2006-09-271-1/+5
* [PATCH] shpchp: Create shpchpd at controller probe timeKenji Kaneshige2006-06-191-8/+0Star
* [PATCH] PCI Hotplug: add common acpi functions to coreKristen Accardi2006-03-231-0/+17
* [PATCH] shpchp: adapt to pci driver modelKenji Kaneshige2006-03-231-19/+7Star