Re: [U-Boot] [PATCH] mtd: uboot: Fix hanging during mtd list command

2018-10-08 Thread Adam Ford
On Mon, Oct 8, 2018 at 1:28 PM Boris Brezillon wrote: > > On Mon, 8 Oct 2018 13:23:06 -0500 > Adam Ford wrote: > > > Some boards using simple NAND drivers (like omap3_logic) hang > > when executing the new 'mtd list' command. This patch enhances > > the checks for conditions that would

Re: [U-Boot] [PATCH] mtd: uboot: Fix hanging during mtd list command

2018-10-08 Thread Boris Brezillon
On Mon, 8 Oct 2018 13:23:06 -0500 Adam Ford wrote: > Some boards using simple NAND drivers (like omap3_logic) hang > when executing the new 'mtd list' command. This patch enhances > the checks for conditions that would preclude mtd_probe_devices() > from operating. > > Fixes: 5db66b3aee6f