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


Groups > linux.kernel > #1394612 > unrolled thread

[PATCH v2 0/2] mtd: nand: omap2: Add EDMA support for NAND DMA prefetch

Started byFranklin S Cooper Jr <fcooper@ti.com>
First post2016-05-04 20:40 +0200
Last post2016-05-04 20:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] mtd: nand: omap2: Add EDMA support for NAND DMA prefetch Franklin S Cooper Jr <fcooper@ti.com> - 2016-05-04 20:40 +0200

#1394612 — [PATCH v2 0/2] mtd: nand: omap2: Add EDMA support for NAND DMA prefetch

FromFranklin S Cooper Jr <fcooper@ti.com>
Date2016-05-04 20:40 +0200
Subject[PATCH v2 0/2] mtd: nand: omap2: Add EDMA support for NAND DMA prefetch
Message-ID<rv9Sh-Pg-15@gated-at.bofh.it>
This patchset includes the required patches to enable NAND DMA prefetch
support when using the EDMA.

This patchset depends on my previous patchset to enable NAND DMA prefetch
using the SDMA and Roger's GPMC and NAND rework. Both of these patchsets
are apart of Boris' NAND next patch. Therefore, these patches are also
built on top of this branch.

Also the following patches that fixes GPMC's DMA property are required
and pulled into other trees but are not currently apart of the above
branch:
https://patchwork.ozlabs.org/patch/596014/
https://patchwork.ozlabs.org/patch/596012/

Version 2 changes:
Switched to the new dma_request_chan api which is now preferred.
Add performance numbers to the commit.

Franklin S Cooper Jr (2):
  mtd: nand: omap2: Support parsing dma channel information from DT
  ARM: OMAP2+: Update GPMC and NAND DT binding documentation

 Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt | 7 ++++++-
 Documentation/devicetree/bindings/mtd/gpmc-nand.txt                | 2 +-
 drivers/mtd/nand/omap2.c                                           | 7 ++-----
 3 files changed, 9 insertions(+), 7 deletions(-)

-- 
2.7.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web