1. 04 8月, 2015 1 次提交
    • S
      Serial: imx: add dev_pm_ops to support suspend to ram/disk · 90bb6bd3
      Shenwei Wang 提交于
      When system goes into low power states like SUSPEND_MEM and
      HIBERNATION, the hardware IP block may be powered off to reduce
      the power consumption. This power down may cause problems on
      some imx platforms, because the hardware settings are reset to
      its power on default values which may differ from the ones when
      it power off. This patch added the dev_pm_ops and implemented
      two callbacks: suspend_noirq and resume_noirq, which will save
      the necessory hardware parameters right before power down and
      recover them before system uses the hardware.
      
      Because added the dev_pm_ops, the old suspend/resume callbacks
      under platform_driver will not be called any more. Changed their
      prototypes and moved those two callbacks into dev_pm_ops too.
      Signed-off-by: NShenwei Wang <shenwei.wang@freescale.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      90bb6bd3
  2. 28 7月, 2015 1 次提交
  3. 24 7月, 2015 5 次提交
  4. 25 5月, 2015 1 次提交
  5. 11 5月, 2015 1 次提交
  6. 07 5月, 2015 2 次提交
  7. 11 3月, 2015 1 次提交
  8. 07 3月, 2015 9 次提交
  9. 03 2月, 2015 1 次提交
  10. 10 1月, 2015 17 次提交
  11. 26 11月, 2014 1 次提交