aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83627ehf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-25hwmon: (w83627ehf) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-4/+4
2021-08-17hwmon: (w83627ehf) Make DEVICE_ATTR_RO staticArmin Wolf1-1/+1
2021-08-17hwmon: (w83627ehf) Switch to SIMPLE_DEV_PM_OPSArmin Wolf1-17/+4
2021-08-17hwmon: (w83627ehf) Remove w83627ehf_remove()Armin Wolf1-35/+7
2021-08-17hwmon: (w83627ehf) Use platform_create_bundleArmin Wolf1-47/+10
2021-01-27hwmon: (w83627ehf) Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2020-09-23hwmon: (w83627ehf) Fix a resource leak in probeDan Carpenter1-1/+5
2020-02-21hwmon: (w83627ehf) Fix crash seen with W83627DHG-PGuenter Roeck1-1/+6
2020-01-23hwmon: (w83627ehf) Remove set but not used variable 'fan4min'YueHaibing1-3/+1
2020-01-23hwmon: (w83627ehf) Now only one intrusion channelDr. David Alan Gilbert1-13/+6
2020-01-23hwmon: (w83627ehf) Remove code not needed after nct677* removalDr. David Alan Gilbert1-106/+32
2020-01-23hwmon: (w83627ehf) remove nct6775 and nct6776 supportDr. David Alan Gilbert1-438/+39
2020-01-23hwmon: (w83627ehf) make sensor_dev_attr_##_name variables staticChen Zhou1-28/+28
2020-01-23hwmon: (w83627ehf) convert to with_info interfaceDr. David Alan Gilbert1-799/+630
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