Re: [U-Boot] [PATCH v2 11/20] sunxi: spl: deassert the NAND controller reset line

2018-02-26 Thread Maxime Ripard
Hi Wolfgang, On Mon, Feb 26, 2018 at 09:52:21AM +0100, Wolfgang Denk wrote: > Dear Maxime, > > In message <20180226084006.5armemyuslxgq...@flea.lan> you wrote: > > > > > +#if defined CONFIG_MACH_SUN6I || defined CONFIG_MACH_SUN8I || \ > > > +defined CONFIG_MACH_SUN9I || defined

Re: [U-Boot] [PATCH v2 11/20] sunxi: spl: deassert the NAND controller reset line

2018-02-26 Thread Wolfgang Denk
Dear Maxime, In message <20180226084006.5armemyuslxgq...@flea.lan> you wrote: > > > +#if defined CONFIG_MACH_SUN6I || defined CONFIG_MACH_SUN8I || \ > > +defined CONFIG_MACH_SUN9I || defined CONFIG_MACH_SUN50I > > Yep, that would be better. Actually such (ever growing) lists of board

Re: [U-Boot] [PATCH v2 11/20] sunxi: spl: deassert the NAND controller reset line

2018-02-26 Thread Maxime Ripard
On Sat, Feb 24, 2018 at 05:35:06PM +0100, Miquel Raynal wrote: > Hi Maxime, > > On Thu, 22 Feb 2018 14:53:35 +0100, Maxime Ripard > wrote: > > > On Thu, Feb 22, 2018 at 02:33:41PM +0100, Miquel Raynal wrote: > > > Ensure the NAND controller reset line is deasserted

Re: [U-Boot] [PATCH v2 11/20] sunxi: spl: deassert the NAND controller reset line

2018-02-24 Thread Miquel Raynal
Hi Maxime, On Thu, 22 Feb 2018 14:53:35 +0100, Maxime Ripard wrote: > On Thu, Feb 22, 2018 at 02:33:41PM +0100, Miquel Raynal wrote: > > Ensure the NAND controller reset line is deasserted before use. > > > > Signed-off-by: Miquel Raynal >

Re: [U-Boot] [PATCH v2 11/20] sunxi: spl: deassert the NAND controller reset line

2018-02-22 Thread Maxime Ripard
On Thu, Feb 22, 2018 at 02:33:41PM +0100, Miquel Raynal wrote: > Ensure the NAND controller reset line is deasserted before use. > > Signed-off-by: Miquel Raynal > --- > board/sunxi/board.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/board/sunxi/board.c

[U-Boot] [PATCH v2 11/20] sunxi: spl: deassert the NAND controller reset line

2018-02-22 Thread Miquel Raynal
Ensure the NAND controller reset line is deasserted before use. Signed-off-by: Miquel Raynal --- board/sunxi/board.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/sunxi/board.c b/board/sunxi/board.c index 8891961dcc..54ac018b80 100644 ---