From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Wed, 10 Oct 2018 15:09:41 +0200 Subject: [U-Boot] [PATCH V3] mtd: uboot: Fix hanging during mtd list command In-Reply-To: References: <20181008191303.22821-1-aford173@gmail.com> Message-ID: <20181010150941.70467ada@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Jagan, Jagan Teki wrote on Wed, 10 Oct 2018 11:32:02 +0530: > On Tue, Oct 9, 2018 at 12:43 AM Adam Ford wrote: > > > > Some boards (like omap3_logic) hang when trying to access > > address 0. This happens when executing the new 'mtd list' command. > > This patch enhances the checks for conditions that would > > preclude mtd_probe_devices() from operating. > > > > Fixes: 5db66b3aee6f ("cmd: mtd: add 'mtd' command") > > Suggested-by: Boris Brezillon > > Signed-off-by: Adam Ford > > Reviewed-by: Boris Brezillon > > --- =20 >=20 > Applied to u-boot-spi/master Thanks for taking the patch but I wonder: shouldn't we apply this patch sooner, ie. in the next -rc? Actually, it has barely nothing to do with the SPI subsystem anyway. Thanks, Miqu=C3=A8l