From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh Raghavendra Date: Thu, 17 Sep 2020 16:53:06 +0530 Subject: [PATCH 0/2] mtd: cfi_mtd: Add DMA support for reads Message-ID: <20200917112308.7736-1-vigneshr@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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