aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83627ehf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2017-04-02hwmon: (w83627ehf) Use request_muxed_regionKatsumi Sato1-11/+24
2017-01-02hwmon: (w83627ehf) use permission-specific DEVICE_ATTR variantsJulia Lawall1-4/+4
2015-07-03hwmon: (w83627ehf) Use swap() in w82627ehf_swap_tempreg()Fabian Frederick1-21/+5
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2013-08-11hwmon: (w83627ehf) Add support for hibernateHarald Judt1-0/+2
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-10/+10
2013-06-21hwmon: (w83627ehf) Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-16/+15
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-9/+8
2012-12-19hwmon: (w83627ehf) Get rid of smatch warningsJean Delvare1-0/+4
2012-12-19hwmon: (w83627ehf) Add support for suspendJean Delvare1-1/+94
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-4/+4
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-05hwmon: (w83627ehf) Force initial bank selectionJean Delvare1-0/+1
2012-07-21hwmon: (w83627ehf) Add missing break statementGuenter Roeck1-0/+1
2012-04-01hwmon: (w83627ehf) mark const init data with __initconst instead of __initdataUwe Kleine-König1-9/+9
2012-03-18hwmon: (w83627ehf) Add support for temperature offset registersGuenter Roeck1-0/+73
2012-03-18hwmon: (w83627ehf) Fix multi-line commentsGuenter Roeck1-82/+106
2012-03-13hwmon: (w83627ehf) Fix temp2 source for W83627UHGJean Delvare1-4/+4
2012-03-12hwmon: (w83627ehf) Fix memory leak in probe functionGuenter Roeck1-4/+3
2012-03-12hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776FGuenter Roeck1-1/+1
2012-02-08hwmon: (w83627ehf) Remove duplicate codeGuenter Roeck1-5/+0
2012-02-04hwmon: (w83627ehf) Fix number of fans for NCT6776FGuenter Roeck1-3/+20
2012-01-29hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck1-0/+6
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-11/+11
2011-11-06hwmon: (w83627ehf) Fix broken driver initGuenter Roeck1-3/+6
2011-11-04hwmon: (w83627ehf) Add support for the W83627UHGJean Delvare1-26/+122
2011-11-04hwmon: (w83627ehf) Clean up probe functionJean Delvare1-21/+32
2011-11-04hwmon: (w83627ehf) Properly report PECI and AMD-SI sensor typesJean Delvare1-1/+8
2011-10-24hwmon: (w83627ehf) Better fix for negative temperature valuesJean Delvare1-25/+26
2011-10-24hwmon: (w83627ehf) Uninline is_word_sizedJean Delvare1-1/+1
2011-10-24hwmon: (w83627ehf) Move fan pins check to a separate functionJean Delvare1-53/+67
2011-10-24hwmon: (w83627ehf) Skip reading unused voltage registersJean Delvare1-0/+3
2011-10-24hwmon: (w83627ehf) add caseopen detectionDmitry Artamonow1-0/+62
2011-10-20hwmon: (w83627ehf) Fix negative 8-bit temperature valuesJean Delvare1-2/+3
2011-10-13hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare1-4/+11
2011-03-14hwmon: (w83627ehf) Display correct temperature sensor labels for systems with NCT6775FGuenter Roeck1-2/+3
2011-03-14hwmon: (w83627ehf) Add fan debounce support for NCT6775F and NCT6776FIan Dobson1-0/+21
2011-03-14hwmon: (w83627ehf) Store rpm instead of raw fan speed dataGuenter Roeck1-18/+9
2011-03-14hwmon: (w83627ehf) Use 16 bit fan count registers if supportedGuenter Roeck1-27/+59
2011-03-14hwmon: (w83627ehf) Add support for Nuvoton NCT6775F and NCT6776FGuenter Roeck1-139/+652
2011-03-14hwmon: (w83627ehf) Permit enabling SmartFan IV mode if configured at startupGuenter Roeck1-2/+10
2011-03-14hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to pointersGuenter Roeck1-24/+36
2011-03-14hwmon: (w83627ehf) Improve support for W83667HG-BGuenter Roeck1-31/+124
2011-03-14hwmon: (w83627ehf) Optimize multi-bank register accessGuenter Roeck1-15/+11
2011-03-14hwmon: (w83627ehf) Fixed most checkpatch warnings and errorsGuenter Roeck1-64/+85
2011-03-14hwmon: (w83627ehf) Unify temperature register access, and use strict string conversionsGuenter Roeck1-106/+113