linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
To: edubezval@gmail.com, rui.zhang@intel.com, jic23@kernel.org
Cc: linux-iio@vger.kernel.org, linux-pm@vger.kernel.org,
	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Subject: [RFC PATCH 2/2] thermal: x86_pkg_temp: Register threshold callbacks
Date: Mon, 17 Aug 2015 16:52:57 -0700	[thread overview]
Message-ID: <1439855577-17114-2-git-send-email-srinivas.pandruvada@linux.intel.com> (raw)
In-Reply-To: <1439855577-17114-1-git-send-email-srinivas.pandruvada@linux.intel.com>

Register callbacks to get/set temperature thresholds.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 drivers/thermal/x86_pkg_temp_thermal.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/thermal/x86_pkg_temp_thermal.c b/drivers/thermal/x86_pkg_temp_thermal.c
index 50d1d2c..4b526b8 100644
--- a/drivers/thermal/x86_pkg_temp_thermal.c
+++ b/drivers/thermal/x86_pkg_temp_thermal.c
@@ -279,6 +279,8 @@ static struct thermal_zone_device_ops tzone_ops = {
 	.get_trip_temp = sys_get_trip_temp,
 	.get_trip_type = sys_get_trip_type,
 	.set_trip_temp = sys_set_trip_temp,
+	.get_threshold_temp = sys_get_trip_temp,
+	.set_threshold_temp = sys_set_trip_temp,
 };
 
 static bool pkg_temp_thermal_platform_thermal_rate_control(void)
-- 
2.4.3


  reply	other threads:[~2015-08-17 23:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17 23:52 [RFC PATCH 1/2] thermal: iio device for thermal sensor Srinivas Pandruvada
2015-08-17 23:52 ` Srinivas Pandruvada [this message]
2015-08-19 17:57 ` Eduardo Valentin
2015-08-20 15:11   ` Srinivas Pandruvada
2015-08-20 20:57     ` Eduardo Valentin
2015-08-20  4:39 ` Zhang Rui
2015-08-20 15:13   ` Srinivas Pandruvada
2015-08-23 19:29   ` Jonathan Cameron
2015-08-23 20:10 ` Jonathan Cameron
2015-08-23 22:25   ` Srinivas Pandruvada
2015-08-24  6:27     ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439855577-17114-2-git-send-email-srinivas.pandruvada@linux.intel.com \
    --to=srinivas.pandruvada@linux.intel.com \
    --cc=edubezval@gmail.com \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).