summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* 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-071-20/+13Star
|\ \
| * | 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/+8Star
| |/
* | PCI: cpqphp: Remove unnecessary null test before debugfs_remove()Fabian Frederick2014-07-071-2/+1Star
* | 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/+1Star
* | PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas2014-06-171-30/+5Star
* | 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/+3Star
* | 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/+303Star
|\
| * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-1115-112/+71Star
| * PCI: Whitespace cleanupRyan Desfosses2014-06-1128-224/+218Star
| * PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-104-19/+14Star
* | ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2014-06-112-18/+52
* | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-0212-26/+23Star
|\|
| *---. Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-296-11/+7Star
| |\ \ \
| | | * | PCI: pciehp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1Star
| | | * | PCI: acpiphp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1Star
| | | * | PCI: cpcihp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1Star
| | | * | PCI: shpchp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1Star
| | | * | PCI: rpaphp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1Star
| | | |/
| | * | PCI: cpqphp: Fix possible null pointer dereferenceRickard Strandqvist2014-05-281-1/+2
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ...Bjorn Helgaas2014-04-309-15/+16
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | | * PCI: Remove unnecessary __ref annotationsBjorn Helgaas2014-04-303-3/+3
| | | * PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-153-3/+0Star
| | |/ | |/|
| | * PCI: rphahp: Fix endianess issuesLaurent Dufour2014-04-251-6/+9
| | * PCI: pciehp: Acknowledge spurious "cmd completed" eventRajat Jain2014-04-251-0/+2
| | * PCI: pciehp: Use PCI_EXP_SLTCAP_PSN defineBjorn Helgaas2014-04-151-1/+1
| | * PCI: hotplug: Remove unnecessary "dev->bus" testBjorn Helgaas2014-04-151-2/+1Star
| |/
* / PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum2014-05-151-2/+2
|/
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-028-80/+194
|\
| * Merge branch 'pci/pciehp' into nextBjorn Helgaas2014-02-206-75/+189
| |\
| | * PCI: pciehp: Cleanup whitespaceBjorn Helgaas2014-02-193-5/+6
| | * PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2014-02-192-5/+13
| | * PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang2014-02-142-2/+3
| | * PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain2014-02-124-3/+23
| | * PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain2014-02-121-9/+20
| | * PCI: pciehp: Disable link notification across slot resetRajat Jain2014-02-121-13/+17
| | * PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain2014-02-121-18/+0Star
| | * PCI: pciehp: Don't disable the link permanently during removalRajat Jain2014-02-121-18/+0Star
| | * PCI: pciehp: Enable link state change notificationsRajat Jain2014-02-121-2/+11
| | * PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain2014-02-113-1/+96
| | * PCI: pciehp: Make check_link_active() non-staticRajat Jain2014-02-112-3/+4