summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ntc_thermistor.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: ntc_thermistor: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-191-1/+1
* hwmon: (ntc_thermistor) Underscore Samsung thermistorLinus Walleij2022-02-191-1/+1
* hwmon: (ntc_thermistor) Add Samsung 1404-001221 NTCLinus Walleij2021-12-261-0/+4
* hwmon: (ntc_thermistor) Move DT matches to the driver blockLinus Walleij2021-12-261-35/+35
* hwmon: (ntc_thermistor) Switch to generic firmware propsLinus Walleij2021-12-261-17/+19
* hwmon: (ntc_thermistor) Move and refactor DT parsingLinus Walleij2021-12-261-50/+43
* hwmon: (ntc_thermistor) Merge platform dataLinus Walleij2021-12-261-61/+48
* hwmon: (ntc_thermistor) Drop read_uv() depend on OF and IIOLinus Walleij2021-12-261-36/+13
* hwmon: (ntc_thermistor) Drop get_ohm()Linus Walleij2021-12-261-19/+2
* hwmon: (ntc_thermistor) Merge platform data into driverLinus Walleij2021-12-261-5/+36
* hwmon: (ntc_thermistor) Use library interpolationLinus Walleij2021-08-171-9/+11
* hwmon: (ntc_thermistor) Drop unused headers.Jonathan Cameron2021-06-171-4/+0
* hwmon: (ntc_thermistor): try reading processedLinus Walleij2021-03-251-9/+18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* hwmon: (ntc_thermistor) Use new HWMON_CHANNEL_INFO() macroGuenter Roeck2019-04-151-22/+2
* hwmon: (ntc_thermistor) Fix temperature type reportingGuenter Roeck2019-03-291-1/+1
* hwmon: (ntc_thermistor) Convert to new hwmon APIGuenter Roeck2019-02-231-40/+66
* hwmon: (ntc_thermistor) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-161-6/+6
* hwmon: (ntc_thermistor) use a table to lookup the thermistor typePeter Rosin2018-12-161-26/+21
* hwmon: (ntc_thermistor) sort thermistor id lists alphabeticallyPeter Rosin2018-12-161-33/+49
* hwmon: (ntc_thermistor): add support for B57891S0103 from EpcosPeter Rosin2018-12-161-2/+55
* hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groupsGuenter Roeck2016-09-081-48/+9
* hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possibleGuenter Roeck2016-09-081-27/+25
* hwmon: (ntc_thermistor) Use devm_iio_channel_getGuenter Roeck2016-09-081-11/+1
* hwmon: convert ntc_thermistor to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-8/+4
* hwmon: (ntc_thermistor) Add support for ncpXXxh103Joseph McNally2016-03-051-0/+44
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-1/+1
* hwmon: (ntc_thermistor) Improve precision of resistance calculationChris Lesiak2015-06-031-13/+10
* hwmon: (ntc_thermistor) fix iio raw to microvolts conversionChris Lesiak2015-06-021-7/+8
* hwmon: (ntc_thermistor) Add support for ncpXXwf104Beomho Seo2015-05-311-0/+44
* hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak2015-05-261-0/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-12-171-1/+5
|\
| * thermal: of: improve of-thermal sensor registration APIEduardo Valentin2014-11-201-1/+5
* | hwmon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* hwmon: (ntc_thermistor) Add ntc thermistor to thermal subsystem as a sensor.Jonghwa Lee2014-09-221-0/+25
* hwmon: (ntc_thermistor) Support B57330V2103 from EPCOSJohannes Pointner2014-08-041-1/+49
* hwmon: (ntc_thermistor) Correct information printed during probeNaveen Krishna Chatradhi2014-06-291-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-131-3/+3
* hwmon: use dev_get_platdata()Jingoo Han2013-08-111-1/+1
* hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()Sachin Kamat2013-06-211-1/+0
* hwmon: Fix CamelCase checkpatch warningsGuenter Roeck2013-04-071-108/+108
* hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driverNaveen Krishna Chatradhi2013-04-071-19/+126
* hwmon: (ntc_thermistor): Fix sparse warningsSachin Kamat2013-02-191-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-211-1/+1