Re: [PATCH 28/39] mtd: nand: denali: move multi NAND fixup code to a helper function

2016-11-30 Thread Boris Brezillon
On Wed, 30 Nov 2016 15:09:27 +0900 Masahiro Yamada wrote: > Hi Boris, > > > 2016-11-28 1:24 GMT+09:00 Boris Brezillon > : > > On Sun, 27 Nov 2016 03:06:14 +0900 > > Masahiro Yamada wrote: > > > >> Collect multi NAND fixups into a helper function instead of > >> scattering them in denali_ini

Re: [PATCH 28/39] mtd: nand: denali: move multi NAND fixup code to a helper function

2016-11-29 Thread Masahiro Yamada
Hi Boris, 2016-11-28 1:24 GMT+09:00 Boris Brezillon : > On Sun, 27 Nov 2016 03:06:14 +0900 > Masahiro Yamada wrote: > >> Collect multi NAND fixups into a helper function instead of >> scattering them in denali_init(). > > Can you tell me more about this multi-NAND feature? > The core is already

Re: [PATCH 28/39] mtd: nand: denali: move multi NAND fixup code to a helper function

2016-11-27 Thread Boris Brezillon
On Sun, 27 Nov 2016 03:06:14 +0900 Masahiro Yamada wrote: > Collect multi NAND fixups into a helper function instead of > scattering them in denali_init(). Can you tell me more about this multi-NAND feature? The core is already able to detect multi-die NAND chips in a generic way, but I fear thi

[PATCH 28/39] mtd: nand: denali: move multi NAND fixup code to a helper function

2016-11-26 Thread Masahiro Yamada
Collect multi NAND fixups into a helper function instead of scattering them in denali_init(). Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/denali.c | 51 --- 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/drivers/mtd/nand/denal