summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (it87) Support PECI for additional chipsGuenter Roeck2012-12-191-10/+38
* hwmon: (it87) Report thermal sensor type as Intel PECI if appropriateGuenter Roeck2012-12-191-3/+17
* hwmon: (it87) Manage device specific features with tableGuenter Roeck2012-12-191-74/+81
* hwmon: (it87) Replace pwm group macro with direct attribute definitionsGuenter Roeck2012-12-191-41/+74
* hwmon: (it87) Avoid quoted string splits across linesGuenter Roeck2012-12-191-14/+13Star
* hwmon: (it87) Save fan registers in 2-dimensional arrayGuenter Roeck2012-12-191-159/+104Star
* hwmon: (it87) Introduce support for tempX_offset sysfs attributeGuenter Roeck2012-12-191-5/+61
* hwmon: (it87) Replace macro defining tempX_type sensors with direct definitionsGuenter Roeck2012-12-191-10/+11
* hwmon: (it87) Save voltage register values in 2-dimensional arrayGuenter Roeck2012-12-191-81/+66Star
* hwmon: (it87) Save temperature registers in 2-dimensional arrayGuenter Roeck2012-12-191-63/+35Star
* hwmon: remove use of __devexitBill Pemberton2012-11-281-2/+2
* hwmon: remove use of __devinitBill Pemberton2012-11-281-3/+3
* hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwmon: (it87) Preserve configuration register bits on initJean Delvare2012-07-121-1/+1
* hwmon: (it87) Make temp3 attribute conditional for IT8782FGuenter Roeck2012-05-221-20/+61
* hwmon: (it87) Convert to use devm_kzalloc and devm_request_regionGuenter Roeck2012-05-221-34/+20Star
* hwmon: (it87) Create voltage attributes only if voltage is enabledGuenter Roeck2012-05-211-38/+124
* hwmon: (it87) Add support for IT8782F and IT8783E/FGuenter Roeck2012-05-211-26/+99
* hwmon: (it87) Constify fixed string arraysGuenter Roeck2012-03-191-3/+3
* hwmon: (it87) Fix multi-line commentsGuenter Roeck2012-03-191-62/+108
* hwmon: (it87) Add IT8728F supportJean Delvare2012-01-161-15/+46
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-17/+17
* hwmon: (it87) Add chassis intrusion detection supportJean Delvare2011-07-251-0/+29
* hwmon: (it87) Fix label group removalJean Delvare2011-07-171-1/+1
* hwmon: (it87) Use request_muxed_regionNat Gurumoorthy2011-05-251-12/+19
* hwmon: (it87) Use pr_fmt and pr_<level>Joe Perches2011-01-121-16/+14Star
* hwmon: (it87) Fix manual fan speed control on IT8721FJean Delvare2010-12-081-16/+45
* hwmon: (it87) Add support for the IT8721F/IT8758EJean Delvare2010-10-281-22/+94
* hwmon: (it87) Move conversion functionsJean Delvare2010-10-281-50/+52
* hwmon: (it87) Export labels for internal sensorsJean Delvare2010-08-141-2/+44
* hwmon: (it87) Fix in7 on IT8720FJean Delvare2010-07-091-0/+22
* hwmon: (it87) Invalidate cache on temperature sensor changeJean Delvare2010-04-141-0/+1
* hwmon: (it87) Properly handle wrong sensor type requestsJean Delvare2010-04-141-10/+10
* hwmon: (it87) Don't arbitrarily enable temperature channelsJean Delvare2010-04-141-8/+5Star
* hwmon: (it87) Validate auto pwm settingsJean Delvare2010-03-051-0/+32
* hwmon: (it87) Add support for old automatic fan speed controlJean Delvare2010-03-051-2/+180
* hwmon: (it87) Use strict_strtol instead of simple_strtolJean Delvare2010-03-051-15/+44
* hwmon: (it87) Fix many checkpatch errors and warningsJean Delvare2010-03-051-75/+87
* hwmon: (it87) Add support for beep on alarmJean Delvare2010-03-051-0/+122
* hwmon: (it87) Create vid attributes by groupJean Delvare2010-03-051-8/+7Star
* hwmon: (it87) Refactor attributes creation and removalJean Delvare2010-03-051-130/+103Star
* hwmon: (it87) Expose the PWM/temperature mappingsJean Delvare2010-03-051-4/+69
* hwmon: (it87) Display fan outputs in automatic mode as suchJean Delvare2010-03-051-38/+61
* hwmon: (it87) Check for fan2 and fan3 availabilityJean Delvare2009-12-091-3/+24
* hwmon: (it87) Verify the VID pin usageJean Delvare2009-12-091-4/+16
* hwmon: (it87) Fix VID reading on IT8718F/IT8720FJean Delvare2009-10-241-3/+2Star
* hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2009-09-151-1/+1
* hwmon: (it87) Properly decode -128 degrees C temperatureJean Delvare2009-03-121-4/+4
* hwmon: Fix various typosJean Delvare2009-01-071-1/+1