1. 03 6月, 2015 1 次提交
    • S
      ARM: imx6: set initial power mode in pm function · 8fb76a07
      Shawn Guo 提交于
      Rather than setting initial low-power mode in every single i.MX6 clock
      initialization function, we should really do that in pm code.  Let's
      move imx6q_set_lpm(WAIT_CLOCKED) call into imx6_pm_common_init().
      
      While at it, let's rename the function to imx6_set_lpm() since it's
      actually common for all i.MX6 SoCs.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      8fb76a07
  2. 24 3月, 2015 1 次提交
  3. 13 11月, 2014 1 次提交
    • D
      cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic · b82b6cca
      Daniel Lezcano 提交于
      The only place where the time is invalid is when the ACPI_CSTATE_FFH entry
      method is not set. Otherwise for all the drivers, the time can be correctly
      measured.
      
      Instead of duplicating the CPUIDLE_FLAG_TIME_VALID flag in all the drivers
      for all the states, just invert the logic by replacing it by the flag
      CPUIDLE_FLAG_TIME_INVALID, hence we can set this flag only for the acpi idle
      driver, remove the former flag from all the drivers and invert the logic with
      this flag in the different governor.
      Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      b82b6cca
  4. 01 9月, 2014 1 次提交
  5. 18 7月, 2014 2 次提交
  6. 05 3月, 2014 1 次提交
  7. 23 4月, 2013 2 次提交
  8. 01 4月, 2013 2 次提交
  9. 30 1月, 2013 2 次提交