summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridgeMika Westerberg2018-09-261-5/+6
* 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-191-1/+1
| * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-191-2/+3
* | Merge branch 'pci/misc'Bjorn Helgaas2018-08-151-0/+2
|\ \
| * | PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva2018-07-122-0/+4
| |/
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-08-1519-905/+658
|\ \
| * | PCI: pciehp: Deduplicate presence check on probe & resumeLukas Wunner2018-07-312-31/+46
| * | PCI: pciehp: Avoid implicit fallthroughs in switch statementsLukas Wunner2018-07-311-0/+5
| * | PCI: pciehp: Resume parent to D0 on config space accessLukas Wunner2018-07-312-0/+21
| * | PCI: pciehp: Resume to D0 on enable/disableLukas Wunner2018-07-311-0/+6
| * | PCI: pciehp: Support interrupts sent from D3hotLukas Wunner2018-07-312-2/+48
| * | PCI: pciehp: Obey compulsory command delay after resumeLukas Wunner2018-07-311-0/+4
| * | PCI: pciehp: Clear spurious events earlier on resumeLukas Wunner2018-07-313-16/+20
| * | PCI: pciehp: Avoid slot access during resetLukas Wunner2018-07-313-7/+14
| * | PCI: pciehp: Always enable occupied slot on probeLukas Wunner2018-07-232-15/+6
| * | PCI: pciehp: Become resilient to missed eventsLukas Wunner2018-07-233-53/+40
| * | PCI: pciehp: Tolerate initially unstable linkLukas Wunner2018-07-231-0/+5
| * | PCI: pciehp: Declare pciehp_enable/disable_slot() staticLukas Wunner2018-07-232-4/+5
| * | PCI: pciehp: Drop enable/disable lockLukas Wunner2018-07-233-15/+0
| * | PCI: pciehp: Enable/disable exclusively from IRQ threadLukas Wunner2018-07-234-60/+93
| * | PCI: pciehp: Track enable/disable statusLukas Wunner2018-07-233-13/+35
| * | PCI: pciehp: Publish to user space last on probeLukas Wunner2018-07-231-5/+15
| * | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-2313-158/+149
| * | PCI: pciehp: Drop slot workqueueLukas Wunner2018-07-234-17/+2
| * | PCI: pciehp: Handle events synchronouslyLukas Wunner2018-07-233-158/+67
| * | PCI: pciehp: Stop blinking on slot enable failureLukas Wunner2018-07-232-38/+42
| * | PCI: pciehp: Convert to threaded pollingLukas Wunner2018-07-232-37/+34
| * | PCI: pciehp: Convert to threaded IRQLukas Wunner2018-07-232-32/+41
| * | PCI: pciehp: Document struct slot and struct controllerLukas Wunner2018-07-231-4/+44
| * | PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-233-11/+6
| * | PCI: pciehp: Drop unnecessary NULL pointer checkLukas Wunner2018-07-231-3/+0
| * | PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner2018-07-231-10/+3
| * | PCI: pciehp: Fix use-after-free on unplugLukas Wunner2018-07-233-3/+10
| * | PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner2018-07-231-0/+9
| * | PCI: hotplug: Delete skeleton driverLukas Wunner2018-07-231-348/+0
| * | PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas2018-06-262-17/+40
* | | PCI: Fix is_added/is_busmaster race conditionHari Vyas2018-07-311-1/+1
|/ /
* / PCI: shpchp: Manage SHPC unconditionally on non-ACPI systemsBjorn Helgaas2018-06-261-1/+9
|/
* Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-0611-98/+148
|\
| * ACPI / hotplug / PCI: Drop unnecessary parenthesesMika Westerberg2018-06-041-2/+2
| * ACPI / hotplug / PCI: Mark stale PCI devices disconnectedMika Westerberg2018-06-041-0/+5
| * ACPI / hotplug / PCI: Don't scan bridges managed by native hotplugMika Westerberg2018-06-041-17/+58
| * PCI: shpchp: Add shpchp_is_native()Mika Westerberg2018-06-043-16/+3
| * PCI: shpchp: Fix AMD POGO identificationBjorn Helgaas2018-06-041-4/+4
| * PCI: shpchp: Use dev_printk() for OSHP-related messagesBjorn Helgaas2018-06-021-7/+6
| * PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg2018-06-022-11/+1
| * PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsMika Westerberg2018-06-022-4/+2
| * PCI: shpchp: Rely on previous _OSC resultsMika Westerberg2018-06-021-19/+10