summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pciehp_hpc.c
AgeCommit message (Expand)Author
2013-12-15PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas
2013-12-15PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas
2013-12-15PCI: pciehp: Use symbolic constants, not hard-coded bitmaskBjorn Helgaas
2013-12-15PCI: pciehp: Simplify "Power Fault Detected" checking/clearingBjorn Helgaas
2013-12-15PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Bjorn Helgaas
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas
2013-12-15PCI: pciehp: Remove error checks when accessing PCIe CapabilityBjorn Helgaas
2013-12-14PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappersBjorn Helgaas
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-08-14PCI: pciehp: Add reset_slot() methodAlex Williamson
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook
2013-01-12PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang
2012-08-23PCI/pciehp: Use PCI Express Capability accessorsJiang Liu
2012-07-12PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...Yinghai Lu
2012-02-14PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu
2012-02-14PCI: pciehp: Add Disable/enable link functionsYinghai Lu
2012-02-14PCI: pciehp: Add pcie_wait_link_not_active()Yinghai Lu
2012-02-14PCI: pciehp: make check_link_active more helpfulYinghai Lu
2012-02-14PCI: pciehp: replace unconditional sleep with config space access checkYinghai Lu
2011-12-05PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige
2011-11-11PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige
2011-11-11PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige
2011-11-07PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu
2011-07-22PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige
2010-10-18pciehp: update workqueue usageTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24PCI: print resources consistently with %pRBjorn Helgaas
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox
2010-02-22PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox
2009-11-24PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige
2009-11-24pciehp: use pci_pcie_cap()Kenji Kaneshige
2009-11-04PCI: pciehp: return error on read/write failureKenji Kaneshige
2009-11-04PCI: pciehp: remove wrong workaround for bad DLLPKenji Kaneshige
2009-11-04PCI: pciehp: disable DLL state changed event notificationKenji Kaneshige
2009-09-17PCI: pciehp: remove number fieldKenji Kaneshige
2009-09-17PCI: pciehp: remove hpc_opsKenji Kaneshige
2009-09-17PCI: pciehp: remove pci_dev fieldKenji Kaneshige
2009-09-17PCI: pciehp: remove crit_sect mutexKenji Kaneshige
2009-09-17PCI: pciehp: remove first_slot fieldKenji Kaneshige
2009-09-17PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige
2009-09-17PCI: pciehp: remove hp_slot fieldKenji Kaneshige
2009-09-17PCI: pciehp: remove device fieldKenji Kaneshige
2009-09-17PCI: pciehp: remove bus fieldKenji Kaneshige
2009-09-17PCI: pciehp: remove num_slots fieldKenji Kaneshige
2009-09-17PCI: pciehp: remove slot_list fieldKenji Kaneshige
2009-09-09PCI hotplug: add support for 5.0G link speedKenji Kaneshige
2009-06-16PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Kenji Kaneshige
2009-03-19PCI: pciehp: enable software notification on empty slotsKenji Kaneshige
2009-03-19PCI: pciehp: fix possible endless loop in pcie_isrKenji Kaneshige
2009-02-24PCI: pciehp: Handle interrupts that happen during initialization.Eric W. Biederman