index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
lm90.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: (lm90) fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-08-21
1
-1
/
+1
*
hwmon: Explicitly include correct DT includes
Rob Herring
2023-08-21
1
-1
/
+1
*
hwmon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-08
1
-1
/
+1
*
hwmon: Include <linux/kstrtox.h> when appropriate
Christophe JAILLET
2022-12-04
1
-0
/
+1
*
hwmon: (lm90) simplify using devm_regulator_get_enable()
Matti Vaittinen
2022-12-04
1
-18
/
+2
*
hwmon: (lm90) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-09-25
1
-4
/
+4
*
hwmon: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-19
1
-1
/
+1
*
hwmon: (lm90) Fix error return value from detect function
Guenter Roeck
2022-08-10
1
-1
/
+1
*
hwmon: (lm90) Use worker for alarm notifications
Guenter Roeck
2022-07-13
1
-5
/
+13
*
hwmon: (lm90) Read the channel's temperature offset from device-tree
Slawomir Stepien
2022-07-13
1
-0
/
+16
*
hwmon: (lm90) Add support for 2nd remote channel's offset register
Slawomir Stepien
2022-07-13
1
-9
/
+49
*
hwmon: (lm90) Read the channel's label from device-tree
Slawomir Stepien
2022-07-13
1
-0
/
+72
*
hwmon: (lm90) Define maximum number of channels that are supported
Slawomir Stepien
2022-07-13
1
-12
/
+15
*
hwmon: (lm90) Add compatible entry for adt7481
Slawomir Stepien
2022-07-13
1
-0
/
+4
*
hwmon: (lm90) Support temp_samples attribute
Guenter Roeck
2022-07-13
1
-14
/
+91
*
hwmon: (lm90) Add table with supported Analog/ONSEMI devices
Guenter Roeck
2022-07-13
1
-0
/
+36
*
hwmon: (lm90) Add support and detection of Philips/NXP NE1618
Guenter Roeck
2022-07-13
1
-12
/
+32
*
hwmon: (lm90) Add explicit support for ADM1020
Guenter Roeck
2022-07-13
1
-1
/
+9
*
hwmon: (lm90) Only disable alerts if not already disabled
Guenter Roeck
2022-07-13
1
-2
/
+4
*
hwmon: (lm90) Add support for ADT7421
Guenter Roeck
2022-07-13
1
-1
/
+9
*
hwmon: (lm90) Add support for ON Semiconductor NCT218
Guenter Roeck
2022-07-13
1
-2
/
+29
*
hwmon: (lm90) Add support for ON Semiconductor NCT214 and NCT72
Guenter Roeck
2022-07-13
1
-1
/
+34
*
hwmon: (lm90) Add explicit support for NCT210
Guenter Roeck
2022-07-13
1
-2
/
+16
*
hwmon: (lm90) Combine lm86 and lm90 configuration
Guenter Roeck
2022-07-13
1
-12
/
+5
*
hwmon: (lm90) Add remaining chips supported by adm1021 driver
Guenter Roeck
2022-07-13
1
-0
/
+26
*
hwmon: (lm90) Add support for ADM1021, ADM1021A, and ADM1023
Guenter Roeck
2022-07-13
1
-5
/
+42
*
hwmon: (lm90) Support MAX1617 and LM84
Guenter Roeck
2022-07-13
1
-35
/
+229
*
hwmon: (lm90) Introduce 16-bit register write function
Guenter Roeck
2022-07-13
1
-14
/
+19
*
hwmon: (lm90) Let lm90_read16() handle 8-bit read operations
Guenter Roeck
2022-07-13
1
-30
/
+17
*
hwmon: (lm90) Add support for MAX6642
Guenter Roeck
2022-07-13
1
-14
/
+64
*
hwmon: (lm90) Add flag to indicate conversion rate support
Guenter Roeck
2022-07-13
1
-27
/
+39
*
hwmon: (lm90) Add flag to indicate support for minimum temperature limits
Guenter Roeck
2022-07-13
1
-23
/
+31
*
hwmon: (lm90) Add support for MAX6690
Guenter Roeck
2022-07-13
1
-1
/
+16
*
hwmon: (lm90) Strengthen chip detection for ADM1032, ADT7461(A), and NCT1008
Guenter Roeck
2022-07-13
1
-4
/
+8
*
hwmon: (lm90) Add support for ADT7481, ADT7482, and ADT7483
Guenter Roeck
2022-07-13
1
-30
/
+89
*
hwmon: (lm90) Add explicit support for MAX6648/MAX6692
Guenter Roeck
2022-07-13
1
-4
/
+37
*
hwmon: (lm90) Add flag to indicate 'alarms' attribute support
Guenter Roeck
2022-07-13
1
-19
/
+38
*
hwmon: (lm90) Fix/Add detection of G781-1
Guenter Roeck
2022-07-13
1
-5
/
+34
*
hwmon: (lm90) Add support for additional chip revision of NCT1008
Guenter Roeck
2022-07-13
1
-1
/
+6
*
hwmon: (lm90) Rework detect function
Guenter Roeck
2022-07-13
1
-143
/
+236
*
hwmon: (lm90) Use single flag to indicate extended temperature support
Guenter Roeck
2022-07-13
1
-15
/
+10
*
hwmon: (lm90) Support multiple temperature resolutions
Guenter Roeck
2022-07-13
1
-297
/
+155
*
hwmon: (lm90) Only re-read registers if volatile
Guenter Roeck
2022-07-13
1
-18
/
+23
*
hwmon: (lm90) Add support for unsigned and signed temperatures
Guenter Roeck
2022-07-13
1
-28
/
+42
*
hwmon: (lm90) Enable full PEC support for ADT7461A
Guenter Roeck
2022-07-13
1
-5
/
+12
*
hwmon: (lm90) Add partial PEC support for ADT7461
Guenter Roeck
2022-07-13
1
-1
/
+1
*
hwmon: (lm90) Improve PEC support
Guenter Roeck
2022-07-13
1
-27
/
+29
*
hwmon: (lm90) Stop using R_/W_ register prefix
Guenter Roeck
2022-07-13
1
-117
/
+117
*
hwmon: (lm90) Move status register bit shifts to compile time
Guenter Roeck
2022-07-13
1
-13
/
+14
*
hwmon: (lm90) Use BIT macro
Guenter Roeck
2022-07-13
1
-27
/
+28
[next]