aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2017-08-13hwmon: (it87) Reapply probe path chip registers settings after resumeMaciej S. Szmigiero1-2/+74
2017-08-13hwmon: (it87) Split out chip registers setting code on probe pathMaciej S. Szmigiero1-50/+88
2017-03-22hwmon: (it87) Avoid registering the same chip on both SIO addressesGuenter Roeck1-5/+19
2017-02-10hwmon: (it87) Add support for IT8792EGuenter Roeck1-2/+16
2017-02-10hwmon: (it87) Do not overwrite bit 2..6 of pwm control registersGuenter Roeck1-13/+24
2017-02-10hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628Guenter Roeck1-1/+1
2017-02-10hwmon: (it87) Ensure that pwm control cache is current before updating valuesGuenter Roeck1-0/+2
2017-02-10hwmon: (it87) Improve IT8622 supportGuenter Roeck1-8/+59
2017-02-10hwmon: (it87) Add support for IT8622EGuenter Roeck1-1/+15
2017-02-10hwmon: (it87) Add feature flag indicating that VIN3 is connected to 5VGuenter Roeck1-3/+7
2017-01-02hwmon: (it87) use permission-specific DEVICE_ATTR variantsJulia Lawall1-10/+10
2016-09-08hwmon: (it87) Drop useless commentsJean Delvare1-4/+4
2016-08-29hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare1-0/+1
2016-08-11hwmon: (it87) Features mask must be 32 bit wideGuenter Roeck1-1/+1
2016-04-19hwmon: (it87) Add support for IT8628EGuenter Roeck1-2/+16
2016-04-19hwmon: (it87) Fix pwm_temp_map for system with 6 pwm channelsGuenter Roeck1-8/+15
2016-04-19hwmon: (it87) Support automatic pwm control on newer chipsGuenter Roeck1-14/+187
2016-04-19hwmon: (it87) Enhance validation for fan4 and fan5Guenter Roeck1-0/+23
2016-04-19hwmon: (it87) Support disabling fan control for all pwm control and chipsGuenter Roeck1-21/+31
2016-04-19hwmon: (it87) Formatting cleanupGuenter Roeck1-75/+80
2016-04-19hwmon: (it87) Use defines for array sizes and sensor countsGuenter Roeck1-24/+34
2016-04-19hwmon: (it87) Use BIT macroGuenter Roeck1-144/+146
2016-04-19hwmon: (it87) Add support for VIN7 to VIN10 on IT8620EGuenter Roeck1-5/+24
2016-04-19hwmon: (it87) Simplify reading voltage registersGuenter Roeck1-9/+13
2016-04-19hwmon: (it87) Support up to 6 temperature sensors on IT8620EGuenter Roeck1-8/+40
2016-04-19hwmon: (it87) Convert to use new hwmon APIGuenter Roeck1-74/+19
2016-04-19hwmon: (it87) Use single group and is_visible for miscellaneous attributesGuenter Roeck1-48/+33
2016-04-19hwmon: (it87) Use is_visible for pwm attributesGuenter Roeck1-72/+65
2016-04-19hwmon: (it87) Use is_visible for fan attributesGuenter Roeck1-85/+55
2016-04-19hwmon: (it87) Use is_visible for temperature sensorsGuenter Roeck1-51/+36
2016-04-19hwmon: (it87) Use is_visible for voltage sensorsGuenter Roeck1-68/+56
2016-04-19hwmon: (it87) Rearrange code to avoid forward declarationsGuenter Roeck1-336/+327
2016-04-19hwmon: (it87) Add support for second Super-IO chipGuenter Roeck1-15/+34
2016-04-19hwmon: (it87) Pass SIO base address as parameter to superio functionsGuenter Roeck1-65/+72
2016-04-19hwmon: (it87) Don't use pdev as static driver variableGuenter Roeck1-3/+5
2016-04-19hwmon: (it87) Simplify error return in it87_device_addGuenter Roeck1-7/+3
2016-04-19hwmon: (it87) Add support for second pwm frequency registerGuenter Roeck1-31/+69
2016-04-19hwmon: (it87) Add support for all pwm channels on IT8620EGuenter Roeck1-20/+94
2016-04-19hwmon: (it87) Add feature flag for AVCC3 supportGuenter Roeck1-8/+13
2015-08-09hwmon: (it87) Add support for IT8732FJustin Maggard1-7/+36
2015-04-09hwmon: (it87) Use feature macros on sio_dataGuenter Roeck1-2/+5
2015-04-05hwmon: (it87) Add support for 6th fan of IT8620EGuenter Roeck1-15/+33
2015-04-05hwmon: (it87) Add support for IT8620EGuenter Roeck1-1/+42
2015-04-05hwmon: (it87) Add support for IT8790EGuenter Roeck1-1/+13
2015-04-05hwmon: (it87) Introduce feature flag to reflect internal in7 sensorGuenter Roeck1-11/+16
2015-04-05hwmon: (it87) Introduce configuration field for chip suffixGuenter Roeck1-3/+17
2015-04-05hwmon: (it87) Fix PWM frequency display for chips with newer PWM controlGuenter Roeck1-9/+25
2015-03-30hwmon: (it87) Fix pwm sysfs attribute removalGuenter Roeck1-1/+1
2015-03-09hwmon: (it87) No need to skip fan4 for IT8603Guenter Roeck1-4/+0