summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
AgeCommit message (Expand)AuthorLines
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-04-04hwmon: (it87) Add support for IT8623ERudolf Marek-0/+3
2014-04-04hwmon: (it87) Fix IT8603E define nameRudolf Marek-3/+3
2014-01-29Update Jean Delvare's e-mail addressJean Delvare-2/+2
2014-01-29hwmon: (it87) Print proper names for the IT8771E and IT8772EJean Delvare-0/+1
2014-01-29hwmon: (it87) Add support for the ITE IT8603ERudolf Marek-18/+85
2013-08-11hwmon: use dev_get_platdata()Jingoo Han-3/+3
2013-04-07hwmon: Fix CamelCase checkpatch warningsGuenter Roeck-12/+12
2013-02-06hwmon: (it87) Add support for IT8771E and IT8772EGuenter Roeck-4/+35
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck-7/+6
2012-12-19hwmon: (it87) Support PECI for additional chipsGuenter Roeck-10/+38
2012-12-19hwmon: (it87) Report thermal sensor type as Intel PECI if appropriateGuenter Roeck-3/+17
2012-12-19hwmon: (it87) Manage device specific features with tableGuenter Roeck-74/+81
2012-12-19hwmon: (it87) Replace pwm group macro with direct attribute definitionsGuenter Roeck-41/+74
2012-12-19hwmon: (it87) Avoid quoted string splits across linesGuenter Roeck-14/+13
2012-12-19hwmon: (it87) Save fan registers in 2-dimensional arrayGuenter Roeck-159/+104
2012-12-19hwmon: (it87) Introduce support for tempX_offset sysfs attributeGuenter Roeck-5/+61
2012-12-19hwmon: (it87) Replace macro defining tempX_type sensors with direct definitionsGuenter Roeck-10/+11
2012-12-19hwmon: (it87) Save voltage register values in 2-dimensional arrayGuenter Roeck-81/+66
2012-12-19hwmon: (it87) Save temperature registers in 2-dimensional arrayGuenter Roeck-63/+35
2012-11-28hwmon: remove use of __devexitBill Pemberton-2/+2
2012-11-28hwmon: remove use of __devinitBill Pemberton-3/+3
2012-11-28hwmon: remove use of __devexit_pBill Pemberton-1/+1
2012-07-12hwmon: (it87) Preserve configuration register bits on initJean Delvare-1/+1
2012-05-22hwmon: (it87) Make temp3 attribute conditional for IT8782FGuenter Roeck-20/+61
2012-05-22hwmon: (it87) Convert to use devm_kzalloc and devm_request_regionGuenter Roeck-34/+20
2012-05-20hwmon: (it87) Create voltage attributes only if voltage is enabledGuenter Roeck-38/+124
2012-05-20hwmon: (it87) Add support for IT8782F and IT8783E/FGuenter Roeck-26/+99
2012-03-18hwmon: (it87) Constify fixed string arraysGuenter Roeck-3/+3
2012-03-18hwmon: (it87) Fix multi-line commentsGuenter Roeck-62/+108
2012-01-16hwmon: (it87) Add IT8728F supportJean Delvare-15/+46
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-2/+2
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks-17/+17
2011-07-25hwmon: (it87) Add chassis intrusion detection supportJean Delvare-0/+29
2011-07-17hwmon: (it87) Fix label group removalJean Delvare-1/+1
2011-05-25hwmon: (it87) Use request_muxed_regionNat Gurumoorthy-12/+19
2011-01-12hwmon: (it87) Use pr_fmt and pr_<level>Joe Perches-16/+14
2010-12-08hwmon: (it87) Fix manual fan speed control on IT8721FJean Delvare-16/+45
2010-10-28hwmon: (it87) Add support for the IT8721F/IT8758EJean Delvare-22/+94
2010-10-28hwmon: (it87) Move conversion functionsJean Delvare-50/+52
2010-08-14hwmon: (it87) Export labels for internal sensorsJean Delvare-2/+44
2010-07-09hwmon: (it87) Fix in7 on IT8720FJean Delvare-0/+22
2010-04-14hwmon: (it87) Invalidate cache on temperature sensor changeJean Delvare-0/+1
2010-04-14hwmon: (it87) Properly handle wrong sensor type requestsJean Delvare-10/+10
2010-04-14hwmon: (it87) Don't arbitrarily enable temperature channelsJean Delvare-8/+5
2010-03-05hwmon: (it87) Validate auto pwm settingsJean Delvare-0/+32
2010-03-05hwmon: (it87) Add support for old automatic fan speed controlJean Delvare-2/+180
2010-03-05hwmon: (it87) Use strict_strtol instead of simple_strtolJean Delvare-15/+44
2010-03-05hwmon: (it87) Fix many checkpatch errors and warningsJean Delvare-75/+87
2010-03-05hwmon: (it87) Add support for beep on alarmJean Delvare-0/+122