1. 09 8月, 2016 1 次提交
  2. 03 6月, 2015 1 次提交
  3. 13 3月, 2015 1 次提交
  4. 18 7月, 2014 1 次提交
  5. 05 3月, 2014 1 次提交
    • A
      ARM: imx: add suspend in ocram support for i.mx6q · df595746
      Anson Huang 提交于
      When system enter suspend, we can set the DDR IO to
      high-Z state to save DDR IOs' power consumption, this
      operation can save many power(from ~26mA@1.5V to ~15mA@1.5V,
      measured on i.MX6Q SabreSD board, R25) of DDR IOs. To
      achieve that, we need to copy the suspend code to ocram
      and run the low level hardware related code(set DDR IOs
      to high-Z state) in ocram.
      
      If there is no ocram space available, then system will
      still do suspend in external DDR, hence no DDR IOs will
      be set to high-Z.
      
      The OCRAM usage layout is as below,
      
      ocram suspend region(4K currently):
      ======================== high address ======================
                                    .
                                    .
                                    .
                                    ^
                                    ^
                                    ^
                            imx6_suspend code
                   PM_INFO structure(imx6_cpu_pm_info)
      ======================== low address =======================
      Reviewed-by: NSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NAnson Huang <b20788@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      df595746
  6. 17 6月, 2013 1 次提交
  7. 02 4月, 2013 1 次提交
  8. 29 1月, 2013 1 次提交
  9. 15 10月, 2012 2 次提交
  10. 01 7月, 2012 1 次提交
  11. 05 6月, 2012 1 次提交
    • R
      ARM: imx: Modify IMX_IO_P2V macro · 2ce2e4b2
      Robert Lee 提交于
      A change is needed in the IMX_IO_P2V macro to allow all imx5 platforms
      to use common definitions when accessing registers of peripherals on
      the AIPS2 bus.  With this change, IMX_IO_P2V(MX50_AIPS2_BASE_ADDR) ==
      IMX_IO_P2V(MX51_AIPS2_BASE_ADDR) == IMX_IO_P2V(MX53_AIPS2_BASE_ADDR).
      
      This change was tested for mapping conflicts using the iop2v script
      found at git://git.pengutronix.de/git/ukl/imx-iop2v.git and by
      performing a bootup of a default build using imx_v6_v7_defconfig
      on a imx51 babbage board and imx53 loco board.  The comments were
      modified to reflect the output given by the script which shows the
      virtual address mappings.
      Signed-off-by: NRobert Lee <rob.lee@linaro.org>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      2ce2e4b2
  12. 14 3月, 2012 1 次提交
  13. 07 3月, 2012 1 次提交
  14. 31 10月, 2011 1 次提交
  15. 20 9月, 2011 2 次提交
  16. 17 8月, 2011 1 次提交
  17. 16 8月, 2011 1 次提交
  18. 07 7月, 2011 1 次提交
  19. 19 5月, 2011 2 次提交
  20. 03 1月, 2011 1 次提交
  21. 24 11月, 2010 1 次提交
  22. 17 11月, 2010 3 次提交
  23. 10 2月, 2010 1 次提交
  24. 08 1月, 2010 1 次提交
  25. 14 8月, 2009 2 次提交
  26. 13 3月, 2009 2 次提交
  27. 16 12月, 2008 1 次提交
  28. 07 8月, 2008 1 次提交
  29. 05 7月, 2008 3 次提交
  30. 17 4月, 2008 1 次提交
  31. 01 4月, 2008 1 次提交