Re: [PATCH 18/39] mtd: nand: denali: move denali_read_page_raw() above denali_read_page()

2016-11-29 Thread Masahiro Yamada
Hi Boris, 2016-11-28 1:10 GMT+09:00 Boris Brezillon : > On Sun, 27 Nov 2016 03:06:04 +0900 > Masahiro Yamada wrote: > >> This will be needed in the next commit to call denali_read_page_raw() >> from denali_read_page(). > > Please squash this change into patch 19. It's clearly useless to > dissoci

Re: [PATCH 18/39] mtd: nand: denali: move denali_read_page_raw() above denali_read_page()

2016-11-27 Thread Boris Brezillon
On Sun, 27 Nov 2016 03:06:04 +0900 Masahiro Yamada wrote: > This will be needed in the next commit to call denali_read_page_raw() > from denali_read_page(). Please squash this change into patch 19. It's clearly useless to dissociate them. > > Signed-off-by: Masahiro Yamada > --- > > drivers

[PATCH 18/39] mtd: nand: denali: move denali_read_page_raw() above denali_read_page()

2016-11-26 Thread Masahiro Yamada
This will be needed in the next commit to call denali_read_page_raw() from denali_read_page(). Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/denali.c | 76 +++ 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/drivers/mtd/nand/dena