aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pciehp_ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-24PCI: pciehp: Cancel bringup sequence if card is not presentGravatar Rongguang Wei 1-0/+8
2023-05-24PCI: pciehp: Simplify Attention Button loggingGravatar Bjorn Helgaas 1-6/+7
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+1
2020-09-17PCI: pciehp: Reduce noisiness on hot removalGravatar Lukas Wunner 1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2019-11-12PCI: pciehp: Prevent deadlock on disconnectGravatar Mika Westerberg 1-2/+2
2019-10-04PCI: pciehp: Avoid returning prematurely from sysfs requestsGravatar Lukas Wunner 1-2/+4
2019-09-05PCI: pciehp: Refer to "Indicators" instead of "LEDs" in commentsGravatar Bjorn Helgaas 1-1/+1
2019-09-05PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Gravatar Denis Efremov 1-4/+7
2019-09-05PCI: pciehp: Combine adjacent indicator updatesGravatar Denis Efremov 1-11/+15
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2019-05-09PCI: pciehp: Log messages with pci_dev, not pcie_deviceGravatar Frederick Lawler 1-0/+2
2019-04-10PCI: pciehp: Ignore Link State Changes after powering off a slotGravatar Sergey Miroshnichenko 1-0/+4
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-2/+2
2018-09-18PCI: pciehp: Rename controller struct members for clarityGravatar Lukas Wunner 1-29/+29
2018-09-18PCI: pciehp: Unify controller and slot structsGravatar Lukas Wunner 1-129/+115
2018-09-18PCI: pciehp: Tolerate Presence Detect hardwired to zeroGravatar Lukas Wunner 1-8/+2
2018-09-17PCI: pciehp: Drop hotplug_slot_ops wrappersGravatar Lukas Wunner 1-2/+4
2018-09-17PCI: pciehp: Drop unnecessary includesGravatar Lukas Wunner 1-3/+0
2018-09-17PCI: pciehp: Differentiate between surprise and safe removalGravatar Lukas Wunner 1-9/+13
2018-07-31PCI: pciehp: Avoid implicit fallthroughs in switch statementsGravatar Lukas Wunner 1-0/+5
2018-07-31PCI: pciehp: Resume to D0 on enable/disableGravatar Lukas Wunner 1-0/+6
2018-07-23PCI: pciehp: Become resilient to missed eventsGravatar Lukas Wunner 1-43/+37
2018-07-23PCI: pciehp: Declare pciehp_enable/disable_slot() staticGravatar Lukas Wunner 1-2/+5
2018-07-23PCI: pciehp: Drop enable/disable lockGravatar Lukas Wunner 1-11/+0
2018-07-23PCI: pciehp: Enable/disable exclusively from IRQ threadGravatar Lukas Wunner 1-51/+48
2018-07-23PCI: pciehp: Track enable/disable statusGravatar Lukas Wunner 1-12/+16
2018-07-23PCI: pciehp: Drop slot workqueueGravatar Lukas Wunner 1-1/+1
2018-07-23PCI: pciehp: Handle events synchronouslyGravatar Lukas Wunner 1-123/+55
2018-07-23PCI: pciehp: Stop blinking on slot enable failureGravatar Lukas Wunner 1-32/+41
2018-07-23PCI: pciehp: Declare pciehp_unconfigure_device() voidGravatar Lukas Wunner 1-7/+4
2018-07-23PCI: pciehp: Drop unnecessary NULL pointer checkGravatar Lukas Wunner 1-3/+0
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-15/+1
2017-11-06PCI: pciehp: Fix race condition handling surprise link downGravatar Mika Westerberg 1-3/+4
2017-02-03Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Gravatar Bjorn Helgaas 1-6/+0
2016-12-12Merge branch 'pci/pm' into nextGravatar Bjorn Helgaas 1-0/+6
2016-12-08PCI: pciehp: Leave power indicator on when enabling already-enabled slotGravatar Ashok Raj 1-1/+1
2016-11-17PCI: pciehp: Add runtime PM support for PCIe hotplug portsGravatar Lukas Wunner 1-0/+6
2016-09-14PCI: pciehp: Remove useless pciehp_get_latch_status() callsGravatar Bjorn Helgaas 1-8/+1
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesGravatar Bjorn Helgaas 1-29/+27
2016-09-14PCI: pciehp: Don't re-read Slot Status when handling surprise eventGravatar Mayurkumar Patel 1-16/+2
2016-08-22PCI: pciehp: Clear attention LED on device addGravatar Keith Busch 1-0/+1
2015-11-25PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutexGravatar Guenter Roeck 1-0/+2
2015-10-21PCI: pciehp: Queue power work requests in dedicated functionGravatar Guenter Roeck 1-52/+23
2015-06-18PCI: pciehp: Inline the "handle event" functions into the ISRGravatar Bjorn Helgaas 1-104/+1
2015-06-18PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()Gravatar Bjorn Helgaas 1-6/+6
2015-06-18PCI: pciehp: Make queue_interrupt_event() voidGravatar Bjorn Helgaas 1-7/+6
2015-06-17PCI: pciehp: Clean up debug loggingGravatar Bjorn Helgaas 1-31/+7
2015-01-21PCI: pciehp: Handle surprise add even if surprise removal isn't supportedGravatar Bjorn Helgaas 1-2/+0
2014-06-10PCI: Merge multi-line quoted stringsGravatar Ryan Desfosses 1-8/+6