1. 11 7月, 2016 3 次提交
  2. 13 6月, 2016 1 次提交
  3. 10 6月, 2016 1 次提交
  4. 06 6月, 2016 1 次提交
  5. 03 6月, 2016 1 次提交
  6. 30 5月, 2016 1 次提交
    • C
      mtd: nand: omap2: Support parsing dma channel information from DT · aa7abd31
      Cooper Jr., Franklin 提交于
      Switch from dma_request_channel to allow passing dma channel
      information from DT rather than hardcoding a value.
      
      Also provide a handle to the GPMC's dev so it can be used to parse the DMA
      channel information within the GPMC's DT node.
      
      Performance Numbers via mtd_speedtest now that EDMA based prefetch works:
      
      AM335x Performance numbers:
      DMA
        CPULOAD Write: 54%  Read: 35%
        page write speed	-23% (vs non dma)
        page read speed	-35% (vs non dma)
      
      NO DMA (prefetch-polled)
        CPULOAD Write: 98%  Read: 98%
      
      AM437x Performance numbers:
      DMA
        CPU LOAD Write: 56% Read: 36%
        page write speed	-16% (vs non dma)
        page read speed	-22% (vs non dma)
      
      NO DMA (prefetch-polled)
        CPULOAD Write: 93%  Read: 93%
      Signed-off-by: NFranklin S Cooper Jr <fcooper@ti.com>
      Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
      aa7abd31
  7. 26 5月, 2016 1 次提交
  8. 07 5月, 2016 1 次提交
  9. 06 5月, 2016 30 次提交