summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_ctrl.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Prevent deadlock on disconnectMika Westerberg2019-11-121-2/+2
* PCI: pciehp: Avoid returning prematurely from sysfs requestsLukas Wunner2019-10-041-2/+4
* PCI: pciehp: Refer to "Indicators" instead of "LEDs" in commentsBjorn Helgaas2019-09-051-1/+1
* PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov2019-09-051-4/+7
* PCI: pciehp: Combine adjacent indicator updatesDenis Efremov2019-09-051-11/+15
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-0/+2
|\
| * PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-0/+2
* | PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko2019-04-101-0/+4
|/
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-181-2/+2
* PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-181-29/+29
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-181-129/+115
* PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-181-8/+2
* PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-171-2/+4
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-171-3/+0
* PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-171-9/+13
* 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-231-43/+37
* PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-231-2/+5
* PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-231-11/+0
* PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-231-51/+48
* PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-231-12/+16
* PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-231-1/+1
* PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-231-123/+55
* PCI: pciehp: Stop blinking on slot enable failureLukas Wunner2018-07-231-32/+41
* PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-231-7/+4
* PCI: pciehp: Drop unnecessary NULL pointer checkLukas Wunner2018-07-231-3/+0
* PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1
* PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-061-3/+4
* Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas2017-02-031-6/+0
* Merge branch 'pci/pm' into nextBjorn Helgaas2016-12-121-0/+6
|\
| * PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner2016-11-171-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/+1
* PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2016-09-141-29/+27
* PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel2016-09-141-16/+2
* 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/+23
* PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas2015-06-181-104/+1
* 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/+6
* PCI: pciehp: Clean up debug loggingBjorn Helgaas2015-06-171-31/+7
* PCI: pciehp: Handle surprise add even if surprise removal isn't supportedBjorn Helgaas2015-01-211-2/+0
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-8/+6
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-1/+1
* PCI: pciehp: Cleanup whitespaceBjorn Helgaas2014-02-191-5/+4
* 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-111-2/+15