Re: [PATCH v4 3/3] mtd: rawnand: stm32_fmc2: add polling mode

2018-12-20 Thread Boris Brezillon
On Fri, 14 Dec 2018 10:58:08 +0100 Christophe Kerello wrote: > This patch adds the polling mode, a basic mode that do not need > any DMA channels. This mode is also useful for debug purpose. > > Signed-off-by: Christophe Kerello Reviewed-by: Boris Brezillon

[PATCH v4 3/3] mtd: rawnand: stm32_fmc2: add polling mode

2018-12-14 Thread Christophe Kerello
This patch adds the polling mode, a basic mode that do not need any DMA channels. This mode is also useful for debug purpose. Signed-off-by: Christophe Kerello --- drivers/mtd/nand/raw/stm32_fmc2_nand.c | 329 + 1 file changed, 297 insertions(+), 32 deletions(-)