Re: [U-Boot] [PATCH 3/4] mtd: denali: Drop custom dma mapping functions

2019-11-15 Thread Masahiro Yamada
On Fri, Nov 15, 2019 at 8:56 PM Vignesh Raghavendra wrote: > > Drop local dma_map_single() and dma_unmap_single() and use arch specific > common implementation > > Signed-off-by: Vignesh Raghavendra > --- Acked-by: Masahiro Yamada > drivers/mtd/nand/raw/denali.c | 34

[U-Boot] [PATCH 3/4] mtd: denali: Drop custom dma mapping functions

2019-11-15 Thread Vignesh Raghavendra
Drop local dma_map_single() and dma_unmap_single() and use arch specific common implementation Signed-off-by: Vignesh Raghavendra --- drivers/mtd/nand/raw/denali.c | 34 +++--- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git