index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
w83627hf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-18
sections: Fix section conflicts in drivers/hwmon
Andi Kleen
1
-1
/
+1
2012-07-21
hwmon: (w83627hf) Convert to use devm_ functions
Guenter Roeck
1
-30
/
+16
2012-03-18
hwmon: (w83627hf) Fix checkpatch issues
Guenter Roeck
1
-90
/
+174
2012-03-18
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-06
hwmon: (w83627hf) Drop reset module parameter
Jean Delvare
1
-27
/
+0
2008-08-06
hwmon: (w83627hf) Add pwm_enable sysfs interface
Dominik Geyer
1
-0
/
+74
2008-02-07
hwmon: (w83627hf) Refactor beep enable handling
Jean Delvare
1
-51
/
+25
2008-02-07
hwmon: (w83627hf) Add individual alarm and beep files
Jean Delvare
1
-3
/
+139
2008-02-07
hwmon: (w83627hf) Enable VBAT monitoring
Jean Delvare
1
-0
/
+5
2008-02-07
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-13
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-09
hwmon: VRM is not read from registers
Jean Delvare
1
-1
/
+1
2007-10-09
hwmon: Convert from class_device to device
Tony Jones
1
-5
/
+5
2007-10-09
hwmon: Don't export thermistor beta
Jean Delvare
1
-9
/
+10
2007-10-09
hwmon: Allow writing of negative trigger temperatures
Christian Hohnstaedt
1
-3
/
+3
2007-07-30
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-27
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-28
hwmon: Fix unchecked return status, batch 1
Mark M. Hoffman
1
-94
/
+138
2006-09-26
i2c-isa: Restore driver owner
Jean Delvare
1
-0
/
+1
2006-06-26
spelling fixes
Andreas Mohr
1
-1
/
+1
2006-03-23
[PATCH] I2C: hwmon: Rename register parameters
Darren Jenkins
1
-3
/
+2
2006-03-23
[PATCH] hwmon: Add support for the Winbond W83687THF
Jean Delvare
1
-14
/
+58
2006-03-23
[PATCH] hwmon: Semaphore to mutex conversions
Ingo Molnar
1
-28
/
+29
2006-01-05
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-01-05
[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11
Laurent Riffard
1
-3
/
+5
2006-01-05
[PATCH] hwmon: W83627THF VID fixes
Yuan Mu
1
-9
/
+7
2005-11-23
[PATCH] hwmon: Fix missing boundary check when setting W83627THF in0 limits
Yuan Mu
1
-2
/
+6
2005-11-07
[PATCH] hwmon: Fix two w83627hf bugs
Yuan Mu
1
-12
/
+4
2005-10-28
[PATCH] hwmon: kzalloc conversion
Deepak Saxena
1
-2
/
+1
2005-10-28
[PATCH] hwmon: Drop useless w83627hf initialization step
Jean Delvare
1
-7
/
+0
2005-10-28
[PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)
Petr Vandrovec
1
-8
/
+13
2005-10-28
[PATCH] hwmon: Discard bogus comment about init setting limits
Jean Delvare
1
-1
/
+0
[next]