index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
w83627ehf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-01
hwmon: (w83627ehf) mark const init data with __initconst instead of __initdata
Uwe Kleine-König
1
-9
/
+9
2012-03-18
hwmon: (w83627ehf) Add support for temperature offset registers
Guenter Roeck
1
-0
/
+73
2012-03-18
hwmon: (w83627ehf) Fix multi-line comments
Guenter Roeck
1
-82
/
+106
2012-03-13
hwmon: (w83627ehf) Fix temp2 source for W83627UHG
Jean Delvare
1
-4
/
+4
2012-03-12
hwmon: (w83627ehf) Fix memory leak in probe function
Guenter Roeck
1
-4
/
+3
2012-03-12
hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776F
Guenter Roeck
1
-1
/
+1
2012-02-08
hwmon: (w83627ehf) Remove duplicate code
Guenter Roeck
1
-5
/
+0
2012-02-04
hwmon: (w83627ehf) Fix number of fans for NCT6776F
Guenter Roeck
1
-3
/
+20
2012-01-29
hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776F
Guenter Roeck
1
-0
/
+6
2012-01-05
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
1
-11
/
+11
2011-11-06
hwmon: (w83627ehf) Fix broken driver init
Guenter Roeck
1
-3
/
+6
2011-11-04
hwmon: (w83627ehf) Add support for the W83627UHG
Jean Delvare
1
-26
/
+122
2011-11-04
hwmon: (w83627ehf) Clean up probe function
Jean Delvare
1
-21
/
+32
2011-11-04
hwmon: (w83627ehf) Properly report PECI and AMD-SI sensor types
Jean Delvare
1
-1
/
+8
2011-10-24
hwmon: (w83627ehf) Better fix for negative temperature values
Jean Delvare
1
-25
/
+26
2011-10-24
hwmon: (w83627ehf) Uninline is_word_sized
Jean Delvare
1
-1
/
+1
2011-10-24
hwmon: (w83627ehf) Move fan pins check to a separate function
Jean Delvare
1
-53
/
+67
2011-10-24
hwmon: (w83627ehf) Skip reading unused voltage registers
Jean Delvare
1
-0
/
+3
2011-10-24
hwmon: (w83627ehf) add caseopen detection
Dmitry Artamonow
1
-0
/
+62
2011-10-20
hwmon: (w83627ehf) Fix negative 8-bit temperature values
Jean Delvare
1
-2
/
+3
2011-10-13
hwmon: (w83627ehf) Properly report thermal diode sensors
Jean Delvare
1
-4
/
+11
2011-03-14
hwmon: (w83627ehf) Display correct temperature sensor labels for systems with...
Guenter Roeck
1
-2
/
+3
2011-03-14
hwmon: (w83627ehf) Add fan debounce support for NCT6775F and NCT6776F
Ian Dobson
1
-0
/
+21
2011-03-14
hwmon: (w83627ehf) Store rpm instead of raw fan speed data
Guenter Roeck
1
-18
/
+9
2011-03-14
hwmon: (w83627ehf) Use 16 bit fan count registers if supported
Guenter Roeck
1
-27
/
+59
2011-03-14
hwmon: (w83627ehf) Add support for Nuvoton NCT6775F and NCT6776F
Guenter Roeck
1
-139
/
+652
2011-03-14
hwmon: (w83627ehf) Permit enabling SmartFan IV mode if configured at startup
Guenter Roeck
1
-2
/
+10
2011-03-14
hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to p...
Guenter Roeck
1
-24
/
+36
2011-03-14
hwmon: (w83627ehf) Improve support for W83667HG-B
Guenter Roeck
1
-31
/
+124
2011-03-14
hwmon: (w83627ehf) Optimize multi-bank register access
Guenter Roeck
1
-15
/
+11
2011-03-14
hwmon: (w83627ehf) Fixed most checkpatch warnings and errors
Guenter Roeck
1
-64
/
+85
2011-03-14
hwmon: (w83627ehf) Unify temperature register access, and use strict string c...
Guenter Roeck
1
-106
/
+113
2011-01-08
hwmon: (w83627ehf) Use pr_fmt and pr_<level>
Joe Perches
1
-13
/
+10
2010-09-17
hwmon: (w83627ehf) Use proper exit sequence
Jonas Jonsson
1
-0
/
+1
2010-08-14
hwmon: (w83627ehf) Add support for W83667HG-B
Guenter Roeck
1
-9
/
+33
2010-08-14
hwmon: (w83627ehf) Driver cleanup
Guenter Roeck
1
-3
/
+56
2009-12-15
hwmon: w83627ehf updates
Daniel J Blueman
1
-19
/
+53
2009-09-15
hwmon: Include <linux/io.h> instead of <asm/io.h>
H Hartley Sweeten
1
-1
/
+1
2009-06-15
hwmon: (w83627ehf) Add W83627DHG-P support
Jean Delvare
1
-1
/
+9
2009-03-30
hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HG
Gong Jun
1
-6
/
+54
2009-03-30
hwmon: (w83627ehf) Add support for W83667HG
Gong Jun
1
-37
/
+69
2009-03-30
hwmon: (w83627ehf) Invert fan pin variables logic
Jean Delvare
1
-4
/
+4
2009-02-17
hwmon: Fix ACPI resource check error handling
Hans de Goede
1
-1
/
+1
2009-01-07
hwmon: Fix various typos
Jean Delvare
1
-1
/
+1
2009-01-07
hwmon: Check for ACPI resource conflicts
Jean Delvare
1
-0
/
+6
2008-02-07
hwmon: (w83627ehf) The W83627DHG has 8 VID pins
Jean Delvare
1
-10
/
+8
2008-02-07
hwmon: Let the user override the detected Super-I/O device ID
Jean Delvare
1
-2
/
+9
2008-01-03
hwmon: (w83627ehf) Be more careful when changing VID input level
Jean Delvare
1
-14
/
+22
2007-10-09
hwmon: Convert from class_device to device
Tony Jones
1
-5
/
+5
2007-10-09
hwmon: Allow writing of negative trigger temperatures
Christian Hohnstaedt
1
-3
/
+3
[next]