aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-22hwmon: (it87) Make temp3 attribute conditional for IT8782FGuenter Roeck1-20/+61
2012-05-22hwmon: (it87) Convert to use devm_kzalloc and devm_request_regionGuenter Roeck1-34/+20
2012-05-20hwmon: (it87) Create voltage attributes only if voltage is enabledGuenter Roeck1-38/+124
2012-05-20hwmon: (it87) Add support for IT8782F and IT8783E/FGuenter Roeck1-26/+99
2012-03-18hwmon: (it87) Constify fixed string arraysGuenter Roeck1-3/+3
2012-03-18hwmon: (it87) Fix multi-line commentsGuenter Roeck1-62/+108
2012-01-16hwmon: (it87) Add IT8728F supportJean Delvare1-15/+46
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-17/+17
2011-07-25hwmon: (it87) Add chassis intrusion detection supportJean Delvare1-0/+29
2011-07-17hwmon: (it87) Fix label group removalJean Delvare1-1/+1
2011-05-25hwmon: (it87) Use request_muxed_regionNat Gurumoorthy1-12/+19
2011-01-12hwmon: (it87) Use pr_fmt and pr_<level>Joe Perches1-16/+14
2010-12-08hwmon: (it87) Fix manual fan speed control on IT8721FJean Delvare1-16/+45
2010-10-28hwmon: (it87) Add support for the IT8721F/IT8758EJean Delvare1-22/+94
2010-10-28hwmon: (it87) Move conversion functionsJean Delvare1-50/+52
2010-08-14hwmon: (it87) Export labels for internal sensorsJean Delvare1-2/+44
2010-07-09hwmon: (it87) Fix in7 on IT8720FJean Delvare1-0/+22
2010-04-14hwmon: (it87) Invalidate cache on temperature sensor changeJean Delvare1-0/+1
2010-04-14hwmon: (it87) Properly handle wrong sensor type requestsJean Delvare1-10/+10
2010-04-14hwmon: (it87) Don't arbitrarily enable temperature channelsJean Delvare1-8/+5
2010-03-05hwmon: (it87) Validate auto pwm settingsJean Delvare1-0/+32
2010-03-05hwmon: (it87) Add support for old automatic fan speed controlJean Delvare1-2/+180
2010-03-05hwmon: (it87) Use strict_strtol instead of simple_strtolJean Delvare1-15/+44
2010-03-05hwmon: (it87) Fix many checkpatch errors and warningsJean Delvare1-75/+87
2010-03-05hwmon: (it87) Add support for beep on alarmJean Delvare1-0/+122
2010-03-05hwmon: (it87) Create vid attributes by groupJean Delvare1-8/+7
2010-03-05hwmon: (it87) Refactor attributes creation and removalJean Delvare1-130/+103
2010-03-05hwmon: (it87) Expose the PWM/temperature mappingsJean Delvare1-4/+69
2010-03-05hwmon: (it87) Display fan outputs in automatic mode as suchJean Delvare1-38/+61
2009-12-09hwmon: (it87) Check for fan2 and fan3 availabilityJean Delvare1-3/+24
2009-12-09hwmon: (it87) Verify the VID pin usageJean Delvare1-4/+16
2009-10-24hwmon: (it87) Fix VID reading on IT8718F/IT8720FJean Delvare1-3/+2
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-03-12hwmon: (it87) Properly decode -128 degrees C temperatureJean Delvare1-4/+4
2009-01-07hwmon: Fix various typosJean Delvare1-1/+1
2009-01-07hwmon: Check for ACPI resource conflictsJean Delvare1-0/+5
2009-01-07hwmon: (it87) Add support for the ITE IT8720FJean-Marc Spaggiari1-9/+21
2008-10-17hwmon: (it87) Fix thermal sensor type valuesJean Delvare1-3/+8
2008-10-09hwmon: (it87) Prevent power-off on Shuttle SN68PTJean Delvare1-19/+51
2008-09-20hwmon: (it87) Fix fan tachometer reading in IT8712F rev 0x7 (I)Andrew Paprocki1-2/+2
2008-08-06hwmon: (it87) Support for 16-bit fan reading in it8705 >= rev 0x03Andrew Paprocki1-7/+12
2008-08-06hwmon: (it87) Support for 16-bit fan reading in it8712 >= rev 0x07Andrew Paprocki1-10/+22
2008-02-07hwmon: (it87) Delete pwmN_freq files on driver removalJean Delvare1-0/+3
2008-02-07hwmon: (it87) Add individual alarm filesJean Delvare1-9/+66
2008-02-07hwmon: (it87) Discard a dead e-mail addressJean Delvare1-2/+2
2008-02-07hwmon: Let the user override the detected Super-I/O device IDJean Delvare1-1/+5
2008-01-22hwmon: (it87) request only Environment Controller portsBjorn Helgaas1-9/+23
2007-10-09hwmon: VRM is not read from registersJean Delvare1-1/+1
2007-10-09hwmon: (it87) Add support for fan4 and fan5Jean Delvare1-15/+39