aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-22PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu1-1/+1
2014-09-18Merge branch 'pci/vga'; commit '6a73336bde29' into for-linusBjorn Helgaas1-5/+1
2014-09-12PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas1-5/+1
2014-09-10PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2-10/+18
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-20/+13
2014-07-22s390/pci: fix kmsg componentGerald Schaefer1-2/+2
2014-07-20ACPI / hotplug / PCI: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-07-16ACPI / hotplug: Simplify acpi_set_hp_context()Rafael J. Wysocki1-3/+4
2014-07-16ACPI / hotplug / PCI: Eliminate acpiphp_dev_to_bridge()Rafael J. Wysocki1-16/+8
2014-07-07PCI: cpqphp: Remove unnecessary null test before debugfs_remove()Fabian Frederick1-2/+1
2014-07-07PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe1-1/+1
2014-07-05PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain2-11/+1
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely1-2/+2
2014-06-17PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas1-30/+5
2014-06-17PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas2-5/+29
2014-06-17PCI: pciehp: Wait for hotplug command completion lazilyBjorn Helgaas1-4/+3
2014-06-16PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas2-16/+18
2014-06-16PCI: Prevent NULL dereference during pciehp probeAndreas Noever1-0/+7
2014-06-12Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds33-355/+303
2014-06-11ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2-18/+52
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses15-112/+71
2014-06-10PCI: Whitespace cleanupRyan Desfosses28-224/+218
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses4-19/+14
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds12-26/+23
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas6-11/+7
2014-05-27PCI: cpqphp: Fix possible null pointer dereferenceRickard Strandqvist1-1/+2
2014-05-27PCI: pciehp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: acpiphp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: cpcihp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: shpchp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-27PCI: rpaphp: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-15PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum1-2/+2
2014-04-29Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into nextBjorn Helgaas9-15/+16
2014-04-29PCI: Remove unnecessary __ref annotationsBjorn Helgaas3-3/+3
2014-04-25PCI: rphahp: Fix endianess issuesLaurent Dufour1-6/+9
2014-04-24PCI: pciehp: Acknowledge spurious "cmd completed" eventRajat Jain1-0/+2
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker3-3/+0
2014-04-14PCI: pciehp: Use PCI_EXP_SLTCAP_PSN defineBjorn Helgaas1-1/+1
2014-04-14PCI: hotplug: Remove unnecessary "dev->bus" testBjorn Helgaas1-2/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds8-80/+194
2014-03-06Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki1-5/+2
2014-03-05ACPI / hotplug / PCI: Use pci_device_is_present()Rafael J. Wysocki1-5/+2
2014-02-21ACPI / dock: Add .uevent() callback to struct acpi_hotplug_contextRafael J. Wysocki1-4/+4
2014-02-21ACPI / dock: Use callback pointers from devices' ACPI hotplug contextsRafael J. Wysocki1-70/+49
2014-02-21ACPI / dock: Use ACPI device object pointers instead of ACPI handlesRafael J. Wysocki1-3/+3
2014-02-21Merge branch 'acpi-pci-hotplug' into acpi-dockRafael J. Wysocki1-10/+19
2014-02-21ACPI / hotplug: Add .fixup() callback to struct acpi_hotplug_contextRafael J. Wysocki1-1/+1
2014-02-21ACPI / hotplug / PCI: Do not clear event callback pointer for docksRafael J. Wysocki1-7/+0