alistair23-linux/drivers/staging/ti-soc-thermal
J Keerthy 2f440b0622 staging: ti-soc-thermal:Introduce ti_bandgap_get_trend function for OMAP5
The patch adds ti_bandgap_get_trend function. This is specific
to OMAP5 for now it computes the trend from the temp values stored
in the hardware history buffer.

Formula: (T1 - T2) / P.

Where:
                T1: Last read valid temperature.
                T2: Last but one read valid temperature.
                P:  Update Interval.

Signed-off-by: J Keerthy <j-keerthy@ti.com>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-01 12:27:30 -07:00
..
Kconfig
Makefile
omap4-thermal-data.c staging: ti-soc-thermal: report alert events on OMAP4 devices 2013-04-01 12:27:29 -07:00
omap4xxx-bandgap.h
omap5-thermal-data.c staging: ti-soc-thermal: Enable HISTORY_BUFFER Feature for OMAP5 2013-04-01 12:27:30 -07:00
omap5xxx-bandgap.h staging: ti-soc-thermal: Initialise counter_delay field for OMAP5 sensors 2013-04-01 12:27:29 -07:00
ti-bandgap.c staging: ti-soc-thermal:Introduce ti_bandgap_get_trend function for OMAP5 2013-04-01 12:27:30 -07:00
ti-bandgap.h staging: ti-soc-thermal:Introduce ti_bandgap_get_trend function for OMAP5 2013-04-01 12:27:30 -07:00
ti-thermal-common.c staging: ti-soc-thermal: split writable data from readonly data 2013-03-25 11:28:31 -07:00
ti-thermal.h staging: ti-soc-thermal: expose ti_thermal_report_temperature 2013-04-01 12:27:29 -07:00
ti_soc_thermal.txt
TODO