aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/f71882fg.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27hwmon: (f71882fg) Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-05-19hwmon: (f71882fg) prevent possible division by zeroNikita Zhandarovich1-2/+5
2022-09-25hwmon: (f71882fg) Reorder symbols to get rid of a few forward declarationsUwe Kleine-König1-1277/+1176
2022-07-13hwmon: (f71882fg) Add support for F71858AD (0x0903)Aleksander Mazur1-0/+2
2022-04-18hwmon: (f71882fg) Fix negative temperatureJi-Ze Hong (Peter Hong)1-2/+3
2021-12-26hwmon: (f71882fg) Add F81966 supportMenghui Wu1-0/+2
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-18hwmon: (f71882fg) Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-01-02hwmon: (f71882fg) use permission-specific DEVICE_ATTR variantsJulia Lawall1-3/+3
2015-08-09hwmon: (f71882fg) Add support for f81768dGeorge Joseph1-16/+29
2015-08-09hwmon:(f71882fg) Fix f81866a voltage protectionPeter Hung1-9/+41
2015-08-09hwmon: (f71882fg) Fix f81866a temp/beep settingPeter Hung1-8/+52
2015-08-09hwmon: (f71882fg) Add support for F81866 and F71868Peter Hung1-15/+38
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-13hwmon: (f71882fg) Remove extra return statementGuenter Roeck1-1/+0
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-1/+1
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-13/+12
2012-11-28hwmon: remove use of __devinitBill Pemberton1-4/+4
2012-09-23hwmon: (f71882fg) Convert to use devm_ functionsGuenter Roeck1-11/+4
2012-09-23hwmon: (f71882fg) Fix build warningGuenter Roeck1-16/+17
2012-03-18hwmon: (f71882fg) Fix multi-line commentsGuenter Roeck1-22/+37
2012-03-18hwmon: (f71882fg) fix checkpatch issuesFrans Meulenbroeks1-2/+2
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-16/+16
2011-10-24hwmon/f71882fg: Make the decision wether to register fan attr. per fanHans de Goede1-65/+54
2011-10-24hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper functionHans de Goede1-44/+64
2011-10-24hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensionalHans de Goede1-24/+26
2011-07-03hwmon: (f71882fg) Add support for the F71869AHans de Goede1-2/+15
2011-07-03hwmon: Use <> rather than () around my e-mail addressHans de Goede1-1/+1
2011-05-25hwmon: (f71882fg) Add support for F71808AHans de Goede1-3/+84
2011-05-25hwmon: (f71882fg) Split has_beep in fan_has_beep and temp_has_beepHans de Goede1-7/+21
2011-03-26hwmon: (f71882fg) Add support for the F71889AHans de Goede1-1/+13
2011-03-26hwmon: (f71882fg) Add support for the F81865FJean Delvare1-8/+14
2011-03-26hwmon: (f71882fg) Document all supported devicesJean Delvare1-1/+1
2011-03-26hwmon: (f71882fg) Per-chip fan/temperature input count tablesJean Delvare1-6/+30
2011-03-26hwmon: (f71882fg) Secure chip property definition arraysJean Delvare1-27/+27
2011-03-14hwmon/f71882fg: Add support for f71808eHans de Goede1-21/+40
2011-03-14hwmon/f71882fg: Add support for f71869f and f71869eHans de Goede1-5/+115
2011-03-14hwmon/f71882fg: Add support for f71889edHans de Goede1-11/+27
2011-03-14hwmon/f71882fg: Break out test for auto pwm's controlled by digital readingsHans de Goede1-17/+23
2011-03-14hwmon/f71882fg: Separate temp beep sysfs attr from the other temp sysfs attrHans de Goede1-23/+53
2011-03-14hwmon/f71882fg: Remove bogus temp2_type for certain modelsHans de Goede1-2/+0
2011-03-14hwmon/f71882fg: Make number of temps configurableHans de Goede1-6/+10
2011-03-14hwmon/f71882fg: Make creation of in sysfs attributes more genericHans de Goede1-77/+103
2011-03-14hwmon/f71882fg: Only allow negative auto point temps if fan_neg_temp is enabledHans de Goede1-2/+16
2011-03-14hwmon/f71882fg: Fix temp1 sensor type reportingHans de Goede1-32/+3
2011-03-13hwmon/f71882fg: Set platform drvdata to NULL laterHans de Goede1-1/+1
2011-03-13hwmon/f71882fg: Fix a typo in a commentHans de Goede1-1/+1
2011-01-08hwmon: (f71882fg) Use pr_fmt and pr_<level>Joe Perches1-11/+12
2010-10-03hwmon: f71882fg: use a muxed resource lock for the Super I/O portGiel van Schijndel1-13/+19
2010-08-20revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton1-75/+8
2010-08-09hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel1-8/+75
2010-05-27hwmon: (f71882fg) Acquire I/O regions while we're working with themGiel van Schijndel1-0/+8
2010-05-27hwmon: (f71882fg) Code cleanupGiel van Schijndel1-12/+6
2010-05-27hwmon: (f71882fg) Use strict_stro(l|ul) instead of simple_strto$1Giel van Schijndel1-29/+104
2010-05-27hwmon: (f71882fg) Fixed braces coding style issuesGiel van Schijndel1-6/+5
2009-12-09hwmon: (f71882fg) Add support for the f71889fg (version 2)Hans de Goede1-18/+68
2009-12-09hwmon: (f71882fg) Fix sysfs file removalHans de Goede1-25/+66
2009-12-09hwmon: (f71882fg) Cleanup sysfs attr creation 2/2Hans de Goede1-64/+52
2009-12-09hwmon: (f71882fg) Cleanup sysfs attr creation 1/2Hans de Goede1-48/+89
2009-06-15hwmon: (f71882fg) Add support for the F71858FHans de Goede1-36/+156
2009-06-15hwmon: (f71882fg) Add temp#_fault sysfs attr for f8000Hans de Goede1-0/+3
2009-06-15hwmon: (f71882fg) Sanity check f8000 pwm settingsHans de Goede1-13/+23
2009-06-15hwmon: (f71882fg) Cleanup f8000 pwm handlingHans de Goede1-9/+8
2009-06-15hwmon: Fix more __devexit_p glitchesJean Delvare1-1/+1
2009-02-17hwmon: Fix ACPI resource check error handlingHans de Goede1-1/+1
2009-02-17hwmon: (f71882fg) Hide misleading error messageJean Delvare1-1/+1
2009-01-07hwmon: Check for ACPI resource conflictsJean Delvare1-0/+5
2009-01-07hwmon: (f71882fg) Fix fan_to/from_reg prototypesHans de Goede1-2/+2
2009-01-07hwmon: (f71882fg) Printout fan modesHans de Goede1-4/+9
2009-01-07hwmon: (f71882fg) Fix auto_channels_temp temp numbering with f8000Hans de Goede1-4/+8
2009-01-07hwmon: (f71882fg) Add missing pwm3 attr for f71862fgHans de Goede1-0/+22
2009-01-07hwmon: (f71882fg) Add F8000 supportHans de Goede1-62/+291
2009-01-07hwmon: (f71882fg) Remove the fan_mode module optionHans de Goede1-25/+2
2009-01-07hwmon: (f71882fg) Separate max and crit alarm and beepHans de Goede1-9/+23
2009-01-07hwmon: (f71882fg) Check for hwmon powerdown stateHans de Goede1-0/+5
2009-01-07hwmon: (f71882fg) Cleanup fan and temp hyst functionsHans de Goede1-78/+43
2009-01-07hwmon: (f71882fg) Fix various sysfs callback function issuesHans de Goede1-49/+73
2009-01-07hwmon: (f71882fg) Prepare for adding F8000 supportHans de Goede1-57/+60
2009-01-07hwmon: (f71882fg) Move some io access from the detect to the probe functionHans de Goede1-23/+23
2009-01-07hwmon: (f71882fg) Add support for the F71862FG superio sensorsHans de Goede1-72/+224
2009-01-07hwmon: (f71882fg) Style cleanups and put some repeating code into functionsHans de Goede1-48/+41
2009-01-07hwmon: (f71882fg) Add PWM supportMark van Doesburg1-1/+655
2009-01-07hwmon: (f71882fg) Misc cleanupsMark van Doesburg1-5/+5
2009-01-07hwmon: (f71882fg) Use sensor_device_attribute_2Mark van Doesburg1-92/+95
2008-08-06hwmon: (f71882fg) Delete needless forward declarationsJean Delvare1-6/+0
2008-02-07hwmon: Let the user override the detected Super-I/O device IDJean Delvare1-1/+5
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: (f71882fg) trivial whitespace cleanupMark M. Hoffman1-7/+7
2007-10-09hwmon: add support for Fintek F71882FG and F71883FGHans de Goede1-0/+950