From mboxrd@z Thu Jan 1 00:00:00 1970 From: kostap at marvell.com Date: Tue, 28 Mar 2017 18:36:32 +0300 Subject: [U-Boot] [PATCH 0/3] Marvell A7K/A8K PCIe fixes and extensions Message-ID: <1490715395-24751-1-git-send-email-kostap@marvell.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Konstantin Porotchkin This patch series includes fix for the mvebu DW PCIe driver that allows scanning of empty (unlinked) PCIe slots. The default DTS file for Armada-8040-DB is re-arranged and aligned with Marvell default configuration "A" for this board. PCIe devices scan is added to the early init stage for eliminating need for usage of "pci enum" command on every reboot. Konstantin Porotchkin (3): arm64: mvebu: Trigger PCI devices scan at early init stage fix: mvebu: pcie_dw: Allow probing empty PCIe slots mvebu: dts: a80x0: Sync the DB DTS with standard config A arch/arm/dts/armada-8040-db.dts | 222 +++++++++++++++++++------------------ arch/arm/mach-mvebu/arm64-common.c | 13 ++- drivers/pci/pcie_dw_mvebu.c | 10 +- 3 files changed, 131 insertions(+), 114 deletions(-) -- 2.7.4