aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/ntc_thermistor.c
AgeCommit message (Expand)Author
2014-06-18hwmon: (ntc_thermistor) Fix OF device ID mappingJean Delvare
2014-06-18hwmon: (ntc_thermistor) Fix dependenciesJean Delvare
2014-02-13hwmon: (ntc_thermistor) Avoid math overflowDoug Anderson
2013-08-11hwmon: use dev_get_platdata()Jingoo Han
2013-06-21hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()Sachin Kamat
2013-04-07hwmon: Fix CamelCase checkpatch warningsGuenter Roeck
2013-04-07hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi
2013-02-19hwmon: (ntc_thermistor): Fix sparse warningsSachin Kamat
2012-11-28hwmon: remove use of __devexitBill Pemberton
2012-11-28hwmon: remove use of __devinitBill Pemberton
2012-11-28hwmon: remove use of __devexit_pBill Pemberton
2012-07-21hwmon: (ntc_thermistor) Ensure that data->name string is terminatedGuenter Roeck
2012-05-20hwmon: (ntc_thermistor) Fix checkpatch warningGuenter Roeck
2012-05-20hwmon: (ntc_thermistor) Optimize and fix build warningGuenter Roeck
2012-05-20hwmon: (ntc_thermistor) Return error code from hwmon_device_registerGuenter Roeck
2012-05-20hwmon: (ntc_thermistor) Convert to devm_kzallocGuenter Roeck
2011-11-26hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin
2011-08-22hwmon: (ntc_thermistor) Simplify if sequenceGuenter Roeck
2011-07-28hwmon: Driver for NTC ThermistorsDonggeun Kim