1. 26 12月, 2017 1 次提交
  2. 01 11月, 2016 1 次提交
  3. 29 8月, 2016 1 次提交
  4. 09 8月, 2016 1 次提交
  5. 28 6月, 2016 2 次提交
  6. 12 6月, 2016 1 次提交
  7. 14 2月, 2016 1 次提交
  8. 02 12月, 2015 1 次提交
  9. 17 9月, 2015 1 次提交
    • A
      ARM: imx: add suspend/resume support for i.mx6ul · ee4a5f83
      Anson Huang 提交于
      This patch adds suspend function for i.MX6UL, it supports
      "standby" and "mem" mode, for "standby" mode, SoC will
      enter STOP mode only, while for "mem" mode, SoC will
      enter STOP mode and DDR IO will be set to low power
      mode.
      
      As i.MX6UL contains a "Cortex-A7" ARM core which has no
      PL310, so we need to avoid any PL310 operations during
      suspend/resume, also, we need to flush Cortex-A7's inernal
      L2 cache before suspend.
      Signed-off-by: NAnson Huang <b20788@freescale.com>
      ee4a5f83
  10. 03 6月, 2015 8 次提交
  11. 30 3月, 2015 2 次提交
  12. 13 3月, 2015 2 次提交
  13. 05 1月, 2015 1 次提交
  14. 05 12月, 2014 1 次提交
  15. 23 11月, 2014 2 次提交
  16. 22 11月, 2014 1 次提交
    • J
      ARM: imx: clean up machine mxc_arch_reset_init_dt reset init · 08ae9646
      Jingchang Lu 提交于
      System restart mechanism has been changed with the introduction
      of "kernel restart handler call chain support". The imx2 watchdog
      based restart handler has been moved to the driver, and these
      restart can be removed from the machine layer.
      
      This patch cleans up the device tree version machine reset init with
      mxc_arch_reset_init_dt and removes corresponding .restart handler,
      for the .init_machine that can be handled by system default after
      removing the mxc_arch_reset_init_dt, the .init_machine is also removed.
      Signed-off-by: NJingchang Lu <jingchang.lu@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      08ae9646
  17. 01 9月, 2014 1 次提交
  18. 18 7月, 2014 12 次提交