Re: [U-Boot] [U-boot] [PATCH] mtd: nand: davinci: add header file for driver definitions

2014-05-30 Thread Murali Karicheri
On 5/29/2014 11:58 AM, Ivan Khoronzhuk wrote: The definitions inside emif_defs.h concern davinci nand driver and should be in it's header. So create header file for davinci nand driver and move definitions from emif_defs.h to it. Ivan, It is difficult to see what is done here. Can you rename th

Re: [U-Boot] [U-boot] [PATCH] mtd: nand: davinci: add header file for driver definitions

2014-05-30 Thread Ivan Khoronzhuk
On 05/29/2014 07:13 PM, Murali Karicheri wrote: On 5/29/2014 11:58 AM, Ivan Khoronzhuk wrote: The definitions inside emif_defs.h concern davinci nand driver and should be in it's header. So create header file for davinci nand driver and move definitions from emif_defs.h to it. Ivan, It is dif

[U-Boot] [U-boot] [PATCH] mtd: nand: davinci: add header file for driver definitions

2014-05-30 Thread Ivan Khoronzhuk
The definitions inside emif_defs.h concern davinci nand driver and should be in it's header. So create header file for davinci nand driver and move definitions from emif_defs.h to it. Acked-by: Vitaly Andrianov Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/aemif.c