aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23PCI: pciehp: Convert to threaded pollingLukas Wunner2-37/+34
2018-07-23PCI: pciehp: Convert to threaded IRQLukas Wunner2-32/+41
2018-07-23PCI: pciehp: Document struct slot and struct controllerLukas Wunner1-4/+44
2018-07-23PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner3-11/+6
2018-07-23PCI: pciehp: Drop unnecessary NULL pointer checkLukas Wunner1-3/+0
2018-07-23PCI: pciehp: Fix unprotected list iteration in IRQ handlerLukas Wunner1-10/+3
2018-07-23PCI: pciehp: Fix use-after-free on unplugLukas Wunner3-3/+10
2018-07-23PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner1-0/+9
2018-07-23PCI: hotplug: Delete skeleton driverLukas Wunner1-348/+0
2018-07-19PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya1-1/+1
2018-07-19PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya1-2/+3
2018-07-12PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva2-0/+4
2018-06-26PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas2-17/+40
2018-06-26PCI: shpchp: Manage SHPC unconditionally on non-ACPI systemsBjorn Helgaas1-1/+9
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas11-98/+148
2018-06-04ACPI / hotplug / PCI: Drop unnecessary parenthesesMika Westerberg1-2/+2
2018-06-04ACPI / hotplug / PCI: Mark stale PCI devices disconnectedMika Westerberg1-0/+5
2018-06-04ACPI / hotplug / PCI: Don't scan bridges managed by native hotplugMika Westerberg1-17/+58
2018-06-04PCI: shpchp: Add shpchp_is_native()Mika Westerberg3-16/+3
2018-06-04PCI: shpchp: Fix AMD POGO identificationBjorn Helgaas1-4/+4
2018-06-02PCI: shpchp: Use dev_printk() for OSHP-related messagesBjorn Helgaas1-7/+6
2018-06-02PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapperMika Westerberg2-11/+1
2018-06-02PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsMika Westerberg2-4/+2
2018-06-02PCI: shpchp: Rely on previous _OSC resultsMika Westerberg1-19/+10
2018-06-02PCI: shpchp: Convert SHPC to be builtin onlyMika Westerberg1-4/+1
2018-05-23PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on resumeMika Westerberg3-3/+14
2018-05-23PCI: pnv_php: Add missing of_node_put()Julia Lawall1-2/+6
2018-05-17PCI: Add generic pcie_wait_for_link() interfaceOza Pawandeep1-17/+3
2018-05-07PCI: pciehp: Add quirk for Command Completed errataBjorn Helgaas1-12/+39
2018-04-20PCI: ibmphp: Fix use-before-set in get_max_bus_speed()Dan Carpenter1-1/+1
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas1-1/+2
2018-03-23ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()Mika Westerberg1-7/+16
2018-03-13PCI/hotplug: ppc: correct a php_slot usage after freeSimon Guo1-1/+1
2018-03-09PCI/portdrv: Merge pcieport_if.h into portdrv.hBjorn Helgaas1-1/+1
2018-02-28PCI: cpqphp: Fix possible NULL pointer dereferenceShawn Lin1-7/+5
2018-02-22PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/Frederick Lawler1-1/+2
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+4
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds48-818/+153
2018-02-04PCI: acpiphp_ibm: prepare for acpi_get_object_info() no longer returning statusHans de Goede1-1/+4
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas48-656/+48
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas10-131/+80
2018-01-31Merge branch 'pci/hotplug' into nextBjorn Helgaas3-24/+7
2018-01-29PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statementBjorn Helgaas1-2/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas45-650/+45
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas1-4/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-23PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner1-0/+7
2018-01-21hotplug/drc-info: Add code to search ibm,drc-info propertyMichael Bringmann4-37/+94
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler4-43/+39