]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd4dac3cd1759ca2cd4d1b344d9fd2ef2faa29887
tree27710e9e42f6d57130592eda4d1a19ee8816ef05
parentc1d51a3f211e5b13e89ede03e893c156aa755d16
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