index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
w83627hf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-20
hwmon: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-06
hwmon: (w83627hf) Fix vrm write operation
Axel Lin
1
-0
/
+3
2014-01-29
Update Jean Delvare's e-mail address
Jean Delvare
1
-1
/
+1
2013-08-12
hwmon: use dev_get_platdata()
Jingoo Han
1
-3
/
+3
2013-01-26
hwmon: Replace SENSORS_LIMIT with clamp_val
Guenter Roeck
1
-13
/
+10
2012-12-20
hwmon: (w83627hf) Don't touch nonexistent I2C address registers
Jean Delvare
1
-2
/
+4
2012-12-20
hwmon: (w83627hf) Add support for suspend
Jean Delvare
1
-1
/
+74
2012-11-28
hwmon: remove use of __devexit
Bill Pemberton
1
-2
/
+2
2012-11-28
hwmon: remove use of __devinit
Bill Pemberton
1
-4
/
+4
2012-11-28
hwmon: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-06
hwmon: Fix chip feature table headers
Jean Delvare
1
-1
/
+1
2012-08-19
sections: Fix section conflicts in drivers/hwmon
Andi Kleen
1
-1
/
+1
2012-07-22
hwmon: (w83627hf) Convert to use devm_ functions
Guenter Roeck
1
-30
/
+16
2012-03-19
hwmon: (w83627hf) Fix checkpatch issues
Guenter Roeck
1
-90
/
+174
2012-03-19
hwmon: remove () used with return
Frans Meulenbroeks
1
-4
/
+4
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-01-08
hwmon: (w83627hf) Use pr_fmt and pr_<level>
Joe Perches
1
-9
/
+8
2009-12-16
hwmon: (w83627hf) Fix for "No such device"
Christian Schulte
1
-1
/
+1
2009-12-09
hwmon: (w83627hf) Stop using globals for I/O port numbers
Jean Delvare
1
-43
/
+42
2009-12-09
hwmon: (w83627hf) Drop the force_addr module parameter
Jean Delvare
1
-11
/
+0
2009-09-15
hwmon: Include <linux/io.h> instead of <asm/io.h>
H Hartley Sweeten
1
-1
/
+1
2009-01-07
hwmon: Check for ACPI resource conflicts
Jean Delvare
1
-0
/
+5
2008-08-07
hwmon: (w83627hf) Drop reset module parameter
Jean Delvare
1
-27
/
+0
2008-08-07
hwmon: (w83627hf) Add pwm_enable sysfs interface
Dominik Geyer
1
-0
/
+74
2008-02-08
hwmon: (w83627hf) Refactor beep enable handling
Jean Delvare
1
-51
/
+25
2008-02-08
hwmon: (w83627hf) Add individual alarm and beep files
Jean Delvare
1
-3
/
+139
2008-02-08
hwmon: (w83627hf) Enable VBAT monitoring
Jean Delvare
1
-0
/
+5
2008-02-08
hwmon: Let the user override the detected Super-I/O device ID
Jean Delvare
1
-1
/
+5
2007-11-08
hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplify
Jim Cromie
1
-13
/
+14
2007-11-08
hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-X
Jim Cromie
1
-84
/
+42
2007-10-14
hwmon: (w83627hf) don't assume bank 0
Jean Delvare
1
-22
/
+22
2007-10-13
hwmon: (w83627hf) Fix setting fan min right after driver load
Jean Delvare
1
-12
/
+22
2007-10-13
hwmon: (w83627hf) De-macro sysfs callback functions
Jim Cromie
1
-359
/
+342
2007-10-10
hwmon: VRM is not read from registers
Jean Delvare
1
-1
/
+1
2007-10-10
hwmon: Convert from class_device to device
Tony Jones
1
-5
/
+5
2007-10-10
hwmon: Don't export thermistor beta
Jean Delvare
1
-9
/
+10
2007-10-10
hwmon: Allow writing of negative trigger temperatures
Christian Hohnstaedt
1
-3
/
+3
2007-07-31
hwmon: Add missing __devexit tags in various drivers
Jean Delvare
1
-1
/
+1
2007-07-19
hwmon: Fix a potential race condition on unload
Jean Delvare
1
-1
/
+2
2007-07-19
hwmon/w83627hf: Add PWM frequency selection support
Carlos Olalla Martinez
1
-1
/
+140
2007-07-19
hwmon: Use platform_device_add_data()
Jean Delvare
1
-6
/
+3
2007-05-28
hwmon/w83627hf: Be quiet when no chip is found
Jean Delvare
1
-1
/
+3
2007-05-08
hwmon/w83627hf: Convert to a platform driver
Jean Delvare
1
-281
/
+310
2007-05-08
hwmon/w83627hf: Preliminary cleanups
Jean Delvare
1
-40
/
+36
2007-05-08
hwmon: Only call vid_which_vrm() when needed
Jean Delvare
1
-4
/
+5
2007-02-14
hwmon: Cleanup a bogus legacy comment
Jean Delvare
1
-3
/
+2
2006-09-29
hwmon: Fix unchecked return status, batch 1
Mark M. Hoffman
1
-94
/
+138
2006-09-27
i2c-isa: Restore driver owner
Jean Delvare
1
-0
/
+1
2006-06-26
spelling fixes
Andreas Mohr
1
-1
/
+1
2006-03-24
[PATCH] I2C: hwmon: Rename register parameters
Darren Jenkins
1
-3
/
+2
[next]