summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain1-4/+5
2014-02-11PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain1-0/+1
2014-02-11PCI: pciehp: Disable link notification across slot resetRajat Jain1-13/+17
2014-02-11PCI: pciehp: Don't disable the link permanently during removalRajat Jain1-18/+0
2014-02-11PCI: pciehp: Enable link state change notificationsRajat Jain1-2/+11
2014-02-10PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain1-1/+5
2014-02-10PCI: pciehp: Make check_link_active() non-staticRajat Jain1-3/+3
2013-12-15PCI: pciehp: Move Attention & Power Indicator support tests to accessorsBjorn Helgaas1-0/+12
2013-12-15PCI: pciehp: Use symbolic constants for Slot Control fieldsBjorn Helgaas1-58/+28
2013-12-15PCI: pciehp: Use symbolic constants, not hard-coded bitmaskBjorn Helgaas1-1/+4
2013-12-15PCI: pciehp: Simplify "Power Fault Detected" checking/clearingBjorn Helgaas1-3/+3
2013-12-15PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Bjorn Helgaas1-3/+12
2013-12-15PCI: pciehp: Make various functions void since they can't failBjorn Helgaas1-40/+16
2013-12-15PCI: pciehp: Remove error checks when accessing PCIe CapabilityBjorn Helgaas1-136/+41
2013-12-14PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappersBjorn Helgaas1-47/+48
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-3/+3
2013-08-14PCI: pciehp: Add reset_slot() methodAlex Williamson1-0/+31
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-3/+1
2013-01-12PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang1-1/+10
2012-08-23PCI/pciehp: Use PCI Express Capability accessorsJiang Liu1-8/+4
2012-07-12PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...Yinghai Lu1-101/+0
2012-02-14PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu1-0/+12
2012-02-14PCI: pciehp: Add Disable/enable link functionsYinghai Lu1-0/+36
2012-02-14PCI: pciehp: Add pcie_wait_link_not_active()Yinghai Lu1-4/+15
2012-02-14PCI: pciehp: make check_link_active more helpfulYinghai Lu1-5/+12
2012-02-14PCI: pciehp: replace unconditional sleep with config space access checkYinghai Lu1-15/+34
2011-12-05PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige1-1/+0
2011-11-11PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige1-0/+8
2011-11-11PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige1-0/+8
2011-11-07PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu1-9/+2
2011-07-22PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige1-9/+2
2010-10-18pciehp: update workqueue usageTejun Heo1-19/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24PCI: print resources consistently with %pRBjorn Helgaas1-3/+2
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-63/+9
2010-02-22PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox1-8/+8
2009-11-24PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige1-15/+11
2009-11-24pciehp: use pci_pcie_cap()Kenji Kaneshige1-23/+23
2009-11-04PCI: pciehp: return error on read/write failureKenji Kaneshige1-16/+13
2009-11-04PCI: pciehp: remove wrong workaround for bad DLLPKenji Kaneshige1-50/+3
2009-11-04PCI: pciehp: disable DLL state changed event notificationKenji Kaneshige1-1/+2
2009-09-17PCI: pciehp: remove number fieldKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove hpc_opsKenji Kaneshige1-43/+17
2009-09-17PCI: pciehp: remove pci_dev fieldKenji Kaneshige1-8/+7
2009-09-17PCI: pciehp: remove crit_sect mutexKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove first_slot fieldKenji Kaneshige1-3/+2
2009-09-17PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove hp_slot fieldKenji Kaneshige1-5/+0
2009-09-17PCI: pciehp: remove device fieldKenji Kaneshige1-1/+0
2009-09-17PCI: pciehp: remove bus fieldKenji Kaneshige1-1/+0