summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_ctrl.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko2019-04-171-0/+4
* PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner2018-07-311-0/+5
* PCI: pciehp: Resume to D0 on enable/disableLukas Wunner2018-07-311-0/+6
* PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-241-43/+37Star
* PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-241-2/+5
* PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-241-11/+0Star
* PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-241-51/+48Star
* PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-241-12/+16
* PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-241-1/+1
* PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-241-123/+55Star
* PCI: pciehp: Stop blinking on slot enable failureLukas Wunner2018-07-241-32/+41
* PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-241-7/+4Star
* PCI: pciehp: Drop unnecessary NULL pointer checkLukas Wunner2018-07-241-3/+0Star
* PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1Star
* PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-071-3/+4
* Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas2017-02-031-6/+0Star
* Merge branch 'pci/pm' into nextBjorn Helgaas2016-12-121-0/+6
|\
| * PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner2016-11-181-0/+6
* | PCI: pciehp: Leave power indicator on when enabling already-enabled slotAshok Raj2016-12-081-1/+1
|/
* PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas2016-09-141-8/+1Star
* PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2016-09-141-29/+27Star
* PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel2016-09-141-16/+2Star
* PCI: pciehp: Clear attention LED on device addKeith Busch2016-08-221-0/+1
* PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutexGuenter Roeck2015-11-251-0/+2
* PCI: pciehp: Queue power work requests in dedicated functionGuenter Roeck2015-10-211-52/+23Star
* PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas2015-06-181-104/+1Star
* PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()Bjorn Helgaas2015-06-181-6/+6
* PCI: pciehp: Make queue_interrupt_event() voidBjorn Helgaas2015-06-181-7/+6Star
* PCI: pciehp: Clean up debug loggingBjorn Helgaas2015-06-181-31/+7Star
* PCI: pciehp: Handle surprise add even if surprise removal isn't supportedBjorn Helgaas2015-01-211-2/+0Star
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-111-8/+6Star
* PCI: Whitespace cleanupRyan Desfosses2014-06-111-1/+1
* PCI: pciehp: Cleanup whitespaceBjorn Helgaas2014-02-191-5/+4Star
* PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2014-02-191-1/+8
* PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang2014-02-141-1/+2
* PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain2014-02-121-2/+15
* PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain2014-02-121-9/+20
* PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain2014-02-121-18/+0Star
* PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain2014-02-111-0/+88
* PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas2013-12-161-29/+13Star
* PCI: pciehp: Make various functions void since they can't failBjorn Helgaas2013-12-161-33/+19Star
* PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang2013-01-121-4/+4
* PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige2011-12-051-2/+2
* PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-111-3/+0Star
* PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige2011-07-221-0/+3
* pciehp: update workqueue usageTejun Heo2010-10-181-5/+4Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PCI hotplug: fix memory leaksJiri Slaby2010-02-231-0/+1
* PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige2009-11-251-21/+6Star
* PCI: pciehp: return error on read/write failureKenji Kaneshige2009-11-041-29/+1Star