This patch series contains various fixes for pci-mvebu.c driver. Only bugfixes, no new features. For pci-mvebu.c I have prepared another 30+ patches with cleanups and new features, they are currently available in my git branch: https://git.kernel.org/pub/scm/linux/kernel/git/pali/linux.git/log/?h=pci-mvebu Pali Rohár (15): PCI: mvebu: Check for valid ports PCI: mvebu: Check for errors from pci_bridge_emul_init() call PCI: mvebu: Check that PCI bridge specified in DT has function number zero PCI: mvebu: Handle invalid size of read config request PCI: mvebu: Disallow mapping interrupts on emulated bridges PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge PCI: mvebu: Do not modify PCI IO type bits in conf_write PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE registers PCI: mvebu: Setup PCIe controller to Root Complex mode PCI: mvebu: Set PCI Bridge Class Code to PCI Bridge PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated bridge PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on emulated bridge drivers/pci/controller/pci-mvebu.c | 380 ++++++++++++++++++++++++----- 1 file changed, 313 insertions(+), 67 deletions(-) -- 2.20.1