[U-Boot] [PATCH v12 2/8] mtd: uclass: add probe function

2018-09-29 Thread Miquel Raynal
The user might want to trigger the probe of any MTD device, export these functions so they can be called from a command source file. Signed-off-by: Miquel Raynal Acked-by: Jagan Teki Reviewed-by: Stefan Roese Reviewed-by: Boris Brezillon --- drivers/mtd/mtd-uclass.c | 16

[U-Boot] [PATCH v12 1/8] dm: drop unused helper in MTD header

2018-09-29 Thread Miquel Raynal
include/mtd.h might be included by files even if CONFIG_DM is not enabled. In this case, the call to dev_get_uclass_priv() would trigger a build error. Because this helper has no user, let's drop it off. Signed-off-by: Miquel Raynal --- include/mtd.h | 11 --- 1 file changed, 11

Re: [U-Boot] [PATCH v10 0/7] SPI-NAND support (third batch)

2018-09-29 Thread Miquel Raynal
Hi Jagan, Jagan Teki wrote on Fri, 28 Sep 2018 19:09:21 +0530: > On Fri, Sep 28, 2018 at 3:10 PM Miquel Raynal > wrote: > > > > Hi Miquel, > > > > Miquel Raynal wrote on Fri, 28 Sep 2018 > > 09:35:02 +0200: > > > > > Hi Jagan, > > > > > > Jagan Teki wrote on Fri, 28 Sep 2018 > > >

<    1   2