1. 13 3月, 2012 3 次提交
  2. 02 2月, 2012 1 次提交
  3. 31 1月, 2012 6 次提交
  4. 30 1月, 2012 1 次提交
  5. 06 1月, 2012 1 次提交
  6. 05 12月, 2011 1 次提交
    • H
      IMX/SDMA : save the real count for one DMA transaction. · ab59a510
      Huang Shijie 提交于
      When we use the SDMA in the UART driver(such as imx6q), we will
      meet one situation:
        Assume we set 64 bytes for the RX DMA buffer.
        The RX DMA buffer has received some data, but not full.
        An Aging DMA request will be received by the SDMA controller if we enable the
        IDDMAEN(UCR4[6]) in this case.
      
      So the UART driver needs to know the count of the real received bytes,
      and push them to upper layer.
      
      Add two new fields to sdmac, and update the `residue` in sdma_tx_status().
      Signed-off-by: NHuang Shijie <b32955@freescale.com>
      Signed-off-by: NVinod Koul <vinod.koul@linux.intel.com>
      ab59a510
  7. 22 11月, 2011 1 次提交
  8. 01 11月, 2011 1 次提交
  9. 27 10月, 2011 1 次提交
  10. 21 9月, 2011 1 次提交
  11. 29 8月, 2011 3 次提交
  12. 27 7月, 2011 3 次提交
  13. 25 7月, 2011 1 次提交
  14. 07 7月, 2011 1 次提交
    • S
      dmaengine: imx-sdma: pass sdma firmware name via platform data · 2e534b21
      Shawn Guo 提交于
      It is not good to have cpu_name and to_version encoded into sdma
      firmware name as variables.  For example, there are three TOs of
      imx51 soc, the sdma script never changes since TO1, which means
      all three TOs of imx51 uses TO1 version of sdma script.  But we
      have to prepare three identical firmwares, sdma-imx51-to1.bin
      sdma-imx51-to2.bin and sdma-imx51-to3.bin, to have the kernel
      capable of running on all three TOs.
      
      The patch removes cpu_name and to_version from sdma platform data,
      and instead uses fw_name to pass the firmware name, so that we can
      pass the TO version where it's relevant and skip it where only one
      firmware exists.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NVinod Koul <vinod.koul@intel.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      2e534b21
  15. 31 1月, 2011 10 次提交
  16. 30 1月, 2011 3 次提交
  17. 08 12月, 2010 1 次提交
  18. 05 12月, 2010 1 次提交