aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_ctrl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06PCI: pciehp: Fix race condition handling surprise link downMika Westerberg1-3/+4
2017-02-03Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas1-6/+0
2016-12-12Merge branch 'pci/pm' into nextBjorn Helgaas1-0/+6
2016-12-08PCI: pciehp: Leave power indicator on when enabling already-enabled slotAshok Raj1-1/+1
2016-11-17PCI: pciehp: Add runtime PM support for PCIe hotplug portsLukas Wunner1-0/+6
2016-09-14PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas1-8/+1
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas1-29/+27
2016-09-14PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel1-16/+2
2016-08-22PCI: pciehp: Clear attention LED on device addKeith Busch1-0/+1
2015-11-25PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutexGuenter Roeck1-0/+2
2015-10-21PCI: pciehp: Queue power work requests in dedicated functionGuenter Roeck1-52/+23
2015-06-18PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas1-104/+1
2015-06-18PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()Bjorn Helgaas1-6/+6
2015-06-18PCI: pciehp: Make queue_interrupt_event() voidBjorn Helgaas1-7/+6
2015-06-17PCI: pciehp: Clean up debug loggingBjorn Helgaas1-31/+7
2015-01-21PCI: pciehp: Handle surprise add even if surprise removal isn't supportedBjorn Helgaas1-2/+0
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-8/+6
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-1/+1
2014-02-19PCI: pciehp: Cleanup whitespaceBjorn Helgaas1-5/+4
2014-02-19PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain1-1/+8
2014-02-14PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang1-1/+2
2014-02-11PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain1-2/+15
2014-02-11PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain1-9/+20
2014-02-11PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain1-18/+0
2014-02-10PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain1-0/+88
2013-12-15PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas1-29/+13
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas1-33/+19
2013-01-12PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang1-4/+4
2011-12-05PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige1-2/+2
2011-11-11PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige1-3/+0
2011-07-22PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige1-0/+3
2010-10-18pciehp: update workqueue usageTejun Heo1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22PCI hotplug: fix memory leaksJiri Slaby1-0/+1
2009-11-24PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige1-21/+6
2009-11-04PCI: pciehp: return error on read/write failureKenji Kaneshige1-29/+1
2009-09-17PCI: pciehp: remove error message definitionsKenji Kaneshige1-1/+1
2009-09-17PCI: pciehp: remove hpc_opsKenji Kaneshige1-38/+37
2009-09-17PCI: pciehp: remove pci_dev fieldKenji Kaneshige1-3/+3
2009-09-17PCI: pciehp: remove crit_sect mutexKenji Kaneshige1-14/+0
2009-09-17PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige1-3/+0
2009-09-17PCI: pciehp: remove hp_slot fieldKenji Kaneshige1-4/+2
2009-09-17PCI: pciehp: remove device fieldKenji Kaneshige1-9/+6
2009-09-17PCI: pciehp: remove bus fieldKenji Kaneshige1-2/+4
2009-09-09PCI: Simplify hotplug mch quirk.Eric W. Biederman1-5/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-01-07PCI hotplug: pciehp: remove unnecessary wait after turning power offKenji Kaneshige1-14/+12
2008-10-23PCI hotplug: pciehp: message refinementTaku Izumi1-32/+32
2008-10-22PCI hotplug: pciehp: poll data link layer link activeKenji Kaneshige1-3/+0
2008-10-22PCI: pciehp: remove 'name' parameterAlex Chiang1-24/+29