aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/f71805f.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-2/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (f71805f) Use request_muxed_region for Super-IO accessesGuenter Roeck1-3/+12
2017-01-02hwmon: (f71805f) use permission-specific DEVICE_ATTR variantsJulia Lawall1-8/+8
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-21hwmon: (f71805f) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-04hwmon: (f71805f) Fix author's addressJean Delvare1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-07hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropriateGuenter Roeck1-2/+1
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-21hwmon: (f71805f) Convert to use devm_ functionsGuenter Roeck1-19/+7
2012-03-18hwmon: (f71805f) Fix checkpatch issuesGuenter Roeck1-51/+136
2012-03-18hwmon: remove () used with returnFrans Meulenbroeks1-7/+7
2012-01-20hwmon: (f71805f) Fix clamping of temperature limitsJean Delvare1-5/+5
2011-01-08hwmon: (f71805f) Use pr_fmt and pr_<level>Joe Perches1-16/+13
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-01-07hwmon: Check for ACPI resource conflictsJean Delvare1-0/+5
2008-02-07hwmon: Let the user override the detected Super-I/O device IDJean Delvare1-1/+5
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: (f71805f) List the F71806F/FG as supportedJean Delvare1-1/+4
2007-07-19hwmon/f71805f: Add temperature-tracking fan control modePhil Endecott1-1/+166
2007-07-19hwmon: Fix a potential race condition on unloadJean Delvare1-1/+1
2007-07-19hwmon: Use platform_device_add_data()Jean Delvare1-6/+3
2007-05-08hwmon: Request the I/O regions in platform driversJean Delvare1-1/+15
2007-02-14hwmon/f71805f: Fix a race conditionJean Delvare1-7/+1
2007-02-14hwmon: Simplify the locking model of two driversJean Delvare1-16/+6
2006-12-12hwmon/f71805f: Fix the device address decodingJean Delvare1-3/+4
2006-12-12hwmon/f71805f: Always create all fan inputsJean Delvare1-51/+23
2006-12-12hwmon/f71805f: Add support for the Fintek F71872F/FG chipJean Delvare1-43/+187
2006-12-12hwmon/f71805f: Add support for "speed mode" fan speed controlJean Delvare1-1/+49
2006-12-12hwmon/f71805f: Support DC fan speed control modeJean Delvare1-3/+43
2006-12-12hwmon/f71805f: Let the user adjust the PWM base frequencyJean Delvare1-1/+62
2006-12-12hwmon/f71805f: Add manual fan speed controlJean Delvare1-1/+144
2006-12-12hwmon/f71805f: Store the fan control registersJean Delvare1-11/+15
2006-09-28hwmon: Fix unchecked return status, batch 4Jean Delvare1-121/+203
2006-09-28hwmon: Add individual alarm files to 4 driversJean Delvare1-11/+35
2006-06-22[PATCH] f71805f: Resource needs not be globalJean Delvare1-8/+7
2006-03-23[PATCH] hwmon: f71805f semaphore to mutex conversionsJean Delvare1-28/+29
2006-03-23[PATCH] hwmon: Use attribute arrays in f71805fJean Delvare1-115/+103
2006-02-06[PATCH] hwmon: New f71805f driverJean Delvare1-0/+908