aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/ntc_thermistor.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-21hwmon: (ntc_thermistor) Ensure that data->name string is terminatedGravatar Guenter Roeck 1-1/+1
2012-05-20hwmon: (ntc_thermistor) Fix checkpatch warningGravatar Guenter Roeck 1-6/+6
2012-05-20hwmon: (ntc_thermistor) Optimize and fix build warningGravatar Guenter Roeck 1-84/+80
2012-05-20hwmon: (ntc_thermistor) Return error code from hwmon_device_registerGravatar Guenter Roeck 1-2/+2
2012-05-20hwmon: (ntc_thermistor) Convert to devm_kzallocGravatar Guenter Roeck 1-8/+3
2011-11-26hwmon: convert drivers/hwmon/* to use module_platform_driver()Gravatar Axel Lin 1-13/+1
2011-08-22hwmon: (ntc_thermistor) Simplify if sequenceGravatar Guenter Roeck 1-2/+1
2011-07-28hwmon: Driver for NTC ThermistorsGravatar Donggeun Kim 1-0/+453