aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug/pciehp_hpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-19PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya1-2/+3
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas1-13/+51
2018-05-23PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg1-1/+12
2018-05-17PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep1-17/+3
2018-05-07PCI: pciehp: Add quirk for Command Completed errataBjorn Helgaas1-12/+39
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-15/+1
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas1-3/+2
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-15/+1
2018-01-23PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner1-0/+7
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring1-3/+2
2017-11-06PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg1-3/+8
2017-11-06PCI: pciehp: Fix race condition handling surprise link downMika Westerberg1-1/+1
2017-11-06PCI: pciehp: Convert timers to use timer_setup()Kees Cook1-8/+4
2017-08-15PCI: pciehp: Report power fault only once until we clear itKeith Busch1-0/+8
2016-12-07PCI: pciehp: Prioritize data-link event over presence detectAshok Raj1-9/+12
2016-09-22PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch1-0/+27
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas1-6/+6
2016-09-14PCI: pciehp: Remove unnecessary guardBjorn Helgaas1-3/+0
2016-09-14PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventMayurkumar Patel1-2/+5
2016-09-14PCI: pciehp: Process all hotplug events before looking for new onesMayurkumar Patel1-26/+32
2016-09-14PCI: pciehp: Return IRQ_NONE when we can't read interrupt statusBjorn Helgaas1-1/+1
2016-09-12PCI: pciehp: Rename pcie_isr() locals for clarityBjorn Helgaas1-21/+25
2016-06-20PCI: pciehp: Ignore interrupts during D3coldLukas Wunner1-0/+4
2015-08-10PCI: pciehp: Remove ignored MRL sensor interrupt eventsBjorn Helgaas1-14/+3
2015-08-10PCI: pciehp: Handle invalid data when reading from non-existent devicesJarod Wilson1-0/+17
2015-07-15PCI: pciehp: Simplify pcie_poll_cmd()Yijing Wang1-9/+5
2015-06-18PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas1-9/+30
2015-06-17PCI: pciehp: Clean up debug loggingBjorn Helgaas1-44/+10
2015-06-09PCI: pciehp: Wait for hotplug command completion where necessaryAlex Williamson1-14/+38
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+11
2014-09-23PCI: pciehp: Stop disabling notifications during initYinghai Lu1-3/+0
2014-09-23PCI: pciehp: Add more Slot Control debug outputYinghai Lu1-1/+9
2014-09-23PCI: pciehp: Fix wait time in timeout messageYinghai Lu1-1/+1
2014-09-22PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu1-1/+1
2014-09-12PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas1-1/+1
2014-09-10PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas1-0/+12
2014-07-07PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe1-1/+1
2014-07-05PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain1-10/+1
2014-06-17PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas1-30/+5
2014-06-17PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas1-5/+28
2014-06-17PCI: pciehp: Wait for hotplug command completion lazilyBjorn Helgaas1-4/+3
2014-06-16PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas1-16/+17
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-4/+2
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-23/+23
2014-04-24PCI: pciehp: Acknowledge spurious "cmd completed" eventRajat Jain1-0/+2
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