linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add devfreq runtime pm support
@ 2013-03-21 13:28 Rajagopal Venkat
  2013-03-21 13:28 ` [PATCH 1/2] PM / devfreq: Fix compiler warnings Rajagopal Venkat
  2013-03-21 13:28 ` [PATCH 2/2] PM / devfreq: tie suspend/resume to runtime-pm Rajagopal Venkat
  0 siblings, 2 replies; 7+ messages in thread
From: Rajagopal Venkat @ 2013-03-21 13:28 UTC (permalink / raw)
  To: myungjoo.ham, rjw, Kevin Hilman
  Cc: linaro-kernel, linux-pm, linux-kernel, Rajagopal Venkat

Patch to bind devfreq to runtime pm framework. The device
devfreq is  automatically suspended with pm_runtime_suspend()
and resumed with pm_runtime_resume().

Discussed at http://comments.gmane.org/gmane.linux.linaro.devel/13787

Rajagopal Venkat (2):
  PM / devfreq: Fix compiler warnings
  PM / devfreq: tie suspend/resume to runtime-pm

 drivers/base/power/runtime.c |   18 ++++++++++++++-
 drivers/devfreq/devfreq.c    |   51 ++++++++++++++++++++++++++++++++++++++----
 include/linux/devfreq.h      |   30 +++++++++----------------
 include/linux/pm.h           |    2 ++
 4 files changed, 76 insertions(+), 25 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-25  6:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21 13:28 [PATCH 0/2] Add devfreq runtime pm support Rajagopal Venkat
2013-03-21 13:28 ` [PATCH 1/2] PM / devfreq: Fix compiler warnings Rajagopal Venkat
2013-03-21 13:28 ` [PATCH 2/2] PM / devfreq: tie suspend/resume to runtime-pm Rajagopal Venkat
2013-03-21 15:02   ` Alan Stern
2013-03-22  9:05     ` Rajagopal Venkat
2013-03-22 17:34   ` Kevin Hilman
2013-03-25  6:13     ` Rajagopal Venkat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).