aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/ntc_thermistor.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-19hwmon: ntc_thermistor: constify pointers to hwmon_channel_infoGravatar Krzysztof Kozlowski 1-1/+1
2022-02-19hwmon: (ntc_thermistor) Underscore Samsung thermistorGravatar Linus Walleij 1-1/+1
2021-12-26hwmon: (ntc_thermistor) Add Samsung 1404-001221 NTCGravatar Linus Walleij 1-0/+4
2021-12-26hwmon: (ntc_thermistor) Move DT matches to the driver blockGravatar Linus Walleij 1-35/+35
2021-12-26hwmon: (ntc_thermistor) Switch to generic firmware propsGravatar Linus Walleij 1-17/+19
2021-12-26hwmon: (ntc_thermistor) Move and refactor DT parsingGravatar Linus Walleij 1-50/+43
2021-12-26hwmon: (ntc_thermistor) Merge platform dataGravatar Linus Walleij 1-61/+48
2021-12-26hwmon: (ntc_thermistor) Drop read_uv() depend on OF and IIOGravatar Linus Walleij 1-36/+13
2021-12-26hwmon: (ntc_thermistor) Drop get_ohm()Gravatar Linus Walleij 1-19/+2
2021-12-26hwmon: (ntc_thermistor) Merge platform data into driverGravatar Linus Walleij 1-5/+36
2021-08-17hwmon: (ntc_thermistor) Use library interpolationGravatar Linus Walleij 1-9/+11
2021-06-17hwmon: (ntc_thermistor) Drop unused headers.Gravatar Jonathan Cameron 1-4/+0
2021-03-25hwmon: (ntc_thermistor): try reading processedGravatar Linus Walleij 1-9/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2019-04-15hwmon: (ntc_thermistor) Use new HWMON_CHANNEL_INFO() macroGravatar Guenter Roeck 1-22/+2
2019-03-29hwmon: (ntc_thermistor) Fix temperature type reportingGravatar Guenter Roeck 1-1/+1
2019-02-23hwmon: (ntc_thermistor) Convert to new hwmon APIGravatar Guenter Roeck 1-40/+66
2018-12-16hwmon: (ntc_thermistor) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Gravatar Guenter Roeck 1-6/+6
2018-12-16hwmon: (ntc_thermistor) use a table to lookup the thermistor typeGravatar Peter Rosin 1-26/+21
2018-12-16hwmon: (ntc_thermistor) sort thermistor id lists alphabeticallyGravatar Peter Rosin 1-33/+49
2018-12-16hwmon: (ntc_thermistor): add support for B57891S0103 from EpcosGravatar Peter Rosin 1-2/+55
2016-09-08hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groupsGravatar Guenter Roeck 1-48/+9
2016-09-08hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possibleGravatar Guenter Roeck 1-27/+25
2016-09-08hwmon: (ntc_thermistor) Use devm_iio_channel_getGravatar Guenter Roeck 1-11/+1
2016-05-17hwmon: convert ntc_thermistor to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-8/+4
2016-03-05hwmon: (ntc_thermistor) Add support for ncpXXxh103Gravatar Joseph McNally 1-0/+44
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-1/+1
2015-06-03hwmon: (ntc_thermistor) Improve precision of resistance calculationGravatar Chris Lesiak 1-13/+10
2015-06-02hwmon: (ntc_thermistor) fix iio raw to microvolts conversionGravatar Chris Lesiak 1-7/+8
2015-05-31hwmon: (ntc_thermistor) Add support for ncpXXwf104Gravatar Beomho Seo 1-0/+44
2015-05-26hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEGravatar Chris Lesiak 1-0/+9
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-1/+5
2014-11-20thermal: of: improve of-thermal sensor registration APIGravatar Eduardo Valentin 1-1/+5
2014-10-20hwmon: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-22hwmon: (ntc_thermistor) Add ntc thermistor to thermal subsystem as a sensor.Gravatar Jonghwa Lee 1-0/+25
2014-08-04hwmon: (ntc_thermistor) Support B57330V2103 from EPCOSGravatar Johannes Pointner 1-1/+49
2014-06-29hwmon: (ntc_thermistor) Correct information printed during probeGravatar Naveen Krishna Chatradhi 1-1/+1
2014-06-25hwmon: (ntc_thermistor) Use the manufacturer name properlyGravatar Naveen Krishna Chatradhi 1-1/+13
2014-05-25hwmon: (ntc_thermistor) Fix OF device ID mappingGravatar Jean Delvare 1-5/+6
2014-05-25hwmon: (ntc_thermistor) Fix dependenciesGravatar Jean Delvare 1-1/+3
2014-02-13hwmon: (ntc_thermistor) Avoid math overflowGravatar Doug Anderson 1-3/+3
2013-08-11hwmon: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-06-21hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
2013-04-07hwmon: Fix CamelCase checkpatch warningsGravatar Guenter Roeck 1-108/+108
2013-04-07hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverGravatar Naveen Krishna Chatradhi 1-19/+126
2013-02-19hwmon: (ntc_thermistor): Fix sparse warningsGravatar Sachin Kamat 1-2/+2
2012-11-28hwmon: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28hwmon: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28hwmon: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-21hwmon: (ntc_thermistor) Ensure that data->name string is terminatedGravatar Guenter Roeck 1-1/+1