summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Prioritize data-link event over presence detectAshok Raj2016-12-071-9/+12
* PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch2016-09-221-0/+27
* PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2016-09-141-6/+6
* PCI: pciehp: Remove unnecessary guardBjorn Helgaas2016-09-141-3/+0
* PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventMayurkumar Patel2016-09-141-2/+5
* PCI: pciehp: Process all hotplug events before looking for new onesMayurkumar Patel2016-09-141-26/+32
* PCI: pciehp: Return IRQ_NONE when we can't read interrupt statusBjorn Helgaas2016-09-141-1/+1
* PCI: pciehp: Rename pcie_isr() locals for clarityBjorn Helgaas2016-09-121-21/+25
* PCI: pciehp: Ignore interrupts during D3coldLukas Wunner2016-06-201-0/+4
* PCI: pciehp: Remove ignored MRL sensor interrupt eventsBjorn Helgaas2015-08-101-14/+3
* PCI: pciehp: Handle invalid data when reading from non-existent devicesJarod Wilson2015-08-101-0/+17
* PCI: pciehp: Simplify pcie_poll_cmd()Yijing Wang2015-07-151-9/+5
* PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas2015-06-181-9/+30
* PCI: pciehp: Clean up debug loggingBjorn Helgaas2015-06-171-44/+10
* PCI: pciehp: Wait for hotplug command completion where necessaryAlex Williamson2015-06-091-14/+38
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-6/+11
|\
| * PCI: pciehp: Stop disabling notifications during initYinghai Lu2014-09-231-3/+0
| * PCI: pciehp: Add more Slot Control debug outputYinghai Lu2014-09-231-1/+9
| * PCI: pciehp: Fix wait time in timeout messageYinghai Lu2014-09-231-1/+1
| * PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas2014-09-121-1/+1
* | PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu2014-09-221-1/+1
* | PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2014-09-101-0/+12
|/
* PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe2014-07-071-1/+1
* PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain2014-07-051-10/+1
* PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas2014-06-171-30/+5
* PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas2014-06-171-5/+28
* PCI: pciehp: Wait for hotplug command completion lazilyBjorn Helgaas2014-06-171-4/+3
* PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas2014-06-161-16/+17
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-4/+2
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-23/+23
* PCI: pciehp: Acknowledge spurious "cmd completed" eventRajat Jain2014-04-241-0/+2
* PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2014-02-191-4/+5
* PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain2014-02-111-0/+1
* PCI: pciehp: Disable link notification across slot resetRajat Jain2014-02-111-13/+17
* PCI: pciehp: Don't disable the link permanently during removalRajat Jain2014-02-111-18/+0
* PCI: pciehp: Enable link state change notificationsRajat Jain2014-02-111-2/+11
* PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain2014-02-101-1/+5
* PCI: pciehp: Make check_link_active() non-staticRajat Jain2014-02-101-3/+3
* 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
OpenPOWER on IntegriCloud