aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/w83627ehf.c
AgeCommit message (Expand)Author
2013-08-11hwmon: (w83627ehf) Add support for hibernateHarald Judt
2013-08-11hwmon: use dev_get_platdata()Jingoo Han
2013-06-21hwmon: (w83627ehf) Remove redundant platform_set_drvdata()Sachin Kamat
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2012-12-19hwmon: (w83627ehf) Get rid of smatch warningsJean Delvare
2012-12-19hwmon: (w83627ehf) Add support for suspendJean Delvare
2012-11-28hwmon: remove use of __devexitBill Pemberton
2012-11-28hwmon: remove use of __devinitBill Pemberton
2012-11-28hwmon: remove use of __devexit_pBill Pemberton
2012-11-05hwmon: (w83627ehf) Force initial bank selectionJean Delvare
2012-07-21hwmon: (w83627ehf) Add missing break statementGuenter Roeck
2012-04-01hwmon: (w83627ehf) mark const init data with __initconst instead of __initdataUwe Kleine-König
2012-03-18hwmon: (w83627ehf) Add support for temperature offset registersGuenter Roeck
2012-03-18hwmon: (w83627ehf) Fix multi-line commentsGuenter Roeck
2012-03-13hwmon: (w83627ehf) Fix temp2 source for W83627UHGJean Delvare
2012-03-12hwmon: (w83627ehf) Fix memory leak in probe functionGuenter Roeck
2012-03-12hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776FGuenter Roeck
2012-02-08hwmon: (w83627ehf) Remove duplicate codeGuenter Roeck
2012-02-04hwmon: (w83627ehf) Fix number of fans for NCT6776FGuenter Roeck
2012-01-29hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks
2011-11-06hwmon: (w83627ehf) Fix broken driver initGuenter Roeck
2011-11-04hwmon: (w83627ehf) Add support for the W83627UHGJean Delvare
2011-11-04hwmon: (w83627ehf) Clean up probe functionJean Delvare
2011-11-04hwmon: (w83627ehf) Properly report PECI and AMD-SI sensor typesJean Delvare
2011-10-24hwmon: (w83627ehf) Better fix for negative temperature valuesJean Delvare
2011-10-24hwmon: (w83627ehf) Uninline is_word_sizedJean Delvare
2011-10-24hwmon: (w83627ehf) Move fan pins check to a separate functionJean Delvare
2011-10-24hwmon: (w83627ehf) Skip reading unused voltage registersJean Delvare
2011-10-24hwmon: (w83627ehf) add caseopen detectionDmitry Artamonow
2011-10-20hwmon: (w83627ehf) Fix negative 8-bit temperature valuesJean Delvare
2011-10-13hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare
2011-03-14hwmon: (w83627ehf) Display correct temperature sensor labels for systems with...Guenter Roeck
2011-03-14hwmon: (w83627ehf) Add fan debounce support for NCT6775F and NCT6776FIan Dobson
2011-03-14hwmon: (w83627ehf) Store rpm instead of raw fan speed dataGuenter Roeck
2011-03-14hwmon: (w83627ehf) Use 16 bit fan count registers if supportedGuenter Roeck
2011-03-14hwmon: (w83627ehf) Add support for Nuvoton NCT6775F and NCT6776FGuenter Roeck
2011-03-14hwmon: (w83627ehf) Permit enabling SmartFan IV mode if configured at startupGuenter Roeck
2011-03-14hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to p...Guenter Roeck
2011-03-14hwmon: (w83627ehf) Improve support for W83667HG-BGuenter Roeck
2011-03-14hwmon: (w83627ehf) Optimize multi-bank register accessGuenter Roeck
2011-03-14hwmon: (w83627ehf) Fixed most checkpatch warnings and errorsGuenter Roeck
2011-03-14hwmon: (w83627ehf) Unify temperature register access, and use strict string c...Guenter Roeck
2011-01-08hwmon: (w83627ehf) Use pr_fmt and pr_<level>Joe Perches
2010-09-17hwmon: (w83627ehf) Use proper exit sequenceJonas Jonsson
2010-08-14hwmon: (w83627ehf) Add support for W83667HG-BGuenter Roeck
2010-08-14hwmon: (w83627ehf) Driver cleanupGuenter Roeck
2009-12-15hwmon: w83627ehf updatesDaniel J Blueman
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten