Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1380241 > unrolled thread

[PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch

Started byFranklin S Cooper Jr <fcooper@ti.com>
First post2016-04-15 22:30 +0200
Last post2016-04-22 11:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch Franklin S Cooper Jr <fcooper@ti.com> - 2016-04-15 22:30 +0200
    Re: [PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA  prefetch Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-04-22 11:20 +0200

#1380241 — [PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch

FromFranklin S Cooper Jr <fcooper@ti.com>
Date2016-04-15 22:30 +0200
Subject[PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch
Message-ID<roixj-pK-3@gated-at.bofh.it>
NAND DMA prefetch for SDMA based devices has been broken for awhile. This
patchset fixes it so SOCs that use the SDMA can make use of the NAND
DMA prefetch.

I've decided to split this patchset from the slightly larger patchset that
included EDMA support. Adding EDMA support will be added in a later
patchset.

Tested using the latest master on:
am37 gp evm

Due to a silicon issue Dra7 SoCs are unable to use NAND DMA prefetch.

Cooper Jr., Franklin (2):
  mtd: nand: omap2: Start dma request before enabling prefetch
  mtd: nand: omap2: Fix high memory dma prefetch transfer

 drivers/mtd/nand/omap2.c | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

-- 
2.7.0

[toc] | [next] | [standalone]


#1384816 — Re: [PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch

FromBoris Brezillon <boris.brezillon@free-electrons.com>
Date2016-04-22 11:20 +0200
SubjectRe: [PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch
Message-ID<rqFpL-846-15@gated-at.bofh.it>
In reply to#1380241
On Fri, 15 Apr 2016 15:28:57 -0500
Franklin S Cooper Jr <fcooper@ti.com> wrote:

> NAND DMA prefetch for SDMA based devices has been broken for awhile. This
> patchset fixes it so SOCs that use the SDMA can make use of the NAND
> DMA prefetch.
> 
> I've decided to split this patchset from the slightly larger patchset that
> included EDMA support. Adding EDMA support will be added in a later
> patchset.
> 
> Tested using the latest master on:
> am37 gp evm
> 
> Due to a silicon issue Dra7 SoCs are unable to use NAND DMA prefetch.

Applied, thanks.

Boris

> 
> Cooper Jr., Franklin (2):
>   mtd: nand: omap2: Start dma request before enabling prefetch
>   mtd: nand: omap2: Fix high memory dma prefetch transfer
> 
>  drivers/mtd/nand/omap2.c | 22 +++++++---------------
>  1 file changed, 7 insertions(+), 15 deletions(-)
> 



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web