summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-021-10/+3
|\
| * ACPI: hotplug: PCI: Use the new acpi_evaluate_reg() helperHans de Goede2020-05-091-10/+3
* | PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki2020-04-241-1/+1
|/
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-053-4/+7
|\
| * powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-253-3/+3
| * powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran2020-03-252-1/+5
| * PCI: rpaphp: Remove unused variable 'value'Chen Zhou2020-03-251-2/+1
* | Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-041-70/+29
|\ \
| * | s390/pci: embedding hotplug_slot in zdevPierre Morel2020-03-101-70/+29
| |/
* | PCI: pciehp: Fix MSI interrupt raceStuart Hayes2020-03-311-6/+20
* | PCI: pciehp: Fix indefinite wait on sysfs requestsLukas Wunner2020-03-311-7/+7
* | PCI: pciehp: Add DMI table for in-band presence detection disabledStuart Hayes2020-02-201-0/+22
* | PCI: pciehp: Wait for PDS if in-band presence is disabledAlexandru Gagniuc2020-02-201-0/+19
* | PCI: pciehp: Disable in-band presence detect when possibleAlexandru Gagniuc2020-02-202-2/+11
|/
* pci/hotplug/pnv-php: Wrap warnings in macroFrederic Barrat2020-01-231-23/+28
* pci/hotplug/pnv-php: Relax check when disabling slotFrederic Barrat2020-01-231-1/+7
* pci/hotplug/pnv-php: Register opencapi slotsFrederic Barrat2020-01-231-0/+5
* pci/hotplug/pnv-php: Improve error msg on power state change failureFrederic Barrat2020-01-231-5/+11
* pci/hotplug/pnv-php: Remove erroneous warningFrederic Barrat2020-01-231-6/+0
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-037-33/+106
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-11-282-3/+3
| |\
| | * PCI: Fix indentationKrzysztof Kozlowski2019-11-211-1/+1
| | * PCI: Fix typosBjorn Helgaas2019-11-201-2/+2
| * | ACPI / hotplug / PCI: Allocate resources directly under the non-hotplug bridgeMika Westerberg2019-11-131-3/+9
| * | PCI: pciehp: Prevent deadlock on disconnectMika Westerberg2019-11-124-19/+61
| * | PCI: pciehp: Do not disable interrupt twice on suspendMika Westerberg2019-11-121-2/+23
| * | PCI: pciehp: Refactor infinite loop in pcie_poll_cmd()Andy Shevchenko2019-11-111-4/+2
| * | PCI: pciehp: Avoid returning prematurely from sysfs requestsLukas Wunner2019-10-043-2/+8
| |/
* | PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-infoTyrel Datwyler2019-11-131-2/+3
* | PCI: rpaphp: Annotate and correctly byte swap DRC propertiesTyrel Datwyler2019-11-131-14/+15
* | PCI: rpaphp: Add drc-info support for hotplug slot registrationTyrel Datwyler2019-11-131-20/+69
* | PCI: rpaphp: Don't rely on firmware feature to imply drc-info supportTyrel Datwyler2019-11-131-1/+1
* | PCI: rpaphp: Fix up pointer to first drc-info entryTyrel Datwyler2019-11-131-0/+2
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2311-92/+68
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-09-236-12/+1
| |\
| | * PCI: Remove unnecessary returnsKrzysztof Wilczynski2019-08-306-12/+1
| * | Merge branch 'pci/pciehp'Bjorn Helgaas2019-09-234-80/+66
| |\ \
| | * | PCI: pciehp: Refer to "Indicators" instead of "LEDs" in commentsBjorn Helgaas2019-09-052-3/+3
| | * | PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov2019-09-053-43/+7
| | * | PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov2019-09-053-28/+7
| | * | PCI: pciehp: Combine adjacent indicator updatesDenis Efremov2019-09-052-13/+17
| | * | PCI: pciehp: Add pciehp_set_indicators() to set both indicatorsDenis Efremov2019-09-052-0/+39
| | |/
| * / PCI: Mark expected switch fall-throughGustavo A. R. Silva2019-08-081-0/+1
| |/
* | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-202-12/+65
|\ \
| * | pci-hotplug/pnv_php: Add attention indicator supportOliver O'Halloran2019-09-051-1/+13
| * | pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsOliver O'Halloran2019-09-051-0/+6
| * | pci-hotplug/pnv_php: Add a reset_slot() callbackOliver O'Halloran2019-09-051-0/+39
| * | PCI: rpaphp: Avoid a sometimes-uninitialized warningNathan Chancellor2019-08-051-11/+7
| |/
* / PCI/hotplug: remove the sgi_hotplug driverChristoph Hellwig2019-08-163-710/+0
|/
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-147-43/+34
|\