summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorLines
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas-98/+148
2018-06-04ACPI / hotplug / PCI: Drop unnecessary parenthesesMika Westerberg-2/+2
2018-06-04ACPI / hotplug / PCI: Mark stale PCI devices disconnectedMika Westerberg-0/+5
2018-06-04ACPI / hotplug / PCI: Don't scan bridges managed by native hotplugMika Westerberg-17/+58
2018-06-04PCI: shpchp: Add shpchp_is_native()Mika Westerberg-16/+3
2018-06-04PCI: shpchp: Fix AMD POGO identificationBjorn Helgaas-4/+4
2018-06-02PCI: shpchp: Use dev_printk() for OSHP-related messagesBjorn Helgaas-7/+6
2018-06-02PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg-11/+1
2018-06-02PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsMika Westerberg-4/+2
2018-06-02PCI: shpchp: Rely on previous _OSC resultsMika Westerberg-19/+10
2018-06-02PCI: shpchp: Convert SHPC to be builtin onlyMika Westerberg-4/+1
2018-05-23PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg-3/+14
2018-05-23PCI: pnv_php: Add missing of_node_put()Julia Lawall-2/+6
2018-05-17PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep-17/+3
2018-05-07PCI: pciehp: Add quirk for Command Completed errataBjorn Helgaas-12/+39
2018-04-20PCI: ibmphp: Fix use-before-set in get_max_bus_speed()Dan Carpenter-1/+1
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas-1/+2
2018-03-23ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()Mika Westerberg-7/+16
2018-03-13PCI/hotplug: ppc: correct a php_slot usage after freeSimon Guo-1/+1
2018-03-09PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas-1/+1
2018-02-28PCI: cpqphp: Fix possible NULL pointer dereferenceShawn Lin-7/+5
2018-02-22PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler-1/+2
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+4
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-818/+153
2018-02-04PCI: acpiphp_ibm: prepare for acpi_get_object_info() no longer returning statusHans de Goede-1/+4
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas-656/+48
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas-131/+80
2018-01-31Merge branch 'pci/hotplug' into nextBjorn Helgaas-24/+7
2018-01-29PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statementBjorn Helgaas-2/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas-650/+45
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas-4/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas-0/+1
2018-01-23PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner-0/+7
2018-01-21hotplug/drc-info: Add code to search ibm,drc-info propertyMichael Bringmann-37/+94
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler-43/+39
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring-88/+41
2018-01-17PCI: ibmphp: Deprecate pci_get_bus_and_slot()Sinan Kaya-3/+4
2018-01-17PCI: cpqhp: Deprecate pci_get_bus_and_slot()Sinan Kaya-4/+14
2017-12-18PCI: hotplug: Drop checking of PCI_BRIDGE_CONTROL in *_unconfigure_device()Mika Westerberg-24/+0
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-63/+60
2017-11-06PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg-3/+8
2017-11-06PCI: pciehp: Fix race condition handling surprise link downMika Westerberg-5/+10
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko-21/+12
2017-11-06PCI: shpchp: Convert timers to use timer_setup()Kees Cook-6/+3
2017-11-06PCI: cpqphp: Convert timers to use timer_setup()Kees Cook-12/+12
2017-11-06PCI: pciehp: Convert timers to use timer_setup()Kees Cook-8/+4
2017-11-06PCI: ibmphp: Use common error handling code in unconfigure_boot_device()Markus Elfring-8/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-07Merge branch 'pci/misc' into nextBjorn Helgaas-15/+15