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

2018-10-08 Thread Boris Brezillon
On Mon, 8 Oct 2018 13:39:31 -0500 Adam Ford wrote: > Some boards using simple NAND drivers (like omap3_logic) hang > when executing the new 'mtd list' command. This patch enhances ^One too many spaces here. Also, i don't think it has to do with

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

2018-10-08 Thread Adam Ford
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 ("cmd: mtd: add 'mtd' command") Suggested-by: Boris Brezillon