aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ntc_thermistor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-21hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-04-07hwmon: Fix CamelCase checkpatch warningsGuenter Roeck1-108/+108
2013-04-07hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi1-19/+126
2013-02-19hwmon: (ntc_thermistor): Fix sparse warningsSachin Kamat1-2/+2
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