summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_core.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Fix kerneldoc warningsKrzysztof Kozlowski2020-08-051-0/+1
* PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki2020-04-241-1/+1
* PCI: pciehp: Prevent deadlock on disconnectMika Westerberg2019-11-121-3/+8
* PCI: pciehp: Do not disable interrupt twice on suspendMika Westerberg2019-11-121-2/+23
* PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov2019-09-051-2/+7
* PCI: pciehp: Remove pointless PCIE_MODULE_NAME definitionBjorn Helgaas2019-05-091-3/+1
* PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler2019-05-091-2/+2
* PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-2/+5
* PCI: pciehp: Replace pciehp_debug module param with dyndbgFrederick Lawler2019-05-091-3/+0
* PCI: pciehp: Implement runtime PM callbacksMika Westerberg2018-10-021-0/+18
* PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg2018-10-021-0/+18
* PCI: portdrv: Initialize service drivers directlyKeith Busch2018-09-201-2/+1
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-181-24/+13
* PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-181-8/+0
* PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-181-2/+2
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-181-29/+24
* PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-181-3/+3
* PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-171-39/+4
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-171-2/+0
* PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-311-31/+32
* PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-311-0/+14
* PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner2018-07-311-0/+4
* PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-311-4/+13
* PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-311-0/+2
* PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-231-8/+4
* PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-231-6/+16
* PCI: pciehp: Publish to user space last on probeLukas Wunner2018-07-231-5/+15
* PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-231-13/+6
* PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-231-6/+0
* PCI: pciehp: Stop blinking on slot enable failureLukas Wunner2018-07-231-6/+1
* PCI: pciehp: Fix use-after-free on unplugLukas Wunner2018-07-231-0/+7
* PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg2018-05-231-1/+1
* PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1
* PCI: pciehp: Remove loading messageBjorn Helgaas2016-12-121-5/+4
* Merge branch 'pci/hotplug' into nextBjorn Helgaas2016-10-031-0/+3
|\
| * PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch2016-09-221-0/+3
* | PCI: pciehp: Make explicitly non-modularPaul Gortmaker2016-08-241-15/+5
|/
* PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-8/+8
* PCI: pciehp: Clean up debug loggingBjorn Helgaas2015-06-171-36/+3
* PCI: pciehp: Drop pointless label from pciehp_probe()Rafael J. Wysocki2015-05-221-3/+2
* PCI: pciehp: Drop pointless ACPI-based "slot detection" checkRafael J. Wysocki2015-05-211-7/+3
* Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"Kamal Mostafa2014-10-271-7/+0
* PCI: pciehp: Prevent NULL dereference during probeAndreas Noever2014-09-161-0/+7
* PCI: Prevent NULL dereference during pciehp probeAndreas Noever2014-06-161-0/+7
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-2/+1
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-2/+2
* PCI: pciehp: Cleanup whitespaceBjorn Helgaas2014-02-191-0/+1
* PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain2014-02-111-1/+6
* Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-131-1/+1
|\
| * PCI: Make local functions staticStephen Hemminger2014-01-131-1/+1