staging: omap-thermal: move conv table limits out of sensor data
authorEduardo Valentin <eduardo.valentin@ti.com>
Fri, 15 Mar 2013 13:00:14 +0000 (09:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 16:02:15 +0000 (09:02 -0700)
commit26a70ed987acc329d64fa26c230d375e8f631512
tree27710e9e42f6d57130592eda4d1a19ee8816ef05
parenta619477f51908e1029a7f1afce7f56a856d6bb66
staging: omap-thermal: move conv table limits out of sensor data

As we have one conv table per bandgap device and not per sensor,
this patch changes the data structures so that the conv table
min and max values are now part of bandgap_data and not sensor_data.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omap-thermal/omap-bandgap.c
drivers/staging/omap-thermal/omap-bandgap.h
drivers/staging/omap-thermal/omap4-thermal-data.c
drivers/staging/omap-thermal/omap5-thermal-data.c