aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorFilesLines
2020-01-23pci/hotplug/pnv-php: Wrap warnings in macroGravatar Frederic Barrat 1-23/+28
2020-01-23pci/hotplug/pnv-php: Relax check when disabling slotGravatar Frederic Barrat 1-1/+7
2020-01-23pci/hotplug/pnv-php: Register opencapi slotsGravatar Frederic Barrat 1-0/+5
2020-01-23pci/hotplug/pnv-php: Improve error msg on power state change failureGravatar Frederic Barrat 1-5/+11
2020-01-23pci/hotplug/pnv-php: Remove erroneous warningGravatar Frederic Barrat 1-6/+0
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-33/+106
2019-11-28Merge branch 'pci/trivial'Gravatar Bjorn Helgaas 2-3/+3
2019-11-21PCI: Fix indentationGravatar Krzysztof Kozlowski 1-1/+1
2019-11-20PCI: Fix typosGravatar Bjorn Helgaas 1-2/+2
2019-11-13ACPI / hotplug / PCI: Allocate resources directly under the non-hotplug bridgeGravatar Mika Westerberg 1-3/+9
2019-11-13PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-infoGravatar Tyrel Datwyler 1-2/+3
2019-11-13PCI: rpaphp: Annotate and correctly byte swap DRC propertiesGravatar Tyrel Datwyler 1-14/+15
2019-11-13PCI: rpaphp: Add drc-info support for hotplug slot registrationGravatar Tyrel Datwyler 1-20/+69
2019-11-13PCI: rpaphp: Don't rely on firmware feature to imply drc-info supportGravatar Tyrel Datwyler 1-1/+1
2019-11-13PCI: rpaphp: Fix up pointer to first drc-info entryGravatar Tyrel Datwyler 1-0/+2
2019-11-12PCI: pciehp: Prevent deadlock on disconnectGravatar Mika Westerberg 4-19/+61
2019-11-12PCI: pciehp: Do not disable interrupt twice on suspendGravatar Mika Westerberg 1-2/+23
2019-11-11PCI: pciehp: Refactor infinite loop in pcie_poll_cmd()Gravatar Andy Shevchenko 1-4/+2
2019-10-04PCI: pciehp: Avoid returning prematurely from sysfs requestsGravatar Lukas Wunner 3-2/+8
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 11-92/+68
2019-09-23Merge branch 'pci/trivial'Gravatar Bjorn Helgaas 6-12/+1
2019-09-23Merge branch 'pci/pciehp'Gravatar Bjorn Helgaas 4-80/+66
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-12/+65
2019-09-05PCI: pciehp: Refer to "Indicators" instead of "LEDs" in commentsGravatar Bjorn Helgaas 2-3/+3
2019-09-05PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Gravatar Denis Efremov 3-43/+7
2019-09-05PCI: pciehp: Remove pciehp_set_attention_status()Gravatar Denis Efremov 3-28/+7
2019-09-05PCI: pciehp: Combine adjacent indicator updatesGravatar Denis Efremov 2-13/+17
2019-09-05PCI: pciehp: Add pciehp_set_indicators() to set both indicatorsGravatar Denis Efremov 2-0/+39
2019-09-05pci-hotplug/pnv_php: Add attention indicator supportGravatar Oliver O'Halloran 1-1/+13
2019-09-05pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsGravatar Oliver O'Halloran 1-0/+6
2019-09-05pci-hotplug/pnv_php: Add a reset_slot() callbackGravatar Oliver O'Halloran 1-0/+39
2019-08-30PCI: Remove unnecessary returnsGravatar Krzysztof Wilczynski 6-12/+1
2019-08-16PCI/hotplug: remove the sgi_hotplug driverGravatar Christoph Hellwig 3-710/+0
2019-08-08PCI: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-08-05PCI: rpaphp: Avoid a sometimes-uninitialized warningGravatar Nathan Chancellor 1-11/+7
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-43/+34
2019-05-13Merge branch 'pci/printk-portdrv'Gravatar Bjorn Helgaas 5-42/+28
2019-05-09PCI: pciehp: Remove pointless MY_NAME definitionGravatar Bjorn Helgaas 2-3/+1
2019-05-09PCI: pciehp: Remove pointless PCIE_MODULE_NAME definitionGravatar Bjorn Helgaas 1-3/+1
2019-05-09PCI: pciehp: Remove unused dbg/err/info/warn() wrappersGravatar Frederick Lawler 3-12/+3
2019-05-09PCI: pciehp: Log messages with pci_dev, not pcie_deviceGravatar Frederick Lawler 5-10/+19
2019-05-09PCI: pciehp: Replace pciehp_debug module param with dyndbgGravatar Frederick Lawler 2-13/+6
2019-05-09PCI: pciehp: Remove pciehp_debug usesGravatar Bjorn Helgaas 1-8/+5
2019-04-10PCI: rpaphp: Get/put device node reference during slot alloc/deallocGravatar Tyrel Datwyler 1-1/+2
2019-04-10PCI: rpadlpar: Fix leaked device_node references in add/remove pathsGravatar Tyrel Datwyler 1-0/+4
2019-04-10PCI: pciehp: Ignore Link State Changes after powering off a slotGravatar Sergey Miroshnichenko 1-0/+4
2019-03-06Merge branch 'pci/pm'Gravatar Bjorn Helgaas 1-2/+15
2019-03-06Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-0/+2
2019-02-15PCI: pciehp: Disable Data Link Layer State Changed event on suspendGravatar Mika Westerberg 1-2/+15
2019-02-01PCI: pciehp: Add HXT quirk for Command Completed errataGravatar Shunyong Yang 1-0/+2