| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: cleanup non-bool "valid" data fields | Paul Fertser | 2021-10-12 | 1 | -3/+3 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 1 | -14/+1 |
* | hwmon: (w83627hf) Use request_muxed_region for Super-IO accesses | Guenter Roeck | 2019-04-16 | 1 | -5/+37 |
* | hwmon: (w83627hf) Use permission specific SENSOR[_DEVICE]_ATTR variants | Guenter Roeck | 2019-04-16 | 1 | -141/+116 |
* | hwmon: (w83627hf) use permission-specific DEVICE_ATTR variants | Julia Lawall | 2017-01-02 | 1 | -25/+28 |
* | hwmon: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | hwmon: (w83627hf) Fix vrm write operation | Axel Lin | 2014-08-06 | 1 | -0/+3 |
* | Update Jean Delvare's e-mail address | Jean Delvare | 2014-01-29 | 1 | -1/+1 |
* | hwmon: use dev_get_platdata() | Jingoo Han | 2013-08-12 | 1 | -3/+3 |
* | hwmon: Replace SENSORS_LIMIT with clamp_val | Guenter Roeck | 2013-01-26 | 1 | -13/+10 |
* | hwmon: (w83627hf) Don't touch nonexistent I2C address registers | Jean Delvare | 2012-12-19 | 1 | -2/+4 |
* | hwmon: (w83627hf) Add support for suspend | Jean Delvare | 2012-12-19 | 1 | -1/+74 |
* | hwmon: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -2/+2 |
* | hwmon: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -4/+4 |
* | hwmon: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | hwmon: Fix chip feature table headers | Jean Delvare | 2012-11-05 | 1 | -1/+1 |
* | sections: Fix section conflicts in drivers/hwmon | Andi Kleen | 2012-08-19 | 1 | -1/+1 |
* | hwmon: (w83627hf) Convert to use devm_ functions | Guenter Roeck | 2012-07-22 | 1 | -30/+16 |
* | hwmon: (w83627hf) Fix checkpatch issues | Guenter Roeck | 2012-03-19 | 1 | -90/+174 |
* | hwmon: remove () used with return | Frans Meulenbroeks | 2012-03-19 | 1 | -4/+4 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | hwmon: (w83627hf) Use pr_fmt and pr_<level> | Joe Perches | 2011-01-08 | 1 | -9/+8 |
* | hwmon: (w83627hf) Fix for "No such device" | Christian Schulte | 2009-12-16 | 1 | -1/+1 |
* | hwmon: (w83627hf) Stop using globals for I/O port numbers | Jean Delvare | 2009-12-09 | 1 | -43/+42 |
* | hwmon: (w83627hf) Drop the force_addr module parameter | Jean Delvare | 2009-12-09 | 1 | -11/+0 |
* | hwmon: Include <linux/io.h> instead of <asm/io.h> | H Hartley Sweeten | 2009-09-15 | 1 | -1/+1 |
* | hwmon: Check for ACPI resource conflicts | Jean Delvare | 2009-01-07 | 1 | -0/+5 |
* | hwmon: (w83627hf) Drop reset module parameter | Jean Delvare | 2008-08-06 | 1 | -27/+0 |
* | hwmon: (w83627hf) Add pwm_enable sysfs interface | Dominik Geyer | 2008-08-06 | 1 | -0/+74 |
* | hwmon: (w83627hf) Refactor beep enable handling | Jean Delvare | 2008-02-08 | 1 | -51/+25 |
* | hwmon: (w83627hf) Add individual alarm and beep files | Jean Delvare | 2008-02-08 | 1 | -3/+139 |
* | hwmon: (w83627hf) Enable VBAT monitoring | Jean Delvare | 2008-02-08 | 1 | -0/+5 |
* | hwmon: Let the user override the detected Super-I/O device ID | Jean Delvare | 2008-02-08 | 1 | -1/+5 |
* | hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplify | Jim Cromie | 2007-11-08 | 1 | -13/+14 |
* | hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-X | Jim Cromie | 2007-11-08 | 1 | -84/+42 |
* | hwmon: (w83627hf) don't assume bank 0 | Jean Delvare | 2007-10-14 | 1 | -22/+22 |
* | hwmon: (w83627hf) Fix setting fan min right after driver load | Jean Delvare | 2007-10-13 | 1 | -12/+22 |
* | hwmon: (w83627hf) De-macro sysfs callback functions | Jim Cromie | 2007-10-13 | 1 | -359/+342 |
* | hwmon: VRM is not read from registers | Jean Delvare | 2007-10-10 | 1 | -1/+1 |
* | hwmon: Convert from class_device to device | Tony Jones | 2007-10-10 | 1 | -5/+5 |
* | hwmon: Don't export thermistor beta | Jean Delvare | 2007-10-10 | 1 | -9/+10 |
* | hwmon: Allow writing of negative trigger temperatures | Christian Hohnstaedt | 2007-10-10 | 1 | -3/+3 |
* | hwmon: Add missing __devexit tags in various drivers | Jean Delvare | 2007-07-31 | 1 | -1/+1 |
* | hwmon: Fix a potential race condition on unload | Jean Delvare | 2007-07-19 | 1 | -1/+2 |
* | hwmon/w83627hf: Add PWM frequency selection support | Carlos Olalla Martinez | 2007-07-19 | 1 | -1/+140 |
* | hwmon: Use platform_device_add_data() | Jean Delvare | 2007-07-19 | 1 | -6/+3 |
* | hwmon/w83627hf: Be quiet when no chip is found | Jean Delvare | 2007-05-27 | 1 | -1/+3 |
* | hwmon/w83627hf: Convert to a platform driver | Jean Delvare | 2007-05-08 | 1 | -281/+310 |
* | hwmon/w83627hf: Preliminary cleanups | Jean Delvare | 2007-05-08 | 1 | -40/+36 |