aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83627ehf.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (w83627ehf) Force initial bank selectionJean Delvare2012-11-171-0/+1
* hwmon: (w83627ehf) Fix memory leak in probe functionGuenter Roeck2012-03-191-4/+3
* hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776FGuenter Roeck2012-03-191-1/+1
* hwmon: (w83627ehf) Fix number of fans for NCT6776FGuenter Roeck2012-02-131-3/+23
* hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck2012-02-031-0/+6
* hwmon: (w83627ehf) Fix broken driver initGuenter Roeck2011-11-111-3/+6
* hwmon: (w83627ehf) Properly report PECI and AMD-SI sensor typesJean Delvare2011-11-111-1/+8
* hwmon: (w83627ehf) Fix negative 8-bit temperature valuesJean Delvare2011-10-251-2/+3
* hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare2011-10-251-4/+11
* hwmon: (w83627ehf) Display correct temperature sensor labels for systems with...Guenter Roeck2011-03-141-2/+3
* hwmon: (w83627ehf) Add fan debounce support for NCT6775F and NCT6776FIan Dobson2011-03-141-0/+21
* hwmon: (w83627ehf) Store rpm instead of raw fan speed dataGuenter Roeck2011-03-141-18/+9
* hwmon: (w83627ehf) Use 16 bit fan count registers if supportedGuenter Roeck2011-03-141-27/+59
* hwmon: (w83627ehf) Add support for Nuvoton NCT6775F and NCT6776FGuenter Roeck2011-03-141-139/+652
* hwmon: (w83627ehf) Permit enabling SmartFan IV mode if configured at startupGuenter Roeck2011-03-141-2/+10
* hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to p...Guenter Roeck2011-03-141-24/+36
* hwmon: (w83627ehf) Improve support for W83667HG-BGuenter Roeck2011-03-141-31/+124
* hwmon: (w83627ehf) Optimize multi-bank register accessGuenter Roeck2011-03-141-15/+11
* hwmon: (w83627ehf) Fixed most checkpatch warnings and errorsGuenter Roeck2011-03-141-64/+85
* hwmon: (w83627ehf) Unify temperature register access, and use strict string c...Guenter Roeck2011-03-141-106/+113
* hwmon: (w83627ehf) Use pr_fmt and pr_<level>Joe Perches2011-01-081-13/+10
* hwmon: (w83627ehf) Use proper exit sequenceJonas Jonsson2010-09-171-0/+1
* hwmon: (w83627ehf) Add support for W83667HG-BGuenter Roeck2010-08-141-9/+33
* hwmon: (w83627ehf) Driver cleanupGuenter Roeck2010-08-141-3/+56
* hwmon: w83627ehf updatesDaniel J Blueman2009-12-151-19/+53
* hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2009-09-151-1/+1
* hwmon: (w83627ehf) Add W83627DHG-P supportJean Delvare2009-06-151-1/+9
* hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HGGong Jun2009-03-301-6/+54
* hwmon: (w83627ehf) Add support for W83667HGGong Jun2009-03-301-37/+69
* hwmon: (w83627ehf) Invert fan pin variables logicJean Delvare2009-03-301-4/+4
* hwmon: Fix ACPI resource check error handlingHans de Goede2009-02-171-1/+1
* hwmon: Fix various typosJean Delvare2009-01-071-1/+1
* hwmon: Check for ACPI resource conflictsJean Delvare2009-01-071-0/+6
* hwmon: (w83627ehf) The W83627DHG has 8 VID pinsJean Delvare2008-02-071-10/+8
* hwmon: Let the user override the detected Super-I/O device IDJean Delvare2008-02-071-2/+9
* hwmon: (w83627ehf) Be more careful when changing VID input levelJean Delvare2008-01-031-14/+22
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt2007-10-091-3/+3
* hwmon: (w83627ehf) don't assume bank 0Jean Delvare2007-08-121-5/+3
* hwmon: (w83627ehf) read fan_div values during probeMark M. Hoffman2007-08-121-19/+29
* hwmon/w83627ehf: Be quiet when no chip is foundJean Delvare2007-07-191-2/+3
* hwmon/w83627ehf: No need to initialize fan_minJean Delvare2007-07-191-5/+0
* hwmon/w83627ehf: Export the thermal sensor typesJean Delvare2007-07-191-1/+23
* hwmon/w83627ehf: Enable VBAT monitoringJean Delvare2007-07-191-0/+5
* hwmon/w83627ehf: Add support for the VID inputsJean Delvare2007-07-191-2/+48
* hwmon/w83627ehf: Fix timing issuesJean Delvare2007-07-191-1/+3
* hwmon/w83627ehf: Add error messages for two error casesDavid Hubbard2007-07-191-1/+6
* hwmon/w83627ehf: Convert to a platform driverDavid Hubbard2007-07-191-222/+286
* hwmon/w83627ehf: Preserve speed reading when changing fan minJean Delvare2007-07-191-4/+9
* hwmon/w83627ehf: Don't redefine REGION_OFFSETJean Delvare2007-04-241-7/+7