linux/drivers/staging/ti-soc-thermal
Eduardo Valentin 2c014c841e staging: ti-soc-thermal: update TODO list
This patch removes out of the TODO list those already completed.

Here is the status and why they are removed:
 on ti-bandgap.c:
-- Add support to hwmon: REMOVED, no need to have hwmon interfaces as
   the control is done via thermal framework.
-- Test every exposed API to userland: DONE, via thermal fw APIs
   By now, no specific API is exposed by this driver
-- Revisit data structures and simplify them: DONE, all
   unused fields are flagged for future removal.
-- Once SCM-core api settles, update this driver accordingly: DONE,
   the BG driver can exist without SCM driver by ioremapping its own
   registers and doing its own locking.

 on ti-thermal-common.c/ti-thermal.h:
-- Revisit trips and its definitions: DONE, for now there is no
   need to change current definition. Alert based policy will be add
   in future.
-- Revisit trending: DONE, OMAP5 history buffer support has been
   implemented. Devices without history buffer will use thermal fw
   trending capability.

on omap5-thermal.c
-- Add support for GPU cooling: REMOVED: this will not be part
   of this driver. Must be done in a separated cooling device.

 generally:
-- make checkpatch.pl and sparse happy: DONE, sparse remaining
   warning is not an issue.
-- update documentation: DONE, kernel-doc for ti-bandgap is now
   available.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-08 10:35:08 -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_soc_thermal.txt
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: Add get_trend support 2013-04-01 12:27:31 -07:00
ti-thermal.h staging: ti-soc-thermal: expose ti_thermal_report_temperature 2013-04-01 12:27:29 -07:00
TODO staging: ti-soc-thermal: update TODO list 2013-04-08 10:35:08 -07:00