summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pciehp_ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-21PCI: pciehp: Handle surprise add even if surprise removal isn't supportedBjorn Helgaas1-2/+0
2014-06-11PCI: Merge multi-line quoted stringsRyan Desfosses1-8/+6
2014-06-11PCI: Whitespace cleanupRyan Desfosses1-1/+1
2014-02-20PCI: pciehp: Cleanup whitespaceBjorn Helgaas1-5/+4
2014-02-20PCI: 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-12PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain1-2/+15
2014-02-12PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain1-9/+20
2014-02-12PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain1-18/+0
2014-02-11PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain1-0/+88
2013-12-16PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas1-29/+13
2013-12-16PCI: pciehp: Make various functions void since they can't failBjorn Helgaas1-33/+19
2013-01-13PCI: 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 imp...Tejun Heo1-0/+1
2010-02-23PCI hotplug: fix memory leaksJiri Slaby1-0/+1
2009-11-25PCI 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-10PCI: 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-24PCI hotplug: pciehp: message refinementTaku Izumi1-32/+32
2008-10-23PCI hotplug: pciehp: poll data link layer link activeKenji Kaneshige1-3/+0
2008-10-23PCI: pciehp: remove 'name' parameterAlex Chiang1-24/+29
2008-10-20PCI: pciehp: replace printk with dev_printkTaku Izumi1-61/+75
2008-05-28pciehp: move msleep after power offKenji Kaneshige1-0/+14
2008-05-28pciehp: fix NULL dereference in interrupt handlerKenji Kaneshige1-17/+5
2008-04-26pciehp: Fix wrong slot capability checkKenji Kaneshige1-23/+23
2008-04-21PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-17/+17
2008-02-02pciehp: wait for 1000ms before LED operation after power offKenji Kaneshige1-12/+0
2008-02-02PCI Hotplug: pciehp: remove needless hp_slot calculationKenji Kaneshige1-11/+2
2008-02-02PCIE: Make use of the previously split out pcie_init_enable_events() functionMark Lord1-1/+0
2008-02-02PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebo...Mark Lord1-1/+0
2007-11-29pci hotplug: kernel-doc fixesRandy Dunlap1-8/+8
2007-10-13pciehp: remove trailing whitespace from pciehp_ctrl.cKenji Kaneshige1-10/+10
2007-07-12PCI: hotplug: pciehp: wait for 1 second after power off slotKenji Kaneshige1-0/+12
2007-05-03PCI: fix multiple definition of `queue_pushbutton_work'Kristen Carlson Accardi1-1/+1
2007-05-03pciehp: Event handling reworkKenji Kaneshige1-334/+282
2007-02-08pciehp: cleanup wait command completionKenji Kaneshige1-157/+48