aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/hotplug/pciehp_hpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-31PCI: pciehp: Fix MSI interrupt raceStuart Hayes1-6/+20
2020-03-31PCI: pciehp: Fix indefinite wait on sysfs requestsLukas Wunner1-7/+7
2020-02-20PCI: pciehp: Add DMI table for in-band presence detection disabledStuart Hayes1-0/+22
2020-02-20PCI: pciehp: Wait for PDS if in-band presence is disabledAlexandru Gagniuc1-0/+19
2020-02-20PCI: pciehp: Disable in-band presence detect when possibleAlexandru Gagniuc1-2/+10
2019-11-12PCI: pciehp: Prevent deadlock on disconnectMika Westerberg1-11/+48
2019-11-11PCI: pciehp: Refactor infinite loop in pcie_poll_cmd()Andy Shevchenko1-4/+2
2019-10-04PCI: pciehp: Avoid returning prematurely from sysfs requestsLukas Wunner1-0/+2
2019-09-05PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov1-36/+0
2019-09-05PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov1-25/+0
2019-09-05PCI: pciehp: Combine adjacent indicator updatesDenis Efremov1-2/+2
2019-09-05PCI: pciehp: Add pciehp_set_indicators() to set both indicatorsDenis Efremov1-0/+36
2019-05-09PCI: pciehp: Remove pointless MY_NAME definitionBjorn Helgaas1-1/+1
2019-05-09PCI: pciehp: Remove unused dbg/err/info/warn() wrappersFrederick Lawler1-1/+1
2019-05-09PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler1-0/+2
2019-05-09PCI: pciehp: Remove pciehp_debug usesBjorn Helgaas1-8/+5
2019-03-06Merge branch 'pci/pm'Bjorn Helgaas1-2/+15
2019-03-06Merge branch 'pci/misc'Bjorn Helgaas1-0/+2
2019-02-15PCI: pciehp: Disable Data Link Layer State Changed event on suspendMika Westerberg1-2/+15
2019-02-01PCI: pciehp: Add HXT quirk for Command Completed errataShunyong Yang1-0/+2
2019-01-14PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardwareMika Westerberg1-1/+1
2018-10-02PCI: pciehp: Do not handle events if interrupts are maskedMika Westerberg1-2/+4
2018-10-02PCI: pciehp: Disable hotplug interrupt during suspendMika Westerberg1-0/+10
2018-10-02PCI: Make link active reporting detection genericKeith Busch1-20/+2
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner1-4/+4
2018-09-18PCI: pciehp: Rename controller struct members for clarityLukas Wunner1-3/+3
2018-09-18PCI: pciehp: Unify controller and slot structsLukas Wunner1-79/+35
2018-09-18PCI: pciehp: Tolerate Presence Detect hardwired to zeroLukas Wunner1-6/+19
2018-09-17PCI: pciehp: Drop hotplug_slot_ops wrappersLukas Wunner1-2/+6
2018-09-17PCI: pciehp: Drop unnecessary includesLukas Wunner1-3/+0
2018-09-11PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch1-9/+9
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas1-2/+3
2018-07-31PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner1-0/+14
2018-07-31PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner1-0/+7
2018-07-31PCI: pciehp: Support interrupts sent from D3hotLukas Wunner1-2/+43
2018-07-31PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner1-11/+6
2018-07-31PCI: pciehp: Avoid slot access during resetLukas Wunner1-7/+7
2018-07-23PCI: pciehp: Always enable occupied slot on probeLukas Wunner1-7/+2
2018-07-23PCI: pciehp: Become resilient to missed eventsLukas Wunner1-8/+2
2018-07-23PCI: pciehp: Tolerate initially unstable linkLukas Wunner1-0/+5
2018-07-23PCI: pciehp: Drop enable/disable lockLukas Wunner1-1/+0
2018-07-23PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner1-3/+11
2018-07-23PCI: pciehp: Track enable/disable statusLukas Wunner1-0/+5
2018-07-23PCI: pciehp: Drop slot workqueueLukas Wunner1-8/+1
2018-07-23PCI: pciehp: Handle events synchronouslyLukas Wunner1-19/+8
2018-07-23PCI: pciehp: Convert to threaded pollingLukas Wunner1-35/+32
2018-07-23PCI: pciehp: Convert to threaded IRQLukas Wunner1-32/+38
2018-07-23PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner1-10/+3
2018-07-23PCI: pciehp: Fix use-after-free on unplugLukas Wunner1-3/+2
2018-07-19PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya1-1/+1