From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 9 May 2017 16:42:30 +0200 Subject: [U-Boot] [PATCH 2/3] fix: mvebu: pcie_dw: Allow probing empty PCIe slots In-Reply-To: <1490715395-24751-3-git-send-email-kostap@marvell.com> References: <1490715395-24751-1-git-send-email-kostap@marvell.com> <1490715395-24751-3-git-send-email-kostap@marvell.com> Message-ID: <7f4d0d62-813c-5a6c-000a-a6453307e317@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28.03.2017 17:36, kostap at marvell.com wrote: > From: Konstantin Porotchkin > > This patch allows probing all PCIe nodes defined in DTS > even if there no device connected to such node (no link). > Without this fix the driver returns -ENODEV when the PCIe > link is down. As result the pci_init function stops > scanning bus on first empty PCIe slot and all devices > located in higher numbered buses are not discovered. > > Signed-off-by: Konstantin Porotchkin > Cc: Stefan Roese > Cc: Igal Liberman > Cc: Nadav Haklai Applied to u-boot-marvell/master. Thanks, Stefan