From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 2 Dec 2019 17:21:58 +0800 Subject: [U-Boot] [PATCH] drivers: pci: ignore disabled devices In-Reply-To: <20191201164518.23656-1-michael@walle.cc> References: <20191201164518.23656-1-michael@walle.cc> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Dec 2, 2019 at 12:45 AM Michael Walle wrote: > > PCI devices may be disabled in the device tree. Devices which are probed > by the device tree handle the "status" property and are skipped if > disabled. Devices which are probed by the PCI enumeration don't check > that property. Fix it. > > Signed-off-by: Michael Walle > --- > drivers/pci/pci-uclass.c | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: Bin Meng