This patch series add slot support to pci-mvebu.c driver. It is based on branch pci/mvebu of git repository: https://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git Some patches were reviewed in other patch series. Pali Rohár (6): PCI: Add PCI_EXP_SLTCTL_ASPL_DISABLE macro PCI: Add PCI_EXP_SLTCAP_*_SHIFT macros dt-bindings: Add 'slot-power-limit-milliwatt' PCIe port property PCI: Add function for parsing 'slot-power-limit-milliwatt' DT property PCI: mvebu: Add support for sending Set_Slot_Power_Limit message ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties Documentation/devicetree/bindings/pci/pci.txt | 6 ++ arch/arm/boot/dts/armada-385-turris-omnia.dts | 3 + drivers/pci/controller/pci-mvebu.c | 85 +++++++++++++++++-- drivers/pci/of.c | 64 ++++++++++++++ drivers/pci/pci.h | 15 ++++ include/uapi/linux/pci_regs.h | 4 + 6 files changed, 172 insertions(+), 5 deletions(-) -- 2.20.1