Re: [PATCH 0/2] mtd: cfi_mtd: Add DMA support for reads

2020-10-06 Thread Stefan Roese
Hi Vignesh, On 05.10.20 20:42, Vignesh Raghavendra wrote: Hi Stefan On 9/17/20 4:53 PM, Vignesh Raghavendra wrote: This series adds DMA support to read from memory mapped CFI flashes First patch reduces noise from DMA APIs Second patch adds DMA support for cfi_mtd. Tested on J721e that has C

Re: [PATCH 0/2] mtd: cfi_mtd: Add DMA support for reads

2020-10-05 Thread Vignesh Raghavendra
Hi Stefan On 9/17/20 4:53 PM, Vignesh Raghavendra wrote: > This series adds DMA support to read from memory mapped CFI flashes > > First patch reduces noise from DMA APIs > Second patch adds DMA support for cfi_mtd. > > Tested on J721e that has CFI compliant HyperFlash > > Vignesh Raghavendra (

[PATCH 0/2] mtd: cfi_mtd: Add DMA support for reads

2020-09-17 Thread Vignesh Raghavendra
This series adds DMA support to read from memory mapped CFI flashes First patch reduces noise from DMA APIs Second patch adds DMA support for cfi_mtd. Tested on J721e that has CFI compliant HyperFlash Vignesh Raghavendra (2): dma: Reduce error level when DMA channel type does not exist mtd: