[PATCH 03/14] ARM: i.MX: xload nand: add common readid

2022-11-01 Thread Sascha Hauer
mxs_nand_check_onfi() and mxs_nand_read_id() setup the same DMA descriptors with only a small difference. factor out a common read_id function from it and share the code. Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/xload-gpmi-nand.c | 148 ++-- 1 file changed, 54 in

Re: [PATCH 03/14] ARM: i.MX: xload nand: add common readid

2022-11-02 Thread Marco Felsch
Hi Sascha, On 22-11-01, Sascha Hauer wrote: > mxs_nand_check_onfi() and mxs_nand_read_id() setup the same DMA > descriptors with only a small difference. factor out a common > read_id function from it and share the code. > > Signed-off-by: Sascha Hauer > --- > arch/arm/mach-imx/xload-gpmi-nand.