| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutex | Guenter Roeck | 2015-11-25 | 1 | -0/+2 |
* | PCI: pciehp: Queue power work requests in dedicated function | Guenter Roeck | 2015-10-21 | 1 | -52/+23 |
* | PCI: pciehp: Inline the "handle event" functions into the ISR | Bjorn Helgaas | 2015-06-18 | 1 | -104/+1 |
* | PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event() | Bjorn Helgaas | 2015-06-18 | 1 | -6/+6 |
* | PCI: pciehp: Make queue_interrupt_event() void | Bjorn Helgaas | 2015-06-18 | 1 | -7/+6 |
* | PCI: pciehp: Clean up debug logging | Bjorn Helgaas | 2015-06-18 | 1 | -31/+7 |
* | PCI: pciehp: Handle surprise add even if surprise removal isn't supported | Bjorn Helgaas | 2015-01-21 | 1 | -2/+0 |
* | PCI: Merge multi-line quoted strings | Ryan Desfosses | 2014-06-11 | 1 | -8/+6 |
* | PCI: Whitespace cleanup | Ryan Desfosses | 2014-06-11 | 1 | -1/+1 |
* | PCI: pciehp: Cleanup whitespace | Bjorn Helgaas | 2014-02-19 | 1 | -5/+4 |
* | PCI: pciehp: Remove a non-existent card, regardless of "surprise" capability | Rajat Jain | 2014-02-19 | 1 | -1/+8 |
* | PCI: pciehp: Don't turn slot off when hot-added device already exists | Yijing Wang | 2014-02-14 | 1 | -1/+2 |
* | PCI: pciehp: Add hotplug_lock to serialize hotplug events | Rajat Jain | 2014-02-12 | 1 | -2/+15 |
* | PCI: pciehp: Ensure very fast hotplug events are also processed | Rajat Jain | 2014-02-12 | 1 | -9/+20 |
* | PCI: pciehp: Don't check adapter or latch status while disabling | Rajat Jain | 2014-02-12 | 1 | -18/+0 |
* | PCI: pciehp: Use link change notifications for hot-plug and removal | Rajat Jain | 2014-02-11 | 1 | -0/+88 |
* | PCI: pciehp: Move Attention & Power Indicator support tests to accessors | Bjorn Helgaas | 2013-12-16 | 1 | -29/+13 |
* | PCI: pciehp: Make various functions void since they can't fail | Bjorn Helgaas | 2013-12-16 | 1 | -33/+19 |
* | PCI: pciehp: Use per-slot workqueues to avoid deadlock | Yijing Wang | 2013-01-12 | 1 | -4/+4 |
* | PCI: pciehp: Handle push button event asynchronously | Kenji Kaneshige | 2011-12-05 | 1 | -2/+2 |
* | PCI: pciehp: wait 1000 ms before Link Training check | Kenji Kaneshige | 2011-11-11 | 1 | -3/+0 |
* | PCI: pciehp: change wait time for valid configuration access | Kenji Kaneshige | 2011-07-22 | 1 | -0/+3 |
* | pciehp: update workqueue usage | Tejun Heo | 2010-10-18 | 1 | -5/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | PCI hotplug: fix memory leaks | Jiri Slaby | 2010-02-23 | 1 | -0/+1 |
* | PCI pciehp: fix power fault interrupt storm problem | Kenji Kaneshige | 2009-11-25 | 1 | -21/+6 |
* | PCI: pciehp: return error on read/write failure | Kenji Kaneshige | 2009-11-04 | 1 | -29/+1 |
* | PCI: pciehp: remove error message definitions | Kenji Kaneshige | 2009-09-17 | 1 | -1/+1 |
* | PCI: pciehp: remove hpc_ops | Kenji Kaneshige | 2009-09-17 | 1 | -38/+37 |
* | PCI: pciehp: remove pci_dev field | Kenji Kaneshige | 2009-09-17 | 1 | -3/+3 |
* | PCI: pciehp: remove crit_sect mutex | Kenji Kaneshige | 2009-09-17 | 1 | -14/+0 |
* | PCI: pciehp: remove slot_device_offset field | Kenji Kaneshige | 2009-09-17 | 1 | -3/+0 |
* | PCI: pciehp: remove hp_slot field | Kenji Kaneshige | 2009-09-17 | 1 | -4/+2 |
* | PCI: pciehp: remove device field | Kenji Kaneshige | 2009-09-17 | 1 | -9/+6 |
* | PCI: pciehp: remove bus field | Kenji Kaneshige | 2009-09-17 | 1 | -2/+4 |
* | PCI: Simplify hotplug mch quirk. | Eric W. Biederman | 2009-09-09 | 1 | -5/+0 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | PCI hotplug: pciehp: remove unnecessary wait after turning power off | Kenji Kaneshige | 2009-01-07 | 1 | -14/+12 |
* | PCI hotplug: pciehp: message refinement | Taku Izumi | 2008-10-23 | 1 | -32/+32 |
* | PCI hotplug: pciehp: poll data link layer link active | Kenji Kaneshige | 2008-10-23 | 1 | -3/+0 |
* | PCI: pciehp: remove 'name' parameter | Alex Chiang | 2008-10-23 | 1 | -24/+29 |
* | PCI: pciehp: replace printk with dev_printk | Taku Izumi | 2008-10-20 | 1 | -61/+75 |
* | pciehp: move msleep after power off | Kenji Kaneshige | 2008-05-28 | 1 | -0/+14 |
* | pciehp: fix NULL dereference in interrupt handler | Kenji Kaneshige | 2008-05-28 | 1 | -17/+5 |
* | pciehp: Fix wrong slot capability check | Kenji Kaneshige | 2008-04-25 | 1 | -23/+23 |
* | PCI: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-21 | 1 | -17/+17 |
* | pciehp: wait for 1000ms before LED operation after power off | Kenji Kaneshige | 2008-02-02 | 1 | -12/+0 |
* | PCI Hotplug: pciehp: remove needless hp_slot calculation | Kenji Kaneshige | 2008-02-02 | 1 | -11/+2 |
* | PCIE: Make use of the previously split out pcie_init_enable_events() function | Mark Lord | 2008-02-02 | 1 | -1/+0 |
* | PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebo... | Mark Lord | 2008-02-02 | 1 | -1/+0 |