summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Remove pointless MY_NAME definitionBjorn Helgaas2019-05-091-1/+1
* PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler2019-05-091-1/+1
* PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-0/+2
* PCI: pciehp: Remove pciehp_debug usesBjorn Helgaas2019-05-091-8/+5Star
* Merge branch 'pci/pm'Bjorn Helgaas2019-03-061-2/+15
|\
| * PCI: pciehp: Disable Data Link Layer State Changed event on suspendMika Westerberg2019-02-151-2/+15
* | Merge branch 'pci/misc'Bjorn Helgaas2019-03-061-0/+2
|\ \
| * | PCI: pciehp: Add HXT quirk for Command Completed errataShunyong Yang2019-02-021-0/+2
| |/
* / PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardwareMika Westerberg2019-01-151-1/+1
|/
* PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg2018-10-021-2/+4
* PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg2018-10-021-0/+10
* PCI: Make link active reporting detection genericKeith Busch2018-10-021-20/+2Star
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-191-4/+4
* PCI: pciehp: Rename controller struct members for clarityLukas Wunner2018-09-191-3/+3
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-191-79/+35Star
* PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner2018-09-191-6/+19
* PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner2018-09-171-2/+6
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-171-3/+0Star
* PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch2018-09-111-9/+9
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-2/+3
|\
| * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-201-1/+1
| * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-201-2/+3
* | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-311-0/+14
* | PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-311-0/+7
* | PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-311-2/+43
* | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-311-11/+6Star
* | PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-311-7/+7
* | PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-241-7/+2Star
* | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-241-8/+2Star
* | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-241-0/+5
* | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-241-1/+0Star
* | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-241-3/+11
* | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-241-0/+5
* | PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-241-8/+1Star
* | PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-241-19/+8Star
* | PCI: pciehp: Convert to threaded pollingLukas Wunner2018-07-241-35/+32Star
* | PCI: pciehp: Convert to threaded IRQLukas Wunner2018-07-241-32/+38
* | PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner2018-07-241-10/+3Star
* | PCI: pciehp: Fix use-after-free on unplugLukas Wunner2018-07-241-3/+2Star
|/
* Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-061-13/+51
|\
| * PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg2018-05-241-1/+12
| * PCI: pciehp: Add quirk for Command Completed errataBjorn Helgaas2018-05-071-12/+39
* | PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep2018-05-171-17/+3Star
|/
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-15/+1Star
|\
| * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1Star
* | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-311-3/+2Star
|\ \
| * | PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring2018-01-171-3/+2Star
| |/
* / PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner2018-01-231-0/+7
|/
* PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg2017-11-071-3/+8
* PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-071-1/+1