aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-09hwmon: (it87) Add support for IT8786EThomas Lorblanches1-6/+16
2015-03-09hwmon: (it87) Add feature flag for VID supportGuenter Roeck1-20/+11
2015-03-09hwmon: (it87) Add feature flags for fans count and 16-bit fan configurationGuenter Roeck1-33/+36
2015-03-09hwmon: (it87) Don't configure 16 bit fan counters it not necessaryGuenter Roeck1-3/+6
2015-03-09hwmon: (it87) Add support for IT8781FGuenter Roeck1-8/+24
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-04hwmon: (it87) Add support for IT8623ERudolf Marek1-0/+3
2014-04-04hwmon: (it87) Fix IT8603E define nameRudolf Marek1-3/+3
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2014-01-29hwmon: (it87) Print proper names for the IT8771E and IT8772EJean Delvare1-0/+1
2014-01-29hwmon: (it87) Add support for the ITE IT8603ERudolf Marek1-18/+85
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-3/+3
2013-04-07hwmon: Fix CamelCase checkpatch warningsGuenter Roeck1-12/+12
2013-02-06hwmon: (it87) Add support for IT8771E and IT8772EGuenter Roeck1-4/+35
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-7/+6