aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_ctrl.c
Commit message (Expand)AuthorAge
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-18
* PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-18
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-18
* PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-18
* PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-17
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-17
* PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-17
* PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner2018-07-31
* PCI: pciehp: Resume to D0 on enable/disableLukas Wunner2018-07-31
* PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-23
* PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-23
* PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-23
* PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-23
* PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-23
* PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-23
* PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-23
* PCI: pciehp: Stop blinking on slot enable failureLukas Wunner2018-07-23
* PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-23
* PCI: pciehp: Drop unnecessary NULL pointer checkLukas Wunner2018-07-23
* PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-28
* PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-06
* Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas2017-02-03
* Merge branch 'pci/pm' into nextBjorn Helgaas2016-12-12
|\
| * PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner2016-11-17
* | PCI: pciehp: Leave power indicator on when enabling already-enabled slotAshok Raj2016-12-08
|/
* PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas2016-09-14
* PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2016-09-14
* PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel2016-09-14
* PCI: pciehp: Clear attention LED on device addKeith Busch2016-08-22
* PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutexGuenter Roeck2015-11-25
* PCI: pciehp: Queue power work requests in dedicated functionGuenter Roeck2015-10-21
* PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas2015-06-18
* PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()Bjorn Helgaas2015-06-18
* PCI: pciehp: Make queue_interrupt_event() voidBjorn Helgaas2015-06-18
* PCI: pciehp: Clean up debug loggingBjorn Helgaas2015-06-17
* PCI: pciehp: Handle surprise add even if surprise removal isn't supportedBjorn Helgaas2015-01-21
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-10
* PCI: Whitespace cleanupRyan Desfosses2014-06-10
* PCI: pciehp: Cleanup whitespaceBjorn Helgaas2014-02-19
* PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2014-02-19
* PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang2014-02-14
* PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain2014-02-11
* PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain2014-02-11
* PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain2014-02-11
* PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain2014-02-10
* PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas2013-12-15
* PCI: pciehp: Make various functions void since they can't failBjorn Helgaas2013-12-15
* PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang2013-01-12
* PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige2011-12-05
* PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-11