On 2011ë 06ì 14ì 02:06, Guenter Roeck wrote: > On Mon, Jun 13, 2011 at 03:15:59AM -0400, Donggeun Kim wrote: >> This patch adds support for NTC Thermistor series. In this release, the >> following thermistors are supported: NCP15WB473, NCP18WB473, NCP03WB473, >> and NCP15WL333. This driver is based on the datasheet of MURATA. >> >> The driver in the patch does conversion from the raw ADC value >> (either voltage or resistence) to temperature. In order to use >> voltage values as input, the circuit schematics should be provided >> with the platform data. A compensation table for each type of thermistor >> is provided for the conversion. >> >> Signed-off-by: Donggeun Kim <dg77.kim@xxxxxxxxxxx> >> Signed-off-by: MyungJoo Ham <myungjoo.kim@xxxxxxxxxxx> >> Signed-off-by: KyungMin Park <kyungmin.park@xxxxxxxxxxx> >> > Hi folks, > > Almost there. > > [ ... ] > >> include/linux/ntc.h | 53 ++++++ > > Please move this file to include/linux/platform_data/ntc.h. > > One question, though: ntc.[ch] is quite high level and suggests a wider scope than just thermistors. > Would it make sense to use ntc_thermistor.[ch] instead ? > > [ ... ] Okay, I will move and rename the files. >> + if ((data->mintemp != INT_MAX) || (data->maxtemp != INT_MIN)) { > > The inner ( ) are unnecessary. Please remove. > It will be fixed at the next patch. > Thanks, > Guenter > > Thanks for reviewing. _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors