aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.18.114 into lineage-15.1Nathan Chancellor2018-07-033-3/+14
|\
| * PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg2018-07-033-3/+14
* | Merge 3.18.106 into lineage-15.1Nathan Chancellor2018-04-241-7/+16
|\|
| * ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()Mika Westerberg2018-04-241-7/+16
* | Merge 3.18.87 into kernel.lnx.3.18.r22-relNathan Chancellor2017-12-091-0/+2
|\|
| * PCI: shpchp: Enable bridge bus mastering if MSI is enabledAleksandr Bezzubikov2017-09-271-0/+2
* | Merge tag 'v3.18.27' into linux-linaro-lsk-v3.18Alex Shi2016-02-261-1/+3
|\|
| * ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()Insu Yun2016-02-151-1/+3
* | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-11-111-2/+6
|/
* PCI: pciehp: Wait for hotplug command completion where necessaryAlex Williamson2015-07-031-14/+38
* PCI: cpcihp: Add missing curly braces in cpci_configure_slot()Dan Carpenter2015-04-221-1/+2
* Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"Kamal Mostafa2014-10-271-7/+0
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-0924-561/+144
|\
| *-. Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into...Bjorn Helgaas2014-09-2516-101/+121
| |\ \
| | | * PCI: Remove assignment from complicated "if" conditionsQuentin Lambert2014-09-241-4/+9
| | | * PCI: Remove assignment from "if" conditionsQuentin Lambert2014-09-248-27/+56
| | | * PCI: Remove unnecessary curly bracesQuentin Lambert2014-09-248-36/+22
| | | * PCI: Add space before open parenthesisQuentin Lambert2014-09-248-39/+39
| | |/
| * | PCI: pciehp: Stop disabling notifications during initYinghai Lu2014-09-231-3/+0
| * | PCI: pciehp: Add more Slot Control debug outputYinghai Lu2014-09-231-1/+9
| * | PCI: pciehp: Fix wait time in timeout messageYinghai Lu2014-09-231-1/+1
| * | PCI: pciehp: Prevent NULL dereference during probeAndreas Noever2014-09-161-0/+7
| * | PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas2014-09-122-2/+2
| * | ACPI / hotplug / PCI: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-10/+1
| * | PCI: shpchp: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-7/+1
| * | PCI: pciehp: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-4/+1
| * | PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas2014-09-122-177/+1
| * | PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.cBjorn Helgaas2014-09-121-251/+0
| * | PCI: pciehp: Configure hot-added display devicesBjorn Helgaas2014-09-121-5/+1
* | | PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu2014-09-221-1/+1
| | |
| \ \
*-. | | Merge branch 'pci/vga'; commit '6a73336bde29' into for-linusBjorn Helgaas2014-09-181-5/+1
|\ \| | | | |/ | |/|
| | * PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas2014-09-121-5/+1
| |/
* / PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2014-09-102-10/+18
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-2/+2
|\
| * of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-08-071-2/+2
|\ \
| * | s390/pci: fix kmsg componentGerald Schaefer2014-07-221-2/+2
| |/
* | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-20/+13
|\ \
| * | ACPI / hotplug / PCI: Fix sparse non static symbol warningWei Yongjun2014-07-201-1/+1
| * | ACPI / hotplug: Simplify acpi_set_hp_context()Rafael J. Wysocki2014-07-161-3/+4
| * | ACPI / hotplug / PCI: Eliminate acpiphp_dev_to_bridge()Rafael J. Wysocki2014-07-161-16/+8
| |/
* | PCI: cpqphp: Remove unnecessary null test before debugfs_remove()Fabian Frederick2014-07-071-2/+1
* | PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe2014-07-071-1/+1
* | PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain2014-07-052-11/+1
* | PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas2014-06-171-30/+5
* | PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas2014-06-172-5/+29
* | PCI: pciehp: Wait for hotplug command completion lazilyBjorn Helgaas2014-06-171-4/+3
* | PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas2014-06-162-16/+18
* | PCI: Prevent NULL dereference during pciehp probeAndreas Noever2014-06-161-0/+7
|/
* Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-1233-355/+303
|\