aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pciehp_hpc.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-07PCI: pciehp: Prioritize data-link event over presence detectGravatar Ashok Raj 1-9/+12
2016-09-22PCI: pciehp: Allow exclusive userspace control of indicatorsGravatar Keith Busch 1-0/+27
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesGravatar Bjorn Helgaas 1-6/+6
2016-09-14PCI: pciehp: Remove unnecessary guardGravatar Bjorn Helgaas 1-3/+0
2016-09-14PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventGravatar Mayurkumar Patel 1-2/+5
2016-09-14PCI: pciehp: Process all hotplug events before looking for new onesGravatar Mayurkumar Patel 1-26/+32
2016-09-14PCI: pciehp: Return IRQ_NONE when we can't read interrupt statusGravatar Bjorn Helgaas 1-1/+1
2016-09-12PCI: pciehp: Rename pcie_isr() locals for clarityGravatar Bjorn Helgaas 1-21/+25
2016-06-20PCI: pciehp: Ignore interrupts during D3coldGravatar Lukas Wunner 1-0/+4
2015-08-10PCI: pciehp: Remove ignored MRL sensor interrupt eventsGravatar Bjorn Helgaas 1-14/+3
2015-08-10PCI: pciehp: Handle invalid data when reading from non-existent devicesGravatar Jarod Wilson 1-0/+17
2015-07-15PCI: pciehp: Simplify pcie_poll_cmd()Gravatar Yijing Wang 1-9/+5
2015-06-18PCI: pciehp: Inline the "handle event" functions into the ISRGravatar Bjorn Helgaas 1-9/+30
2015-06-17PCI: pciehp: Clean up debug loggingGravatar Bjorn Helgaas 1-44/+10
2015-06-09PCI: pciehp: Wait for hotplug command completion where necessaryGravatar Alex Williamson 1-14/+38
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+11
2014-09-23PCI: pciehp: Stop disabling notifications during initGravatar Yinghai Lu 1-3/+0
2014-09-23PCI: pciehp: Add more Slot Control debug outputGravatar Yinghai Lu 1-1/+9
2014-09-23PCI: pciehp: Fix wait time in timeout messageGravatar Yinghai Lu 1-1/+1
2014-09-22PCI: pciehp: Fix pcie_wait_cmd() timeoutGravatar Yinghai Lu 1-1/+1
2014-09-12PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsGravatar Bjorn Helgaas 1-1/+1
2014-09-10PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceGravatar Bjorn Helgaas 1-0/+12
2014-07-07PCI: pciehp: Clear Data Link Layer State Changed during initGravatar Myron Stowe 1-1/+1
2014-07-05PCI: pciehp: Remove struct controller.no_cmd_completeGravatar Rajat Jain 1-10/+1
2014-06-17PCI: pciehp: Remove assumptions about which commands cause completion eventsGravatar Bjorn Helgaas 1-30/+5
2014-06-17PCI: pciehp: Compute timeout from hotplug command start timeGravatar Bjorn Helgaas 1-5/+28
2014-06-17PCI: pciehp: Wait for hotplug command completion lazilyGravatar Bjorn Helgaas 1-4/+3
2014-06-16PCI: pciehp: Make pcie_wait_cmd() self-containedGravatar Bjorn Helgaas 1-16/+17
2014-06-10PCI: Merge multi-line quoted stringsGravatar Ryan Desfosses 1-4/+2
2014-06-10PCI: Whitespace cleanupGravatar Ryan Desfosses 1-23/+23
2014-04-24PCI: pciehp: Acknowledge spurious "cmd completed" eventGravatar Rajat Jain 1-0/+2
2014-02-19PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityGravatar Rajat Jain 1-4/+5
2014-02-11PCI: pciehp: Add hotplug_lock to serialize hotplug eventsGravatar Rajat Jain 1-0/+1
2014-02-11PCI: pciehp: Disable link notification across slot resetGravatar Rajat Jain 1-13/+17
2014-02-11PCI: pciehp: Don't disable the link permanently during removalGravatar Rajat Jain 1-18/+0
2014-02-11PCI: pciehp: Enable link state change notificationsGravatar Rajat Jain 1-2/+11
2014-02-10PCI: pciehp: Use link change notifications for hot-plug and removalGravatar Rajat Jain 1-1/+5
2014-02-10PCI: pciehp: Make check_link_active() non-staticGravatar Rajat Jain 1-3/+3
2013-12-15PCI: pciehp: Move Attention & Power Indicator support tests to accessorsGravatar Bjorn Helgaas 1-0/+12
2013-12-15PCI: pciehp: Use symbolic constants for Slot Control fieldsGravatar Bjorn Helgaas 1-58/+28
2013-12-15PCI: pciehp: Use symbolic constants, not hard-coded bitmaskGravatar Bjorn Helgaas 1-1/+4
2013-12-15PCI: pciehp: Simplify "Power Fault Detected" checking/clearingGravatar Bjorn Helgaas 1-3/+3
2013-12-15PCI: pciehp: Announce slot capabilities (slot #, button, LEDs, etc)Gravatar Bjorn Helgaas 1-3/+12
2013-12-15PCI: pciehp: Make various functions void since they can't failGravatar Bjorn Helgaas 1-40/+16
2013-12-15PCI: pciehp: Remove error checks when accessing PCIe CapabilityGravatar Bjorn Helgaas 1-136/+41
2013-12-14PCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappersGravatar Bjorn Helgaas 1-47/+48
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-3/+3
2013-08-14PCI: pciehp: Add reset_slot() methodGravatar Alex Williamson 1-0/+31
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Gravatar Kees Cook 1-3/+1
2013-01-12PCI: pciehp: Use per-slot workqueues to avoid deadlockGravatar Yijing Wang 1-1/+10