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
/
it87.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: (it87) Add support for IT8792E
Guenter Roeck
2017-02-10
1
-2
/
+16
*
hwmon: (it87) Do not overwrite bit 2..6 of pwm control registers
Guenter Roeck
2017-02-10
1
-13
/
+24
*
hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628
Guenter Roeck
2017-02-10
1
-1
/
+1
*
hwmon: (it87) Ensure that pwm control cache is current before updating values
Guenter Roeck
2017-02-10
1
-0
/
+2
*
hwmon: (it87) Improve IT8622 support
Guenter Roeck
2017-02-10
1
-8
/
+59
*
hwmon: (it87) Add support for IT8622E
Guenter Roeck
2017-02-10
1
-1
/
+15
*
hwmon: (it87) Add feature flag indicating that VIN3 is connected to 5V
Guenter Roeck
2017-02-10
1
-3
/
+7
*
hwmon: (it87) use permission-specific DEVICE_ATTR variants
Julia Lawall
2017-01-02
1
-10
/
+10
*
hwmon: (it87) Drop useless comments
Jean Delvare
2016-09-08
1
-4
/
+4
*
hwmon: (it87) Add missing sysfs attribute group terminator
Jean Delvare
2016-08-29
1
-0
/
+1
*
hwmon: (it87) Features mask must be 32 bit wide
Guenter Roeck
2016-08-11
1
-1
/
+1
*
hwmon: (it87) Add support for IT8628E
Guenter Roeck
2016-04-19
1
-2
/
+16
*
hwmon: (it87) Fix pwm_temp_map for system with 6 pwm channels
Guenter Roeck
2016-04-19
1
-8
/
+15
*
hwmon: (it87) Support automatic pwm control on newer chips
Guenter Roeck
2016-04-19
1
-14
/
+187
*
hwmon: (it87) Enhance validation for fan4 and fan5
Guenter Roeck
2016-04-19
1
-0
/
+23
*
hwmon: (it87) Support disabling fan control for all pwm control and chips
Guenter Roeck
2016-04-19
1
-21
/
+31
*
hwmon: (it87) Formatting cleanup
Guenter Roeck
2016-04-19
1
-75
/
+80
*
hwmon: (it87) Use defines for array sizes and sensor counts
Guenter Roeck
2016-04-19
1
-24
/
+34
*
hwmon: (it87) Use BIT macro
Guenter Roeck
2016-04-19
1
-144
/
+146
*
hwmon: (it87) Add support for VIN7 to VIN10 on IT8620E
Guenter Roeck
2016-04-19
1
-5
/
+24
*
hwmon: (it87) Simplify reading voltage registers
Guenter Roeck
2016-04-19
1
-9
/
+13
*
hwmon: (it87) Support up to 6 temperature sensors on IT8620E
Guenter Roeck
2016-04-19
1
-8
/
+40
*
hwmon: (it87) Convert to use new hwmon API
Guenter Roeck
2016-04-19
1
-74
/
+19
*
hwmon: (it87) Use single group and is_visible for miscellaneous attributes
Guenter Roeck
2016-04-19
1
-48
/
+33
*
hwmon: (it87) Use is_visible for pwm attributes
Guenter Roeck
2016-04-19
1
-72
/
+65
*
hwmon: (it87) Use is_visible for fan attributes
Guenter Roeck
2016-04-19
1
-85
/
+55
*
hwmon: (it87) Use is_visible for temperature sensors
Guenter Roeck
2016-04-19
1
-51
/
+36
*
hwmon: (it87) Use is_visible for voltage sensors
Guenter Roeck
2016-04-19
1
-68
/
+56
*
hwmon: (it87) Rearrange code to avoid forward declarations
Guenter Roeck
2016-04-19
1
-336
/
+327
*
hwmon: (it87) Add support for second Super-IO chip
Guenter Roeck
2016-04-19
1
-15
/
+34
*
hwmon: (it87) Pass SIO base address as parameter to superio functions
Guenter Roeck
2016-04-19
1
-65
/
+72
*
hwmon: (it87) Don't use pdev as static driver variable
Guenter Roeck
2016-04-19
1
-3
/
+5
*
hwmon: (it87) Simplify error return in it87_device_add
Guenter Roeck
2016-04-19
1
-7
/
+3
*
hwmon: (it87) Add support for second pwm frequency register
Guenter Roeck
2016-04-19
1
-31
/
+69
*
hwmon: (it87) Add support for all pwm channels on IT8620E
Guenter Roeck
2016-04-19
1
-20
/
+94
*
hwmon: (it87) Add feature flag for AVCC3 support
Guenter Roeck
2016-04-19
1
-8
/
+13
*
hwmon: (it87) Add support for IT8732F
Justin Maggard
2015-08-09
1
-7
/
+36
*
hwmon: (it87) Use feature macros on sio_data
Guenter Roeck
2015-04-09
1
-2
/
+5
*
hwmon: (it87) Add support for 6th fan of IT8620E
Guenter Roeck
2015-04-05
1
-15
/
+33
*
hwmon: (it87) Add support for IT8620E
Guenter Roeck
2015-04-05
1
-1
/
+42
*
hwmon: (it87) Add support for IT8790E
Guenter Roeck
2015-04-05
1
-1
/
+13
*
hwmon: (it87) Introduce feature flag to reflect internal in7 sensor
Guenter Roeck
2015-04-05
1
-11
/
+16
*
hwmon: (it87) Introduce configuration field for chip suffix
Guenter Roeck
2015-04-05
1
-3
/
+17
*
hwmon: (it87) Fix PWM frequency display for chips with newer PWM control
Guenter Roeck
2015-04-05
1
-9
/
+25
*
hwmon: (it87) Fix pwm sysfs attribute removal
Guenter Roeck
2015-03-30
1
-1
/
+1
*
hwmon: (it87) No need to skip fan4 for IT8603
Guenter Roeck
2015-03-09
1
-4
/
+0
*
hwmon: (it87) Add support for IT8786E
Thomas Lorblanches
2015-03-09
1
-6
/
+16
*
hwmon: (it87) Add feature flag for VID support
Guenter Roeck
2015-03-09
1
-20
/
+11
*
hwmon: (it87) Add feature flags for fans count and 16-bit fan configuration
Guenter Roeck
2015-03-09
1
-33
/
+36
*
hwmon: (it87) Don't configure 16 bit fan counters it not necessary
Guenter Roeck
2015-03-09
1
-3
/
+6
[next]