summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ntc_thermistor.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (ntc_thermistor) Support B57330V2103 from EPCOSJohannes Pointner2014-08-041-1/+49
* hwmon: (ntc_thermistor) Correct information printed during probeNaveen Krishna Chatradhi2014-06-301-1/+1
* hwmon: (ntc_thermistor) Use the manufacturer name properlyNaveen Krishna Chatradhi2014-06-251-1/+13
* hwmon: (ntc_thermistor) Fix OF device ID mappingJean Delvare2014-05-251-5/+6
* hwmon: (ntc_thermistor) Fix dependenciesJean Delvare2014-05-251-1/+3
* hwmon: (ntc_thermistor) Avoid math overflowDoug Anderson2014-02-141-3/+3
* hwmon: use dev_get_platdata()Jingoo Han2013-08-121-1/+1
* hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()Sachin Kamat2013-06-211-1/+0Star
* hwmon: Fix CamelCase checkpatch warningsGuenter Roeck2013-04-081-108/+108
* hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi2013-04-081-19/+126
* hwmon: (ntc_thermistor): Fix sparse warningsSachin Kamat2013-02-201-2/+2
* hwmon: remove use of __devexitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devinitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwmon: (ntc_thermistor) Ensure that data->name string is terminatedGuenter Roeck2012-07-221-1/+1
* hwmon: (ntc_thermistor) Fix checkpatch warningGuenter Roeck2012-05-211-6/+6
* hwmon: (ntc_thermistor) Optimize and fix build warningGuenter Roeck2012-05-211-84/+80Star
* hwmon: (ntc_thermistor) Return error code from hwmon_device_registerGuenter Roeck2012-05-211-2/+2
* hwmon: (ntc_thermistor) Convert to devm_kzallocGuenter Roeck2012-05-211-8/+3Star
* hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin2011-11-261-13/+1Star
* hwmon: (ntc_thermistor) Simplify if sequenceGuenter Roeck2011-08-221-2/+1Star
* hwmon: Driver for NTC ThermistorsDonggeun Kim2011-07-281-0/+453