All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Support to tune governor in run time
@ 2014-01-20  9:55 Wei Ni
  2014-01-20  9:55 ` [PATCH v4 1/2] thermal: add available policies attribute Wei Ni
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Wei Ni @ 2014-01-20  9:55 UTC (permalink / raw)
  To: eduardo.valentin, rui.zhang; +Cc: durgadoss.r, MLongnecker, linux-pm, Wei Ni

This serie can support to turn governor for thermal zone in
run time.
Adds avaiable_policies attribute, so the user can get available
governor policies and change te governor to a new one.
Adds thermal_update_governor() function, so the thermal platform
driver can use it to update governor.

Changes from v1:
1. split avaiable_policies part to the "patch 1/2", and add document
for it.
2. add document for the thermal_update_governor.
Changes from v2:
1. fix the overflow issue in the avaiable_policies_show
Changes from v3:
1. remove the .start/.stop callback, because we doesn't have the real
case to support it now.

Wei Ni (2):
  thermal: add available policies attribute
  thermal: add interface to support tune governor in run-time

 Documentation/thermal/sysfs-api.txt |   10 ++++++
 drivers/thermal/thermal_core.c      |   66 +++++++++++++++++++++++++++++++----
 include/linux/thermal.h             |    1 +
 3 files changed, 70 insertions(+), 7 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-02-27  8:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-20  9:55 [PATCH v4 0/2] Support to tune governor in run time Wei Ni
2014-01-20  9:55 ` [PATCH v4 1/2] thermal: add available policies attribute Wei Ni
2014-02-27  7:06   ` Zhang Rui
2014-01-20  9:55 ` [PATCH v4 2/2] thermal: add interface to support tune governor in run-time Wei Ni
2014-01-20  9:58   ` Wei Ni
2014-01-20 13:28     ` Eduardo Valentin
2014-02-27  7:10   ` Zhang Rui
2014-02-27  8:00     ` Wei Ni
2014-02-27  8:06       ` Zhang Rui
2014-02-27  8:21         ` Wei Ni
2014-01-20 18:58 ` [PATCH v4 0/2] Support to tune governor in run time Matthew Longnecker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.