index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
nct6775.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-27
hwmon: (nct6775) Fix writing pwmX_mode
Guenter Roeck
1
-5
/
+5
2018-03-11
hwmon: (nct6775) Add support for NCT6796D
Guenter Roeck
1
-50
/
+122
2018-03-11
hwmon: (nct6775) Initialize boolean variables with declaration
Guenter Roeck
1
-24
/
+4
2018-03-11
hwmon: (nct6775) Improve fan6/pwm6 support
Guenter Roeck
1
-7
/
+30
2018-03-11
hwmon: (nct6775) Use NUM_FAN consistently
Guenter Roeck
1
-6
/
+6
2017-06-12
hwmon: (nct6775) Add support for NCT6795D
Guenter Roeck
1
-4
/
+61
2017-06-12
hwmon: (nct6775) Improve fan detection
Guenter Roeck
1
-8
/
+37
2017-06-12
hwmon: (nct6775) Rework temperature source and label handling
Guenter Roeck
1
-31
/
+65
2017-06-12
hwmon: (nct6775) Use bitops
Guenter Roeck
1
-61
/
+62
2017-01-02
hwmon: (nct6775) use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-2
/
+2
2016-09-19
hwmon: (nct6775) Add support for multiple virtual temperature sources
Guenter Roeck
1
-2
/
+13
2016-09-09
hwmon: (nct6775) Do not accept force_id unless chip is found
Guenter Roeck
1
-4
/
+4
2015-12-18
hwmon: (nct6683,nct6775) constify sensor_template_group structures
Julia Lawall
1
-5
/
+6
2015-10-30
hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793
Guenter Roeck
1
-1
/
+82
2015-10-30
hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature source
Guenter Roeck
1
-5
/
+13
2015-09-13
hwmon: (nct6775) Add support for NCT6793D
Guenter Roeck
1
-16
/
+32
2015-09-13
hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips
Guenter Roeck
1
-6
/
+10
2015-05-30
hwmon: (nct6775) Add missing sysfs attribute initialization
Guenter Roeck
1
-0
/
+2
2015-03-15
hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-M
Guenter Roeck
1
-0
/
+21
2015-03-15
hwmon: (nct6775) Restore hardware monitoring logical device status on resume
Guenter Roeck
1
-13
/
+22
2015-03-15
hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPS
Guenter Roeck
1
-17
/
+5
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-01
hwmon: (nct6775) Add blank lines after declarations
Guenter Roeck
1
-6
/
+24
2014-12-01
hwmon: (nct6775) Add support for NCT6792D
Guenter Roeck
1
-10
/
+37
2014-10-20
hwmon: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-04
hwmon: (nct6775) Remove num_attr_groups from struct nct6775_data
Axel Lin
1
-6
/
+6
2014-08-04
hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791D
Axel Lin
1
-1
/
+1
2014-05-24
hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devices
Axel Lin
1
-3
/
+5
2014-01-30
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-01-29
Update Jean Delvare's e-mail address
Jean Delvare
1
-1
/
+1
2014-01-15
hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resume
Guenter Roeck
1
-11
/
+27
2013-11-19
hwmon: (nct6775) NCT6791 supports weight control only for CPUFAN
Guenter Roeck
1
-8
/
+21
2013-11-19
hwmon: (nct6775) Monitor additional temperature registers
Guenter Roeck
1
-2
/
+60
2013-10-19
hwmon: (nct6775) Remove an unused variable
Dan Carpenter
1
-2
/
+2
2013-10-18
hwmon: (nct6775) fix coccinelle warnings
Fengguang Wu
1
-4
/
+1
2013-10-14
hwmon: (nct6775) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-16
/
+5
2013-10-14
hwmon: (nct6775) Convert to use hwmon_device_register_with_groups
Guenter Roeck
1
-86
/
+36
2013-10-14
hwmon: (nct6775) Check array index when accessing temp_offset
Guenter Roeck
1
-1
/
+2
2013-10-14
hwmon: (nct6775) Use return value from find_temp_source
Guenter Roeck
1
-2
/
+2
2013-08-12
hwmon: (nct6775) Add support for hibernate
Harald Judt
1
-0
/
+2
2013-08-12
hwmon: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-12
hwmon: (nct6775) Fix size of data->temp array
Dan Carpenter
1
-2
/
+2
2013-08-12
hwmon: (nct6775) Avoid using device platform data outside probe function
Guenter Roeck
1
-26
/
+25
2013-08-12
hwmon: (nct6775) Add support for NCT6791D
David Bartley
1
-74
/
+207
2013-08-12
hwmon: (nct6775) Add support for beep attributes
Guenter Roeck
1
-21
/
+218
2013-08-12
hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106
Guenter Roeck
1
-9
/
+34
2013-08-12
hwmon: (nct6775) Add support for NCT6102D/6106D
Guenter Roeck
1
-25
/
+225
2013-08-12
hwmon: (nct6775) Support two SuperIO chips in the same system
Guenter Roeck
1
-50
/
+63
2013-08-12
hwmon: (nct6775) Allocate attributes dynamically from templates
Guenter Roeck
1
-1103
/
+507
2013-06-27
hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775
Guenter Roeck
1
-5
/
+7
[next]