summaryrefslogtreecommitdiff
path: root/drivers/hwmon/w83627ehf.c
AgeCommit message (Expand)Author
2023-04-19hwmon: w83627ehf: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2022-09-25hwmon: (w83627ehf) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser
2021-08-17hwmon: (w83627ehf) Make DEVICE_ATTR_RO staticArmin Wolf
2021-08-17hwmon: (w83627ehf) Switch to SIMPLE_DEV_PM_OPSArmin Wolf
2021-08-17hwmon: (w83627ehf) Remove w83627ehf_remove()Armin Wolf
2021-08-17hwmon: (w83627ehf) Use platform_create_bundleArmin Wolf
2021-01-27hwmon: (w83627ehf) Switch to using the new API kobj_to_dev()Tian Tao
2020-09-23hwmon: (w83627ehf) Fix a resource leak in probeDan Carpenter
2020-02-21hwmon: (w83627ehf) Fix crash seen with W83627DHG-PGuenter Roeck
2020-01-23hwmon: (w83627ehf) Remove set but not used variable 'fan4min'YueHaibing
2020-01-23hwmon: (w83627ehf) Now only one intrusion channelDr. David Alan Gilbert
2020-01-23hwmon: (w83627ehf) Remove code not needed after nct677* removalDr. David Alan Gilbert
2020-01-23hwmon: (w83627ehf) remove nct6775 and nct6776 supportDr. David Alan Gilbert
2020-01-23hwmon: (w83627ehf) make sensor_dev_attr_##_name variables staticChen Zhou
2020-01-23hwmon: (w83627ehf) convert to with_info interfaceDr. David Alan Gilbert
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2017-04-02hwmon: (w83627ehf) Use request_muxed_regionKatsumi Sato
2017-01-02hwmon: (w83627ehf) use permission-specific DEVICE_ATTR variantsJulia Lawall
2015-07-03hwmon: (w83627ehf) Use swap() in w82627ehf_swap_tempreg()Fabian Frederick
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang
2014-01-29Update Jean Delvare's e-mail addressJean Delvare
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