summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas2013-12-151-0/+12
* PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas2013-12-151-58/+28
* PCI: pciehp: Use symbolic constants, not hard-coded bitmaskBjorn Helgaas2013-12-151-1/+4
* PCI: pciehp: Simplify "Power Fault Detected" checking/clearingBjorn Helgaas2013-12-151-3/+3
* PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Bjorn Helgaas2013-12-151-3/+12
* PCI: pciehp: Make various functions void since they can't failBjorn Helgaas2013-12-151-40/+16
* PCI: pciehp: Remove error checks when accessing PCIe CapabilityBjorn Helgaas2013-12-151-136/+41
* PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappersBjorn Helgaas2013-12-141-47/+48
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-3/+3
* PCI: pciehp: Add reset_slot() methodAlex Williamson2013-08-141-0/+31
* drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-031-3/+1
* PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang2013-01-121-1/+10
* PCI/pciehp: Use PCI Express Capability accessorsJiang Liu2012-08-231-8/+4
* PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...Yinghai Lu2012-07-121-101/+0
* PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu2012-02-141-0/+12
* PCI: pciehp: Add Disable/enable link functionsYinghai Lu2012-02-141-0/+36
* PCI: pciehp: Add pcie_wait_link_not_active()Yinghai Lu2012-02-141-4/+15
* PCI: pciehp: make check_link_active more helpfulYinghai Lu2012-02-141-5/+12
* PCI: pciehp: replace unconditional sleep with config space access checkYinghai Lu2012-02-141-15/+34
* PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige2011-12-051-1/+0
* PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige2011-11-111-0/+8
* PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-111-0/+8
* PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu2011-11-071-9/+2
* PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige2011-07-221-9/+2
* pciehp: update workqueue usageTejun Heo2010-10-181-19/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PCI: print resources consistently with %pRBjorn Helgaas2010-03-241-3/+2
* PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-221-63/+9
* PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox2010-02-221-8/+8
* PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige2009-11-241-15/+11
* pciehp: use pci_pcie_cap()Kenji Kaneshige2009-11-241-23/+23
* PCI: pciehp: return error on read/write failureKenji Kaneshige2009-11-041-16/+13
* PCI: pciehp: remove wrong workaround for bad DLLPKenji Kaneshige2009-11-041-50/+3
* PCI: pciehp: disable DLL state changed event notificationKenji Kaneshige2009-11-041-1/+2
* PCI: pciehp: remove number fieldKenji Kaneshige2009-09-171-1/+0
* PCI: pciehp: remove hpc_opsKenji Kaneshige2009-09-171-43/+17
* PCI: pciehp: remove pci_dev fieldKenji Kaneshige2009-09-171-8/+7
* PCI: pciehp: remove crit_sect mutexKenji Kaneshige2009-09-171-1/+0
* PCI: pciehp: remove first_slot fieldKenji Kaneshige2009-09-171-3/+2
* PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige2009-09-171-1/+0
* PCI: pciehp: remove hp_slot fieldKenji Kaneshige2009-09-171-5/+0
* PCI: pciehp: remove device fieldKenji Kaneshige2009-09-171-1/+0
* PCI: pciehp: remove bus fieldKenji Kaneshige2009-09-171-1/+0
* PCI: pciehp: remove num_slots fieldKenji Kaneshige2009-09-171-1/+0
* PCI: pciehp: remove slot_list fieldKenji Kaneshige2009-09-171-13/+7
* PCI hotplug: add support for 5.0G link speedKenji Kaneshige2009-09-091-2/+8
* PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Kenji Kaneshige2009-06-161-31/+0
* PCI: pciehp: enable software notification on empty slotsKenji Kaneshige2009-03-191-20/+11
* PCI: pciehp: fix possible endless loop in pcie_isrKenji Kaneshige2009-03-191-1/+2
* PCI: pciehp: Handle interrupts that happen during initialization.Eric W. Biederman2009-02-241-8/+7
OpenPOWER on IntegriCloud