public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: cfi_mtd: Add DMA support for reads
@ 2020-09-17 11:23 Vignesh Raghavendra
  2020-09-17 11:23 ` [PATCH 1/2] dma: Reduce error level when DMA channel type does not exist Vignesh Raghavendra
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Vignesh Raghavendra @ 2020-09-17 11:23 UTC (permalink / raw)
  To: u-boot

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: cfi_mtd: Use DMA for reads

 drivers/dma/dma-uclass.c | 4 ++--
 drivers/mtd/cfi_mtd.c    | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
2.28.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-08  7:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-17 11:23 [PATCH 0/2] mtd: cfi_mtd: Add DMA support for reads Vignesh Raghavendra
2020-09-17 11:23 ` [PATCH 1/2] dma: Reduce error level when DMA channel type does not exist Vignesh Raghavendra
2020-09-23  6:58   ` Stefan Roese
2020-10-08  7:08   ` Stefan Roese
2020-09-17 11:23 ` [PATCH 2/2] mtd: cfi_mtd: Use DMA for reads Vignesh Raghavendra
2020-09-23  6:59   ` Stefan Roese
2020-10-08  7:08   ` Stefan Roese
2020-10-05 18:42 ` [PATCH 0/2] mtd: cfi_mtd: Add DMA support " Vignesh Raghavendra
2020-10-07  4:55   ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox