linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] common thermal zone handler
@ 2015-01-16 23:05 Srinivas Pandruvada
  2015-01-16 23:05 ` [PATCH v1 1/4] Thermal/int340x: Add " Srinivas Pandruvada
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Srinivas Pandruvada @ 2015-01-16 23:05 UTC (permalink / raw)
  To: rui.zhang, edubezval; +Cc: linux-pm, Srinivas Pandruvada

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


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

end of thread, other threads:[~2015-01-16 23:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16 23:05 [PATCH v1 0/4] common thermal zone handler Srinivas Pandruvada
2015-01-16 23:05 ` [PATCH v1 1/4] Thermal/int340x: Add " 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

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).