aboutsummaryrefslogtreecommitdiff
path: root/core/pcie-slot.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Re-license contributions from YadroOliver O'Halloran1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-13/+4
2019-07-19pci-slot: Allow to create slot for downstream port of any switchIlya Kuznetsov1-7/+2
2019-03-28core/pcie-slot: Don't bail early in the power on caseOliver O'Halloran1-4/+5
2019-03-28core/pcie-slot: Better explain suprise_checkOliver O'Halloran1-16/+11
2019-03-28core/pcie-slot: Set power state from the PWRCTL flagOliver O'Halloran1-3/+3
2018-04-10pcie-slot: Don't fail powering on an already on switchBenjamin Herrenschmidt1-1/+1
2017-11-13core/pcie-slots: Fix coverity possible NULL dereferenceCyril Bur1-2/+3
2017-09-15core/pcie-slots: Make dynamic slot creation genericOliver O'Halloran1-0/+51
2017-05-12GCC7: fixes for -Wimplicit-fallthrough expected regexesStewart Smith1-1/+2
2017-03-31core/pci: Disable surprise hotplug on root portGavin Shan1-5/+7
2017-03-31core/pci: Ignore PCI slot capability on root portGavin Shan1-2/+7
2017-02-22core/pci: Mark broken PDC on slots without surprise hotplug capabilityGavin Shan1-2/+10
2017-02-22astbmc/p8dnu: Enable PCI slot's power supply on PEX9733 in hot-add pathGavin Shan1-3/+10
2017-02-22core/pci: No validation on pd and ecap in pcie_slot_create()Gavin Shan1-15/+11
2017-02-22core/pci: Enforce polling PCIe link in hot-add pathGavin Shan1-0/+14
2017-02-22core/pci: Fix PCIe slot's presenceGavin Shan1-1/+3
2017-02-22core/pci: More reliable way to update PCI slot power stateGavin Shan1-1/+1
2017-02-16core/pci: Avoid hreset after fresetGavin Shan1-1/+2
2016-10-24pci: Remove obsoleted PCI slot pfreset() operationGavin Shan1-1/+0
2016-10-17core/pci: Claim surprise hotplug capabilityGavin Shan1-8/+32
2016-10-17core/pci: Return slot cached power stateGavin Shan1-5/+9
2016-10-17core/pci: Cache power state on slot without power controlGavin Shan1-2/+6
2016-10-17core/pci: Return error on invalid power state transitionGavin Shan1-3/+3
2016-10-11core/pci: Fix initial PCIe slot power stateGavin Shan1-1/+14
2016-06-14core/pci: Support PCI slotGavin Shan1-0/+452