aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/f71805f.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (f71805f) Fix clamping of temperature limitsJean Delvare2012-02-031-5/+5
* hwmon: (f71805f) Use pr_fmt and pr_<level>Joe Perches2011-01-081-16/+13
* 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: Let the user override the detected Super-I/O device IDJean Delvare2008-02-071-1/+5
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* hwmon: (f71805f) List the F71806F/FG as supportedJean Delvare2007-10-091-1/+4
* hwmon/f71805f: Add temperature-tracking fan control modePhil Endecott2007-07-191-1/+166
* hwmon: Fix a potential race condition on unloadJean Delvare2007-07-191-1/+1
* hwmon: Use platform_device_add_data()Jean Delvare2007-07-191-6/+3
* hwmon: Request the I/O regions in platform driversJean Delvare2007-05-081-1/+15
* hwmon/f71805f: Fix a race conditionJean Delvare2007-02-141-7/+1
* hwmon: Simplify the locking model of two driversJean Delvare2007-02-141-16/+6
* hwmon/f71805f: Fix the device address decodingJean Delvare2006-12-121-3/+4
* hwmon/f71805f: Always create all fan inputsJean Delvare2006-12-121-51/+23
* hwmon/f71805f: Add support for the Fintek F71872F/FG chipJean Delvare2006-12-121-43/+187
* hwmon/f71805f: Add support for "speed mode" fan speed controlJean Delvare2006-12-121-1/+49
* hwmon/f71805f: Support DC fan speed control modeJean Delvare2006-12-121-3/+43
* hwmon/f71805f: Let the user adjust the PWM base frequencyJean Delvare2006-12-121-1/+62
* hwmon/f71805f: Add manual fan speed controlJean Delvare2006-12-121-1/+144
* hwmon/f71805f: Store the fan control registersJean Delvare2006-12-121-11/+15
* hwmon: Fix unchecked return status, batch 4Jean Delvare2006-09-281-121/+203
* hwmon: Add individual alarm files to 4 driversJean Delvare2006-09-281-11/+35
* [PATCH] f71805f: Resource needs not be globalJean Delvare2006-06-221-8/+7
* [PATCH] hwmon: f71805f semaphore to mutex conversionsJean Delvare2006-03-231-28/+29
* [PATCH] hwmon: Use attribute arrays in f71805fJean Delvare2006-03-231-115/+103
* [PATCH] hwmon: New f71805f driverJean Delvare2006-02-061-0/+908