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
/
nct6775.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: (nct6775) Add support for NCT6795D
Guenter Roeck
2017-06-11
1
-4
/
+61
*
hwmon: (nct6775) Improve fan detection
Guenter Roeck
2017-06-11
1
-8
/
+37
*
hwmon: (nct6775) Rework temperature source and label handling
Guenter Roeck
2017-06-11
1
-31
/
+65
*
hwmon: (nct6775) Use bitops
Guenter Roeck
2017-06-11
1
-61
/
+62
*
hwmon: (nct6775) use permission-specific DEVICE_ATTR variants
Julia Lawall
2017-01-02
1
-2
/
+2
*
hwmon: (nct6775) Add support for multiple virtual temperature sources
Guenter Roeck
2016-09-18
1
-2
/
+13
*
hwmon: (nct6775) Do not accept force_id unless chip is found
Guenter Roeck
2016-09-08
1
-4
/
+4
*
hwmon: (nct6683,nct6775) constify sensor_template_group structures
Julia Lawall
2015-12-18
1
-5
/
+6
*
hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793
Guenter Roeck
2015-10-30
1
-1
/
+82
*
hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature source
Guenter Roeck
2015-10-30
1
-5
/
+13
*
hwmon: (nct6775) Add support for NCT6793D
Guenter Roeck
2015-09-12
1
-16
/
+32
*
hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips
Guenter Roeck
2015-09-12
1
-6
/
+10
*
hwmon: (nct6775) Add missing sysfs attribute initialization
Guenter Roeck
2015-05-29
1
-0
/
+2
*
hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-M
Guenter Roeck
2015-03-15
1
-0
/
+21
*
hwmon: (nct6775) Restore hardware monitoring logical device status on resume
Guenter Roeck
2015-03-15
1
-13
/
+22
*
hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPS
Guenter Roeck
2015-03-15
1
-17
/
+5
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
hwmon: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
hwmon: (nct6775) Add blank lines after declarations
Guenter Roeck
2014-11-30
1
-6
/
+24
*
|
hwmon: (nct6775) Add support for NCT6792D
Guenter Roeck
2014-11-30
1
-10
/
+37
|
/
*
hwmon: (nct6775) Remove num_attr_groups from struct nct6775_data
Axel Lin
2014-08-04
1
-6
/
+6
*
hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791D
Axel Lin
2014-08-04
1
-1
/
+1
*
hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devices
Axel Lin
2014-05-24
1
-3
/
+5
*
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-01-29
1
-1
/
+1
|
\
|
*
Update Jean Delvare's e-mail address
Jean Delvare
2014-01-29
1
-1
/
+1
*
|
hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resume
Guenter Roeck
2014-01-14
1
-11
/
+27
|
/
*
hwmon: (nct6775) NCT6791 supports weight control only for CPUFAN
Guenter Roeck
2013-11-18
1
-8
/
+21
*
hwmon: (nct6775) Monitor additional temperature registers
Guenter Roeck
2013-11-18
1
-2
/
+60
*
hwmon: (nct6775) Remove an unused variable
Dan Carpenter
2013-10-19
1
-2
/
+2
*
hwmon: (nct6775) fix coccinelle warnings
Fengguang Wu
2013-10-18
1
-4
/
+1
*
hwmon: (nct6775) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
2013-10-13
1
-16
/
+5
*
hwmon: (nct6775) Convert to use hwmon_device_register_with_groups
Guenter Roeck
2013-10-13
1
-86
/
+36
*
hwmon: (nct6775) Check array index when accessing temp_offset
Guenter Roeck
2013-10-13
1
-1
/
+2
*
hwmon: (nct6775) Use return value from find_temp_source
Guenter Roeck
2013-10-13
1
-2
/
+2
*
hwmon: (nct6775) Add support for hibernate
Harald Judt
2013-08-11
1
-0
/
+2
*
hwmon: use dev_get_platdata()
Jingoo Han
2013-08-11
1
-1
/
+1
*
hwmon: (nct6775) Fix size of data->temp array
Dan Carpenter
2013-08-11
1
-2
/
+2
*
hwmon: (nct6775) Avoid using device platform data outside probe function
Guenter Roeck
2013-08-11
1
-26
/
+25
*
hwmon: (nct6775) Add support for NCT6791D
David Bartley
2013-08-11
1
-74
/
+207
*
hwmon: (nct6775) Add support for beep attributes
Guenter Roeck
2013-08-11
1
-21
/
+218
*
hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106
Guenter Roeck
2013-08-11
1
-9
/
+34
*
hwmon: (nct6775) Add support for NCT6102D/6106D
Guenter Roeck
2013-08-11
1
-25
/
+225
*
hwmon: (nct6775) Support two SuperIO chips in the same system
Guenter Roeck
2013-08-11
1
-50
/
+63
*
hwmon: (nct6775) Allocate attributes dynamically from templates
Guenter Roeck
2013-08-11
1
-1103
/
+507
*
hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775
Guenter Roeck
2013-06-27
1
-5
/
+7
*
hwmon: (nct6775) Fix temperature alarm attributes
Guenter Roeck
2013-06-27
1
-23
/
+57
*
hwmon: (nct6775) Do not create non-existing attributes
Guenter Roeck
2013-05-11
1
-2
/
+4
*
hwmon: (nct6775) Fix coding style problems
Guenter Roeck
2013-04-21
1
-3
/
+3
*
hwmon: (nct6775) Constify strings
Guenter Roeck
2013-04-21
1
-1
/
+1
*
hwmon: (nct6775) Use ARRAY_SIZE for loops where possible
Guenter Roeck
2013-04-13
1
-8
/
+8
[next]