aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug/pciehp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki1-1/+1
2019-11-12PCI: pciehp: Prevent deadlock on disconnectMika Westerberg1-3/+8
2019-11-12PCI: pciehp: Do not disable interrupt twice on suspendMika Westerberg1-2/+23
2019-09-05PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov1-2/+7
2019-05-09PCI: pciehp: Remove pointless PCIE_MODULE_NAME definitionBjorn Helgaas1-3/+1
2019-05-09PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler1-2/+2
2019-05-09PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler1-2/+5
2019-05-09PCI: pciehp: Replace pciehp_debug module param with dyndbgFrederick Lawler1-3/+0
2018-10-02PCI: pciehp: Implement runtime PM callbacksMika Westerberg1-0/+18
2018-10-02PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg1-0/+18
2018-09-20PCI: portdrv: Initialize service drivers directlyKeith Busch1-2/+1
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner1-24/+13
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner1-8/+0
2018-09-18PCI: pciehp: Rename controller struct members for clarityLukas Wunner1-2/+2
2018-09-18PCI: pciehp: Unify controller and slot structsLukas Wunner1-29/+24
2018-09-18PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner1-3/+3
2018-09-17PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner1-39/+4
2018-09-17PCI: pciehp: Drop unnecessary includesLukas Wunner1-2/+0
2018-07-31PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner1-31/+32
2018-07-31PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner1-0/+14
2018-07-31PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner1-0/+4
2018-07-31PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner1-4/+13
2018-07-31PCI: pciehp: Avoid slot access during resetLukas Wunner1-0/+2
2018-07-23PCI: pciehp: Always enable occupied slot on probeLukas Wunner1-8/+4
2018-07-23PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner1-6/+16
2018-07-23PCI: pciehp: Publish to user space last on probeLukas Wunner1-5/+15
2018-07-23PCI: hotplug: Demidlayer registration with the coreLukas Wunner1-13/+6
2018-07-23PCI: pciehp: Drop slot workqueueLukas Wunner1-6/+0
2018-07-23PCI: pciehp: Stop blinking on slot enable failureLukas Wunner1-6/+1
2018-07-23PCI: pciehp: Fix use-after-free on unplugLukas Wunner1-0/+7
2018-05-23PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg1-1/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-15/+1
2016-12-12PCI: pciehp: Remove loading messageBjorn Helgaas1-5/+4
2016-10-03Merge branch 'pci/hotplug' into nextBjorn Helgaas1-0/+3
2016-09-22PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch1-0/+3
2016-08-24PCI: pciehp: Make explicitly non-modularPaul Gortmaker1-15/+5
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-8/+8
2015-06-17PCI: pciehp: Clean up debug loggingBjorn Helgaas1-36/+3
2015-05-22PCI: pciehp: Drop pointless label from pciehp_probe()Rafael J. Wysocki1-3/+2
2015-05-21PCI: pciehp: Drop pointless ACPI-based "slot detection" checkRafael J. Wysocki1-7/+3
2014-10-27Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"Kamal Mostafa1-7/+0
2014-09-16PCI: pciehp: Prevent NULL dereference during probeAndreas Noever1-0/+7
2014-06-16PCI: Prevent NULL dereference during pciehp probeAndreas Noever1-0/+7
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-2/+1
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-2/+2
2014-02-19PCI: pciehp: Cleanup whitespaceBjorn Helgaas1-0/+1
2014-02-11PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain1-1/+6
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas1-1/+1
2014-01-13PCI: Make local functions staticStephen Hemminger1-1/+1
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas1-5/+10