| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: (w83627ehf) Add support for hibernate | Harald Judt | 2013-08-12 | 1 | -0/+2 |
* | hwmon: use dev_get_platdata() | Jingoo Han | 2013-08-12 | 1 | -10/+10 |
* | hwmon: (w83627ehf) Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-06-21 | 1 | -2/+0 |
* | hwmon: Fix checkpatch warning 'quoted string split across lines' | Guenter Roeck | 2013-04-08 | 1 | -16/+15 |
* | hwmon: Replace SENSORS_LIMIT with clamp_val | Guenter Roeck | 2013-01-26 | 1 | -9/+8 |
* | hwmon: (w83627ehf) Get rid of smatch warnings | Jean Delvare | 2012-12-19 | 1 | -0/+4 |
* | hwmon: (w83627ehf) Add support for suspend | Jean Delvare | 2012-12-19 | 1 | -1/+94 |
* | hwmon: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | 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: (w83627ehf) Force initial bank selection | Jean Delvare | 2012-11-05 | 1 | -0/+1 |
* | hwmon: (w83627ehf) Add missing break statement | Guenter Roeck | 2012-07-22 | 1 | -0/+1 |
* | hwmon: (w83627ehf) mark const init data with __initconst instead of __initdata | Uwe Kleine-König | 2012-04-01 | 1 | -9/+9 |
* | hwmon: (w83627ehf) Add support for temperature offset registers | Guenter Roeck | 2012-03-19 | 1 | -0/+73 |
* | hwmon: (w83627ehf) Fix multi-line comments | Guenter Roeck | 2012-03-19 | 1 | -82/+106 |
* | hwmon: (w83627ehf) Fix temp2 source for W83627UHG | Jean Delvare | 2012-03-13 | 1 | -4/+4 |
* | hwmon: (w83627ehf) Fix memory leak in probe function | Guenter Roeck | 2012-03-12 | 1 | -4/+3 |
* | hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776F | Guenter Roeck | 2012-03-12 | 1 | -1/+1 |
* | hwmon: (w83627ehf) Remove duplicate code | Guenter Roeck | 2012-02-09 | 1 | -5/+0 |
* | hwmon: (w83627ehf) Fix number of fans for NCT6776F | Guenter Roeck | 2012-02-05 | 1 | -3/+20 |
* | hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776F | Guenter Roeck | 2012-01-29 | 1 | -0/+6 |
* | hwmon: replaced strict_str* with kstr* | Frans Meulenbroeks | 2012-01-05 | 1 | -11/+11 |
* | hwmon: (w83627ehf) Fix broken driver init | Guenter Roeck | 2011-11-06 | 1 | -3/+6 |
* | hwmon: (w83627ehf) Add support for the W83627UHG | Jean Delvare | 2011-11-04 | 1 | -26/+122 |
* | hwmon: (w83627ehf) Clean up probe function | Jean Delvare | 2011-11-04 | 1 | -21/+32 |
* | hwmon: (w83627ehf) Properly report PECI and AMD-SI sensor types | Jean Delvare | 2011-11-04 | 1 | -1/+8 |
* | hwmon: (w83627ehf) Better fix for negative temperature values | Jean Delvare | 2011-10-24 | 1 | -25/+26 |
* | hwmon: (w83627ehf) Uninline is_word_sized | Jean Delvare | 2011-10-24 | 1 | -1/+1 |
* | hwmon: (w83627ehf) Move fan pins check to a separate function | Jean Delvare | 2011-10-24 | 1 | -53/+67 |
* | hwmon: (w83627ehf) Skip reading unused voltage registers | Jean Delvare | 2011-10-24 | 1 | -0/+3 |
* | hwmon: (w83627ehf) add caseopen detection | Dmitry Artamonow | 2011-10-24 | 1 | -0/+62 |
* | hwmon: (w83627ehf) Fix negative 8-bit temperature values | Jean Delvare | 2011-10-20 | 1 | -2/+3 |
* | hwmon: (w83627ehf) Properly report thermal diode sensors | Jean Delvare | 2011-10-14 | 1 | -4/+11 |
* | hwmon: (w83627ehf) Display correct temperature sensor labels for systems with... | Guenter Roeck | 2011-03-15 | 1 | -2/+3 |
* | hwmon: (w83627ehf) Add fan debounce support for NCT6775F and NCT6776F | Ian Dobson | 2011-03-15 | 1 | -0/+21 |
* | hwmon: (w83627ehf) Store rpm instead of raw fan speed data | Guenter Roeck | 2011-03-15 | 1 | -18/+9 |
* | hwmon: (w83627ehf) Use 16 bit fan count registers if supported | Guenter Roeck | 2011-03-15 | 1 | -27/+59 |
* | hwmon: (w83627ehf) Add support for Nuvoton NCT6775F and NCT6776F | Guenter Roeck | 2011-03-15 | 1 | -139/+652 |
* | hwmon: (w83627ehf) Permit enabling SmartFan IV mode if configured at startup | Guenter Roeck | 2011-03-15 | 1 | -2/+10 |
* | hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to p... | Guenter Roeck | 2011-03-15 | 1 | -24/+36 |
* | hwmon: (w83627ehf) Improve support for W83667HG-B | Guenter Roeck | 2011-03-15 | 1 | -31/+124 |
* | hwmon: (w83627ehf) Optimize multi-bank register access | Guenter Roeck | 2011-03-15 | 1 | -15/+11 |
* | hwmon: (w83627ehf) Fixed most checkpatch warnings and errors | Guenter Roeck | 2011-03-15 | 1 | -64/+85 |
* | hwmon: (w83627ehf) Unify temperature register access, and use strict string c... | Guenter Roeck | 2011-03-15 | 1 | -106/+113 |
* | hwmon: (w83627ehf) Use pr_fmt and pr_<level> | Joe Perches | 2011-01-08 | 1 | -13/+10 |
* | hwmon: (w83627ehf) Use proper exit sequence | Jonas Jonsson | 2010-09-17 | 1 | -0/+1 |
* | hwmon: (w83627ehf) Add support for W83667HG-B | Guenter Roeck | 2010-08-14 | 1 | -9/+33 |
* | hwmon: (w83627ehf) Driver cleanup | Guenter Roeck | 2010-08-14 | 1 | -3/+56 |
* | hwmon: w83627ehf updates | Daniel J Blueman | 2009-12-15 | 1 | -19/+53 |
* | hwmon: Include <linux/io.h> instead of <asm/io.h> | H Hartley Sweeten | 2009-09-15 | 1 | -1/+1 |