linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] staging: ti-soc-thermal: fixes and trending support
@ 2013-04-01 16:04 Eduardo Valentin
  2013-04-01 16:04 ` [PATCH 01/14] staging: ti-soc-thermal: return error in case power switch is not supported Eduardo Valentin
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Eduardo Valentin @ 2013-04-01 16:04 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: devel, linux-pm, linux-omap, Eduardo Valentin

Hello Greg,

Here is a new series of patches for ti-soc-thermal. It will contain
a couple of minor fixes, but it has also support for trending,
computed by HW history buffer.

These patches are also available here:
git@gitorious.org:thermal-framework/thermal-framework.git thermal_work/omap/ti-soc-thermal-history-buffer
https://git.gitorious.org/thermal-framework/thermal-framework.git thermal_work/omap/ti-soc-thermal-history-buffer

Eduardo Valentin (4):
  staging: ti-soc-thermal: return error in case power switch is not
    supported
  staging: ti-soc-thermal: expose ti_thermal_report_temperature
  staging: ti-soc-thermal: report alert events on OMAP4 devices
  staging: ti-soc-thermal: report alert events on OMAP5 devices

J Keerthy (9):
  staging: ti-soc-thermal: Add counter_delay_mask field to
    temp_sensor_registers struct
  staging: ti-soc-thermal: Initialise counter_delay field for OMAP5
    sensors
  staging: ti-soc-thermal: Introduce HAS_COUNTER_DELAY feature for
    bandgap
  staging: ti-soc-thermal: Enable COUNTER_DELAY feature for OMAP5
  staging: ti-soc-thermal: Modify update_interval r/w functions to
    incorporate the OMAP5 feature of COUNTER_DELAY.
  staging: ti-soc-thermal: Introduce HAS_HISTORY_BUFFER feature for
    bandgap
  staging: ti-soc-thermal: Enable HISTORY_BUFFER Feature for OMAP5
  staging: ti-soc-thermal:Introduce ti_bandgap_get_trend function for
    OMAP5
  staging: ti-soc-thermal: Add get_trend support

Nishanth Menon (1):
  staging: ti-soc-thermal: remove kernel-doc warnings reported with -v

 .../staging/ti-soc-thermal/omap4-thermal-data.c    |    2 +
 .../staging/ti-soc-thermal/omap5-thermal-data.c    |    8 +-
 drivers/staging/ti-soc-thermal/omap5xxx-bandgap.h  |    1 +
 drivers/staging/ti-soc-thermal/ti-bandgap.c        |  298 +++++++++++++++++---
 drivers/staging/ti-soc-thermal/ti-bandgap.h        |   11 +
 drivers/staging/ti-soc-thermal/ti-thermal-common.c |   27 ++-
 drivers/staging/ti-soc-thermal/ti-thermal.h        |    7 +
 7 files changed, 319 insertions(+), 35 deletions(-)

-- 
1.7.7.1.488.ge8e1c


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

end of thread, other threads:[~2013-04-01 16:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01 16:04 [PATCH 00/14] staging: ti-soc-thermal: fixes and trending support Eduardo Valentin
2013-04-01 16:04 ` [PATCH 01/14] staging: ti-soc-thermal: return error in case power switch is not supported Eduardo Valentin
2013-04-01 16:04 ` [PATCH 02/14] staging: ti-soc-thermal: remove kernel-doc warnings reported with -v Eduardo Valentin
2013-04-01 16:04 ` [PATCH 03/14] staging: ti-soc-thermal: expose ti_thermal_report_temperature Eduardo Valentin
2013-04-01 16:04 ` [PATCH 04/14] staging: ti-soc-thermal: report alert events on OMAP4 devices Eduardo Valentin
2013-04-01 16:04 ` [PATCH 05/14] staging: ti-soc-thermal: report alert events on OMAP5 devices Eduardo Valentin
2013-04-01 16:04 ` [PATCH 06/14] staging: ti-soc-thermal: Add counter_delay_mask field to temp_sensor_registers struct Eduardo Valentin
2013-04-01 16:04 ` [PATCH 07/14] staging: ti-soc-thermal: Initialise counter_delay field for OMAP5 sensors Eduardo Valentin
2013-04-01 16:04 ` [PATCH 08/14] staging: ti-soc-thermal: Introduce HAS_COUNTER_DELAY feature for bandgap Eduardo Valentin
2013-04-01 16:04 ` [PATCH 09/14] staging: ti-soc-thermal: Enable COUNTER_DELAY feature for OMAP5 Eduardo Valentin
2013-04-01 16:04 ` [PATCH 10/14] staging: ti-soc-thermal: Modify update_interval r/w functions to incorporate the OMAP5 feature of COUNTER_DELAY Eduardo Valentin
2013-04-01 16:04 ` [PATCH 11/14] staging: ti-soc-thermal: Introduce HAS_HISTORY_BUFFER feature for bandgap Eduardo Valentin
2013-04-01 16:04 ` [PATCH 12/14] staging: ti-soc-thermal: Enable HISTORY_BUFFER Feature for OMAP5 Eduardo Valentin
2013-04-01 16:04 ` [PATCH 13/14] staging: ti-soc-thermal:Introduce ti_bandgap_get_trend function " Eduardo Valentin
2013-04-01 16:04 ` [PATCH 14/14] staging: ti-soc-thermal: Add get_trend support Eduardo Valentin

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