linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
To: rui.zhang@intel.com, edubezval@gmail.com
Cc: linux-pm@vger.kernel.org,
	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Subject: [PATCH v1 0/4] common thermal zone handler
Date: Fri, 16 Jan 2015 15:05:44 -0800	[thread overview]
Message-ID: <1421449548-2172-1-git-send-email-srinivas.pandruvada@linux.intel.com> (raw)

v1
If thermal zone device creation fails, fail the INT340x zone
creation

v0
Base version 

Srinivas Pandruvada (4):
  Thermal/int340x: Add common thermal zone handler
  Thermal/int340x/int3402: Use int340x thermal API
  Thermal/int340x/int3403: Use int340x thermal API
  Thermal/int340x/processor_thermal: Add thermal zone support

 drivers/thermal/int340x_thermal/Makefile           |   1 +
 drivers/thermal/int340x_thermal/int3402_thermal.c  | 189 +--------------
 drivers/thermal/int340x_thermal/int3403_thermal.c  | 208 +---------------
 .../thermal/int340x_thermal/int340x_thermal_zone.c | 262 +++++++++++++++++++++
 .../thermal/int340x_thermal/int340x_thermal_zone.h |  65 +++++
 .../int340x_thermal/processor_thermal_device.c     |  90 +++++++
 6 files changed, 439 insertions(+), 376 deletions(-)
 create mode 100644 drivers/thermal/int340x_thermal/int340x_thermal_zone.c
 create mode 100644 drivers/thermal/int340x_thermal/int340x_thermal_zone.h

-- 
1.9.1


             reply	other threads:[~2015-01-16 23:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16 23:05 Srinivas Pandruvada [this message]
2015-01-16 23:05 ` [PATCH v1 1/4] Thermal/int340x: Add common thermal zone handler Srinivas Pandruvada
2015-01-16 23:05 ` [PATCH v1 2/4] Thermal/int340x/int3402: Use int340x thermal API Srinivas Pandruvada
2015-01-16 23:05 ` [PATCH v1 3/4] Thermal/int340x/int3403: " Srinivas Pandruvada
2015-01-16 23:05 ` [PATCH v1 4/4] Thermal/int340x/processor_thermal: Add thermal zone support Srinivas Pandruvada

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=1421449548-2172-1-git-send-email-srinivas.pandruvada@linux.intel.com \
    --to=srinivas.pandruvada@linux.intel.com \
    --cc=edubezval@gmail.com \
    --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).