summaryrefslogtreecommitdiff
path: root/drivers/hwmon/ntc_thermistor.c
AgeCommit message (Expand)Author
2016-09-08hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groupsGuenter Roeck
2016-09-08hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possibleGuenter Roeck
2016-09-08hwmon: (ntc_thermistor) Use devm_iio_channel_getGuenter Roeck
2016-05-17hwmon: convert ntc_thermistor to use devm_thermal_zone_of_sensor_registerEduardo Valentin
2016-03-05hwmon: (ntc_thermistor) Add support for ncpXXxh103Joseph McNally
2015-08-03thermal: consistently use int for temperaturesSascha Hauer
2015-06-03hwmon: (ntc_thermistor) Improve precision of resistance calculationChris Lesiak
2015-06-02hwmon: (ntc_thermistor) fix iio raw to microvolts conversionChris Lesiak
2015-05-31hwmon: (ntc_thermistor) Add support for ncpXXwf104Beomho Seo
2015-05-26hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang
2014-09-22hwmon: (ntc_thermistor) Add ntc thermistor to thermal subsystem as a sensor.Jonghwa Lee
2014-08-04hwmon: (ntc_thermistor) Support B57330V2103 from EPCOSJohannes Pointner
2014-06-29hwmon: (ntc_thermistor) Correct information printed during probeNaveen Krishna Chatradhi
2014-06-25hwmon: (ntc_thermistor) Use the manufacturer name properlyNaveen Krishna Chatradhi
2014-05-25hwmon: (ntc_thermistor) Fix OF device ID mappingJean Delvare
2014-05-25hwmon: (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