summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83627hf.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: use dev_get_platdata()Jingoo Han2013-08-111-3/+3
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-251-13/+10
* hwmon: (w83627hf) Don't touch nonexistent I2C address registersJean Delvare2012-12-191-2/+4
* hwmon: (w83627hf) Add support for suspendJean Delvare2012-12-191-1/+74
* hwmon: remove use of __devexitBill Pemberton2012-11-281-2/+2
* hwmon: remove use of __devinitBill Pemberton2012-11-281-4/+4
* hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwmon: Fix chip feature table headersJean Delvare2012-11-051-1/+1
* sections: Fix section conflicts in drivers/hwmonAndi Kleen2012-08-181-1/+1
* hwmon: (w83627hf) Convert to use devm_ functionsGuenter Roeck2012-07-211-30/+16
* hwmon: (w83627hf) Fix checkpatch issuesGuenter Roeck2012-03-181-90/+174
* hwmon: remove () used with returnFrans Meulenbroeks2012-03-181-4/+4
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* hwmon: (w83627hf) Use pr_fmt and pr_<level>Joe Perches2011-01-081-9/+8
* hwmon: (w83627hf) Fix for "No such device"Christian Schulte2009-12-161-1/+1
* hwmon: (w83627hf) Stop using globals for I/O port numbersJean Delvare2009-12-091-43/+42
* hwmon: (w83627hf) Drop the force_addr module parameterJean Delvare2009-12-091-11/+0
* hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2009-09-151-1/+1
* hwmon: Check for ACPI resource conflictsJean Delvare2009-01-071-0/+5
* hwmon: (w83627hf) Drop reset module parameterJean Delvare2008-08-061-27/+0
* hwmon: (w83627hf) Add pwm_enable sysfs interfaceDominik Geyer2008-08-061-0/+74
* hwmon: (w83627hf) Refactor beep enable handlingJean Delvare2008-02-071-51/+25
* hwmon: (w83627hf) Add individual alarm and beep filesJean Delvare2008-02-071-3/+139
* hwmon: (w83627hf) Enable VBAT monitoringJean Delvare2008-02-071-0/+5
* hwmon: Let the user override the detected Super-I/O device IDJean Delvare2008-02-071-1/+5
* hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplifyJim Cromie2007-11-081-13/+14
* hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-XJim Cromie2007-11-081-84/+42
* hwmon: (w83627hf) don't assume bank 0Jean Delvare2007-10-131-22/+22
* hwmon: (w83627hf) Fix setting fan min right after driver loadJean Delvare2007-10-131-12/+22
* hwmon: (w83627hf) De-macro sysfs callback functionsJim Cromie2007-10-131-359/+342
* hwmon: VRM is not read from registersJean Delvare2007-10-091-1/+1
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* hwmon: Don't export thermistor betaJean Delvare2007-10-091-9/+10
* hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt2007-10-091-3/+3
* hwmon: Add missing __devexit tags in various driversJean Delvare2007-07-301-1/+1
* hwmon: Fix a potential race condition on unloadJean Delvare2007-07-191-1/+2
* hwmon/w83627hf: Add PWM frequency selection supportCarlos Olalla Martinez2007-07-191-1/+140
* hwmon: Use platform_device_add_data()Jean Delvare2007-07-191-6/+3
* hwmon/w83627hf: Be quiet when no chip is foundJean Delvare2007-05-271-1/+3
* hwmon/w83627hf: Convert to a platform driverJean Delvare2007-05-081-281/+310
* hwmon/w83627hf: Preliminary cleanupsJean Delvare2007-05-081-40/+36
* hwmon: Only call vid_which_vrm() when neededJean Delvare2007-05-081-4/+5
* hwmon: Cleanup a bogus legacy commentJean Delvare2007-02-141-3/+2
* hwmon: Fix unchecked return status, batch 1Mark M. Hoffman2006-09-281-94/+138
* i2c-isa: Restore driver ownerJean Delvare2006-09-261-0/+1
* spelling fixesAndreas Mohr2006-06-261-1/+1
* [PATCH] I2C: hwmon: Rename register parametersDarren Jenkins2006-03-231-3/+2
* [PATCH] hwmon: Add support for the Winbond W83687THFJean Delvare2006-03-231-14/+58
* [PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar2006-03-231-28/+29
* [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-051-1/+0