index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ntc_thermistor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-09
hwmon: (ntc_thermistor) Use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-48
/
+9
2016-09-09
hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possible
Guenter Roeck
1
-27
/
+25
2016-09-09
hwmon: (ntc_thermistor) Use devm_iio_channel_get
Guenter Roeck
1
-11
/
+1
2016-05-17
hwmon: convert ntc_thermistor to use devm_thermal_zone_of_sensor_register
Eduardo Valentin
1
-8
/
+4
2016-03-05
hwmon: (ntc_thermistor) Add support for ncpXXxh103
Joseph McNally
1
-0
/
+44
2015-08-03
thermal: consistently use int for temperatures
Sascha Hauer
1
-1
/
+1
2015-06-04
hwmon: (ntc_thermistor) Improve precision of resistance calculation
Chris Lesiak
1
-13
/
+10
2015-06-02
hwmon: (ntc_thermistor) fix iio raw to microvolts conversion
Chris Lesiak
1
-7
/
+8
2015-06-01
hwmon: (ntc_thermistor) Add support for ncpXXwf104
Beomho Seo
1
-0
/
+44
2015-05-27
hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGE
Chris Lesiak
1
-0
/
+9
2014-12-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
1
-1
/
+5
2014-11-20
thermal: of: improve of-thermal sensor registration API
Eduardo Valentin
1
-1
/
+5
2014-10-20
hwmon: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-22
hwmon: (ntc_thermistor) Add ntc thermistor to thermal subsystem as a sensor.
Jonghwa Lee
1
-0
/
+25
2014-08-04
hwmon: (ntc_thermistor) Support B57330V2103 from EPCOS
Johannes Pointner
1
-1
/
+49
2014-06-30
hwmon: (ntc_thermistor) Correct information printed during probe
Naveen Krishna Chatradhi
1
-1
/
+1
2014-06-25
hwmon: (ntc_thermistor) Use the manufacturer name properly
Naveen Krishna Chatradhi
1
-1
/
+13
2014-05-25
hwmon: (ntc_thermistor) Fix OF device ID mapping
Jean Delvare
1
-5
/
+6
2014-05-25
hwmon: (ntc_thermistor) Fix dependencies
Jean Delvare
1
-1
/
+3
2014-02-14
hwmon: (ntc_thermistor) Avoid math overflow
Doug Anderson
1
-3
/
+3
2013-08-12
hwmon: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-06-21
hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()
Sachin Kamat
1
-1
/
+0
2013-04-08
hwmon: Fix CamelCase checkpatch warnings
Guenter Roeck
1
-108
/
+108
2013-04-08
hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driver
Naveen Krishna Chatradhi
1
-19
/
+126
2013-02-20
hwmon: (ntc_thermistor): Fix sparse warnings
Sachin Kamat
1
-2
/
+2
2012-11-28
hwmon: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-28
hwmon: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-28
hwmon: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-07-22
hwmon: (ntc_thermistor) Ensure that data->name string is terminated
Guenter Roeck
1
-1
/
+1
2012-05-21
hwmon: (ntc_thermistor) Fix checkpatch warning
Guenter Roeck
1
-6
/
+6
2012-05-21
hwmon: (ntc_thermistor) Optimize and fix build warning
Guenter Roeck
1
-84
/
+80
2012-05-21
hwmon: (ntc_thermistor) Return error code from hwmon_device_register
Guenter Roeck
1
-2
/
+2
2012-05-21
hwmon: (ntc_thermistor) Convert to devm_kzalloc
Guenter Roeck
1
-8
/
+3
2011-11-26
hwmon: convert drivers/hwmon/* to use module_platform_driver()
Axel Lin
1
-13
/
+1
2011-08-23
hwmon: (ntc_thermistor) Simplify if sequence
Guenter Roeck
1
-2
/
+1
2011-07-28
hwmon: Driver for NTC Thermistors
Donggeun Kim
1
-0
/
+453