aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ntc_thermistor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-21hwmon: (ntc_thermistor) Ensure that data->name string is terminatedGuenter Roeck1-1/+1
2012-05-20hwmon: (ntc_thermistor) Fix checkpatch warningGuenter Roeck1-6/+6
2012-05-20hwmon: (ntc_thermistor) Optimize and fix build warningGuenter Roeck1-84/+80
2012-05-20hwmon: (ntc_thermistor) Return error code from hwmon_device_registerGuenter Roeck1-2/+2
2012-05-20hwmon: (ntc_thermistor) Convert to devm_kzallocGuenter Roeck1-8/+3
2011-11-26hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin1-13/+1
2011-08-22hwmon: (ntc_thermistor) Simplify if sequenceGuenter Roeck1-2/+1
2011-07-28hwmon: Driver for NTC ThermistorsDonggeun Kim1-0/+453