index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
nct6775.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()
Zev Weiss
2021-11-15
1
-1
/
+1
*
hwmon: (nct6775) add ProArt X570-CREATOR WIFI.
Denis Pauk
2021-10-27
1
-0
/
+1
*
hwmon: (nct6775) add Pro WS X570-ACE
Oleksandr Natalenko
2021-10-12
1
-0
/
+1
*
hwmon: (nct6775) Add additional ASUS motherboards.
Denis Pauk
2021-10-12
1
-0
/
+9
*
hwmon: (nct6775) Support access via Asus WMI
Denis Pauk
2021-10-12
1
-21
/
+219
*
hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data.
Denis Pauk
2021-10-12
1
-140
/
+143
*
hwmon: (nct6775) Use superio_*() function pointers in sio_data.
Denis Pauk
2021-10-12
1
-85
/
+104
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798D
Guenter Roeck
2020-07-14
1
-3
/
+3
*
hwmon : (nct6775) Use kobj_to_dev() API
zhouchuangao
2020-05-22
1
-5
/
+5
*
hwmon: (nct6775) Integrate new model nct6116
Björn Gerhart
2019-09-03
1
-6
/
+174
*
hwmon: (nct6775) Fix register address and added missed tolerance for nct6106
Björn Gerhart
2019-07-22
1
-1
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2019-05-24
1
-15
/
+1
*
hwmon: (nct6775) Fix fan6 detection for NCT6793D
Guenter Roeck
2019-01-28
1
-1
/
+2
*
hwmon: (nct6775) Enable IO mapping for NCT6797D and NCT6798D
Guenter Roeck
2019-01-07
1
-2
/
+4
*
hwmon: (nct6775) Fix chip ID for NCT6798D
Guenter Roeck
2019-01-07
1
-3
/
+3
*
hwmon: (nct6775) Add support for NCT6798D
Guenter Roeck
2018-10-11
1
-4
/
+80
*
hwmon: (nct6775) Add support for NCT6797D
Guenter Roeck
2018-10-11
1
-4
/
+41
*
hwmon: (nct6775) Fix names of DIMM temperature sources
Guenter Roeck
2018-10-11
1
-8
/
+8
*
hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796D
Guenter Roeck
2018-10-11
1
-14
/
+13
*
hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795D
Guenter Roeck
2018-10-11
1
-4
/
+15
*
hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793D
Guenter Roeck
2018-10-11
1
-5
/
+14
*
hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792D
Guenter Roeck
2018-10-11
1
-1
/
+4
*
hwmon: (nct6775) Improve instruction grouping
Guenter Roeck
2018-10-11
1
-4
/
+4
*
hwmon: (nct6775) Use logical or instead of if statements where possible
Guenter Roeck
2018-10-11
1
-23
/
+11
*
hwmon: (nct6775) Declare and initialize LDN specific config variables earlier
Guenter Roeck
2018-10-11
1
-5
/
+6
*
hwmon: (nct6775) Move config variable declarations and initializations
Guenter Roeck
2018-10-11
1
-19
/
+11
*
hwmon: (nct6775) Replace 'regval' with variables named after config registers
Guenter Roeck
2018-10-11
1
-20
/
+23
*
hwmon: (nct6775) Rename configuration register variables
Guenter Roeck
2018-10-11
1
-21
/
+21
*
hwmon: (nct6775) Only display fan speed tolerance conditionally
Guenter Roeck
2018-10-11
1
-13
/
+19
*
hwmon: (nct6775) Clean up a condition
Dan Carpenter
2018-10-11
1
-2
/
+1
*
hwmon: (nct6775) Use different register to get fan RPM for fan7
Guenter Roeck
2018-09-17
1
-2
/
+2
*
hwmon: (nct6775) Fix RPM output for fan7 on NCT6796D
Guenter Roeck
2018-09-16
1
-4
/
+9
*
hwmon: (nct6775) Fix virtual temperature sources for NCT6796D
Guenter Roeck
2018-09-15
1
-6
/
+22
*
hwmon: (nct6775) Fix access to fan pulse registers
Guenter Roeck
2018-09-07
1
-11
/
+16
*
hwmon: (nct6775) Set weight source to zero correctly
Dan Carpenter
2018-09-05
1
-1
/
+1
*
hwmon: (nct6775) Fix potential Spectre v1
Gustavo A. R. Silva
2018-08-27
1
-0
/
+2
*
hwmon: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-09
1
-1
/
+1
*
hwmon: (nct6775) Fix comment in the description of pwm_mode
Guenter Roeck
2018-07-09
1
-2
/
+2
*
hwmon: (nct6775) Fix loop limit
Guenter Roeck
2018-06-17
1
-1
/
+1
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
1
-2
/
+2
*
hwmon: (nct6775) Fix writing pwmX_mode
Guenter Roeck
2018-03-27
1
-5
/
+5
*
hwmon: (nct6775) Add support for NCT6796D
Guenter Roeck
2018-03-11
1
-50
/
+122
*
hwmon: (nct6775) Initialize boolean variables with declaration
Guenter Roeck
2018-03-11
1
-24
/
+4
*
hwmon: (nct6775) Improve fan6/pwm6 support
Guenter Roeck
2018-03-11
1
-7
/
+30
*
hwmon: (nct6775) Use NUM_FAN consistently
Guenter Roeck
2018-03-11
1
-6
/
+6
*
hwmon: (nct6775) Add support for NCT6795D
Guenter Roeck
2017-06-12
1
-4
/
+61
*
hwmon: (nct6775) Improve fan detection
Guenter Roeck
2017-06-12
1
-8
/
+37
*
hwmon: (nct6775) Rework temperature source and label handling
Guenter Roeck
2017-06-12
1
-31
/
+65
*
hwmon: (nct6775) Use bitops
Guenter Roeck
2017-06-12
1
-61
/
+62
[next]