aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pciehp_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-09PCI: pciehp: Remove pointless PCIE_MODULE_NAME definitionGravatar Bjorn Helgaas 1-3/+1
2019-05-09PCI: pciehp: Remove unused dbg/err/info/warn() wrappersGravatar Frederick Lawler 1-2/+2
2019-05-09PCI: pciehp: Log messages with pci_dev, not pcie_deviceGravatar Frederick Lawler 1-2/+5
2019-05-09PCI: pciehp: Replace pciehp_debug module param with dyndbgGravatar Frederick Lawler 1-3/+0
2018-10-02PCI: pciehp: Implement runtime PM callbacksGravatar Mika Westerberg 1-0/+18
2018-10-02PCI: pciehp: Disable hotplug interrupt during suspendGravatar Mika Westerberg 1-0/+18
2018-09-20PCI: portdrv: Initialize service drivers directlyGravatar Keith Busch 1-2/+1
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-24/+13
2018-09-18PCI: hotplug: Drop hotplug_slot_infoGravatar Lukas Wunner 1-8/+0
2018-09-18PCI: pciehp: Rename controller struct members for clarityGravatar Lukas Wunner 1-2/+2
2018-09-18PCI: pciehp: Unify controller and slot structsGravatar Lukas Wunner 1-29/+24
2018-09-18PCI: pciehp: Tolerate Presence Detect hardwired to zeroGravatar Lukas Wunner 1-3/+3
2018-09-17PCI: pciehp: Drop hotplug_slot_ops wrappersGravatar Lukas Wunner 1-39/+4
2018-09-17PCI: pciehp: Drop unnecessary includesGravatar Lukas Wunner 1-2/+0
2018-07-31PCI: pciehp: Deduplicate presence check on probe & resumeGravatar Lukas Wunner 1-31/+32
2018-07-31PCI: pciehp: Resume parent to D0 on config space accessGravatar Lukas Wunner 1-0/+14
2018-07-31PCI: pciehp: Obey compulsory command delay after resumeGravatar Lukas Wunner 1-0/+4
2018-07-31PCI: pciehp: Clear spurious events earlier on resumeGravatar Lukas Wunner 1-4/+13
2018-07-31PCI: pciehp: Avoid slot access during resetGravatar Lukas Wunner 1-0/+2
2018-07-23PCI: pciehp: Always enable occupied slot on probeGravatar Lukas Wunner 1-8/+4
2018-07-23PCI: pciehp: Enable/disable exclusively from IRQ threadGravatar Lukas Wunner 1-6/+16
2018-07-23PCI: pciehp: Publish to user space last on probeGravatar Lukas Wunner 1-5/+15
2018-07-23PCI: hotplug: Demidlayer registration with the coreGravatar Lukas Wunner 1-13/+6
2018-07-23PCI: pciehp: Drop slot workqueueGravatar Lukas Wunner 1-6/+0
2018-07-23PCI: pciehp: Stop blinking on slot enable failureGravatar Lukas Wunner 1-6/+1
2018-07-23PCI: pciehp: Fix use-after-free on unplugGravatar Lukas Wunner 1-0/+7
2018-05-23PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeGravatar Mika Westerberg 1-1/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-15/+1
2016-12-12PCI: pciehp: Remove loading messageGravatar Bjorn Helgaas 1-5/+4
2016-10-03Merge branch 'pci/hotplug' into nextGravatar Bjorn Helgaas 1-0/+3
2016-09-22PCI: pciehp: Allow exclusive userspace control of indicatorsGravatar Keith Busch 1-0/+3
2016-08-24PCI: pciehp: Make explicitly non-modularGravatar Paul Gortmaker 1-15/+5
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 1-8/+8
2015-06-17PCI: pciehp: Clean up debug loggingGravatar Bjorn Helgaas 1-36/+3
2015-05-22PCI: pciehp: Drop pointless label from pciehp_probe()Gravatar Rafael J. Wysocki 1-3/+2
2015-05-21PCI: pciehp: Drop pointless ACPI-based "slot detection" checkGravatar Rafael J. Wysocki 1-7/+3
2014-10-27Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"Gravatar Kamal Mostafa 1-7/+0
2014-09-16PCI: pciehp: Prevent NULL dereference during probeGravatar Andreas Noever 1-0/+7
2014-06-16PCI: Prevent NULL dereference during pciehp probeGravatar Andreas Noever 1-0/+7
2014-06-10PCI: Merge multi-line quoted stringsGravatar Ryan Desfosses 1-2/+1
2014-06-10PCI: Whitespace cleanupGravatar Ryan Desfosses 1-2/+2
2014-02-19PCI: pciehp: Cleanup whitespaceGravatar Bjorn Helgaas 1-0/+1
2014-02-11PCI: pciehp: Add hotplug_lock to serialize hotplug eventsGravatar Rajat Jain 1-1/+6
2014-01-13Merge branch 'pci/dead-code' into nextGravatar Bjorn Helgaas 1-1/+1
2014-01-13PCI: Make local functions staticGravatar Stephen Hemminger 1-1/+1
2013-12-15PCI: pciehp: Make various functions void since they can't failGravatar Bjorn Helgaas 1-5/+10
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-2/+2
2013-08-14PCI: pciehp: Add reset_slot() methodGravatar Alex Williamson 1-0/+12
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2013-02-01PCI: pciehp: Drop suspend/resume ENTRY messagesGravatar Paul Bolle 1-2/+0