summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pciehp_ctrl.c
AgeCommit message (Expand)Author
2019-11-12PCI: pciehp: Prevent deadlock on disconnectMika Westerberg
2019-10-04PCI: pciehp: Avoid returning prematurely from sysfs requestsLukas Wunner
2019-09-05PCI: pciehp: Refer to "Indicators" instead of "LEDs" in commentsBjorn Helgaas
2019-09-05PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov
2019-09-05PCI: pciehp: Combine adjacent indicator updatesDenis Efremov
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-09PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler
2019-04-10PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner
2018-09-18PCI: pciehp: Rename controller struct members for clarityLukas Wunner
2018-09-18PCI: pciehp: Unify controller and slot structsLukas Wunner
2018-09-18PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner
2018-09-17PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner
2018-09-17PCI: pciehp: Drop unnecessary includesLukas Wunner
2018-09-17PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner
2018-07-31PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner
2018-07-31PCI: pciehp: Resume to D0 on enable/disableLukas Wunner
2018-07-23PCI: pciehp: Become resilient to missed eventsLukas Wunner
2018-07-23PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner
2018-07-23PCI: pciehp: Drop enable/disable lockLukas Wunner
2018-07-23PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner
2018-07-23PCI: pciehp: Track enable/disable statusLukas Wunner
2018-07-23PCI: pciehp: Drop slot workqueueLukas Wunner
2018-07-23PCI: pciehp: Handle events synchronouslyLukas Wunner
2018-07-23PCI: pciehp: Stop blinking on slot enable failureLukas Wunner
2018-07-23PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner
2018-07-23PCI: pciehp: Drop unnecessary NULL pointer checkLukas Wunner
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas
2017-11-06PCI: pciehp: Fix race condition handling surprise link downMika Westerberg
2017-02-03Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas
2016-12-12Merge branch 'pci/pm' into nextBjorn Helgaas
2016-12-08PCI: pciehp: Leave power indicator on when enabling already-enabled slotAshok Raj
2016-11-17PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner
2016-09-14PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas
2016-09-14PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel
2016-08-22PCI: pciehp: Clear attention LED on device addKeith Busch
2015-11-25PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutexGuenter Roeck
2015-10-21PCI: pciehp: Queue power work requests in dedicated functionGuenter Roeck
2015-06-18PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas
2015-06-18PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()Bjorn Helgaas
2015-06-18PCI: pciehp: Make queue_interrupt_event() voidBjorn Helgaas
2015-06-17PCI: pciehp: Clean up debug loggingBjorn Helgaas
2015-01-21PCI: pciehp: Handle surprise add even if surprise removal isn't supportedBjorn Helgaas
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2014-06-10PCI: Whitespace cleanupRyan Desfosses
2014-02-19PCI: pciehp: Cleanup whitespaceBjorn Helgaas
2014-02-19PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain
2014-02-14PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang
2014-02-11PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain