1. 04 10月, 2011 2 次提交
  2. 28 9月, 2011 3 次提交
  3. 27 7月, 2011 1 次提交
  4. 09 7月, 2011 1 次提交
  5. 07 7月, 2011 2 次提交
    • 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
    • S
      ARM: mxc: clean up imx-dma device registration · 36223604
      Shawn Guo 提交于
      The patch follows the implementation of gpio-mxc device registration
      to break the concentrated imx-dma device registration into soc
      specific setup function.  Then we can avoid the churn of "#ifdef"
      and the cpu_is_mx checking on such a long list, which makes no sense,
      considering more soc supports need to be added and we need to support
      single image for multiple socs in the long run.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      36223604
  6. 07 6月, 2011 1 次提交
  7. 19 5月, 2011 1 次提交
  8. 08 3月, 2011 1 次提交
  9. 10 2月, 2011 1 次提交
  10. 20 11月, 2010 1 次提交
  11. 17 11月, 2010 2 次提交
  12. 26 7月, 2010 1 次提交
  13. 30 6月, 2010 1 次提交
  14. 24 6月, 2010 1 次提交
  15. 14 8月, 2009 2 次提交
  16. 07 8月, 2009 2 次提交
  17. 07 5月, 2009 1 次提交
  18. 13 3月, 2009 2 次提交
  19. 01 10月, 2008 1 次提交
  20. 07 8月, 2008 2 次提交
  21. 22 7月, 2007 1 次提交