aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83627hf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (w83627hf) Use request_muxed_region for Super-IO accessesGuenter Roeck1-5/+37
2019-04-15hwmon: (w83627hf) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-141/+116
2017-01-02hwmon: (w83627hf) use permission-specific DEVICE_ATTR variantsJulia Lawall1-25/+28
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-05hwmon: (w83627hf) Fix vrm write operationAxel Lin1-0/+3
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-3/+3
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-13/+10
2012-12-19hwmon: (w83627hf) Don't touch nonexistent I2C address registersJean Delvare1-2/+4
2012-12-19hwmon: (w83627hf) Add support for suspendJean Delvare1-1/+74
2012-11-28hwmon: remove use of __devexitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devinitBill Pemberton1-4/+4
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-05hwmon: Fix chip feature table headersJean Delvare1-1/+1
2012-08-18sections: Fix section conflicts in drivers/hwmonAndi Kleen1-1/+1
2012-07-21hwmon: (w83627hf) Convert to use devm_ functionsGuenter Roeck1-30/+16
2012-03-18hwmon: (w83627hf) Fix checkpatch issuesGuenter Roeck1-90/+174
2012-03-18hwmon: remove () used with returnFrans Meulenbroeks1-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-01-08hwmon: (w83627hf) Use pr_fmt and pr_<level>Joe Perches1-9/+8
2009-12-16hwmon: (w83627hf) Fix for "No such device"Christian Schulte1-1/+1
2009-12-09hwmon: (w83627hf) Stop using globals for I/O port numbersJean Delvare1-43/+42
2009-12-09hwmon: (w83627hf) Drop the force_addr module parameterJean Delvare1-11/+0
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-08-06hwmon: (w83627hf) Drop reset module parameterJean Delvare1-27/+0
2008-08-06hwmon: (w83627hf) Add pwm_enable sysfs interfaceDominik Geyer1-0/+74
2008-02-07hwmon: (w83627hf) Refactor beep enable handlingJean Delvare1-51/+25
2008-02-07hwmon: (w83627hf) Add individual alarm and beep filesJean Delvare1-3/+139
2008-02-07hwmon: (w83627hf) Enable VBAT monitoringJean Delvare1-0/+5
2008-02-07hwmon: Let the user override the detected Super-I/O device IDJean Delvare1-1/+5
2007-11-08hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplifyJim Cromie1-13/+14
2007-11-08hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-XJim Cromie1-84/+42
2007-10-13hwmon: (w83627hf) don't assume bank 0Jean Delvare1-22/+22
2007-10-13hwmon: (w83627hf) Fix setting fan min right after driver loadJean Delvare1-12/+22
2007-10-13hwmon: (w83627hf) De-macro sysfs callback functionsJim Cromie1-359/+342
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: Don't export thermistor betaJean Delvare1-9/+10
2007-10-09hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt1-3/+3
2007-07-30hwmon: Add missing __devexit tags in various driversJean Delvare1-1/+1
2007-07-19hwmon: Fix a potential race condition on unloadJean Delvare1-1/+2
2007-07-19hwmon/w83627hf: Add PWM frequency selection supportCarlos Olalla Martinez1-1/+140
2007-07-19hwmon: Use platform_device_add_data()Jean Delvare1-6/+3
2007-05-27hwmon/w83627hf: Be quiet when no chip is foundJean Delvare1-1/+3
2007-05-08hwmon/w83627hf: Convert to a platform driverJean Delvare1-281/+310
2007-05-08hwmon/w83627hf: Preliminary cleanupsJean Delvare1-40/+36
2007-05-08hwmon: Only call vid_which_vrm() when neededJean Delvare1-4/+5
2007-02-14hwmon: Cleanup a bogus legacy commentJean Delvare1-3/+2