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