aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-26hwmon: (abituguru3) enable DMI probing feature on AW9D-MAXAlistair John Strachan1-1/+1
2008-10-26hwmon: (abituguru3) Cosmetic whitespace fixesAlistair John Strachan1-14/+14
2008-10-26hwmon: (adt7473) Fix voltage conversion routinesJean Delvare1-20/+9
2008-10-26hwmon: (lm90) Add support for the LM99 16 degree offsetJean Delvare1-4/+33
2008-10-26hwmon: (lm90) Fix handling of hysteresis valueJean Delvare1-3/+12
2008-10-26hwmon-vid: Add support for AMD family 10h CPUsJean Delvare1-0/+1
2008-10-26hwmon: (w83781d) Fix linking when built-inGeert Uytterhoeven1-2/+2
2008-10-20hwmon: applesmc: lighter wait mechanism, drastic improvementHenrik Rydberg1-10/+12
2008-10-20hwmon: applesmc: Add support for Macbook Pro 3Henrik Rydberg1-0/+9
2008-10-20hwmon: applesmc: Add support for Macbook Pro 4Henrik Rydberg1-0/+9
2008-10-20drivers/hwmon/applesmc.c: remove unneeded castsAndrew Morton1-8/+8
2008-10-20hwmon: applesmc: add support for Macbook AirHenrik Rydberg1-0/+9
2008-10-20hwmon: applesmc: allow for variable ALV0 and ALV1 package lengthHenrik Rydberg1-5/+15
2008-10-20hwmon: applesmc: prolong status waitHenrik Rydberg1-2/+2
2008-10-20hwmon: applesmc: fix the 'wait status failed: c != 8' problemHenrik Rydberg1-8/+24
2008-10-20hwmon: applesmc: specified number of bytes to read should match actualHenrik Rydberg1-1/+1
2008-10-20hwmon/pc87360 separate alarm files: add therm-min/max/crit-alarmsJim Cromie1-1/+57
2008-10-20hwmon/pc87360 separate alarm files: add dev_dbg helpJim Cromie1-4/+12
2008-10-20hwmon/pc87360 separate alarm files: define LDNI_MAX constJim Cromie1-2/+3
2008-10-20hwmon/pc87360 separate alarm files: add temp-min/max/crit/fault-alarmsJim Cromie1-4/+80
2008-10-20hwmon/pc87360 separate alarm files: add in-min/max-alarmsJim Cromie1-1/+51
2008-10-20hwmon/pc87360 separate alarm files: define some constantsJim Cromie1-11/+22
2008-10-17hwmon: (adm1026) Prevent log spammingJean Delvare1-4/+4
2008-10-17hwmon: (adm1026) Fix debug messagesJean Delvare1-5/+4
2008-10-17hwmon: (adm1029) Use mask for fan_div valueCorentin Labbe1-2/+3
2008-10-17hwmon: (ibmaem) Automatically load on IBM systems via DMIDarrick J. Wong1-0/+7
2008-10-17hwmon: (ibmpex) Automatically load on IBM systems via DMIDarrick J. Wong1-0/+6
2008-10-17hwmon: (w83781d) Use new style driver bindingWolfgang Grandegger1-175/+134
2008-10-17hwmon: (w83781d) Stop abusing struct i2c_client for ISA devicesJean Delvare1-37/+26
2008-10-17hwmon: (w83781d) Make ISA interface depend on CONFIG_ISAWolfgang Grandegger1-280/+393
2008-10-17hwmon: (w83781d) Detect alias chipsJean Delvare1-13/+66
2008-10-17hwmon: (w83781d) Refactor beep enable handlingJean Delvare1-37/+9
2008-10-17hwmon: (w83791d) add support for thermal cruise modeMarc Hulsman1-0/+148
2008-10-17hwmon: (w83791d) add pwm_enable supportMarc Hulsman1-0/+79
2008-10-17hwmon: (w83791d) add manual PWM supportMarc Hulsman1-1/+66
2008-10-17hwmon: (w83791d) fan 4/5 pins can also be used for gpioMarc Hulsman1-3/+27
2008-10-17hwmon: (max1619) Use inline functions instead of macrosAndrew Morton1-5/+12
2008-10-17hwmon: (it87) Fix thermal sensor type valuesJean Delvare1-3/+8
2008-10-17hwmon: (lm78) Convert to a new-style i2c driverJean Delvare1-105/+89
2008-10-17hwmon: (lm78) Stop abusing struct i2c_client for ISA devicesJean Delvare1-22/+16
2008-10-17hwmon: (lm78) Prevent misdetection of Winbond chipsJean Delvare1-0/+6
2008-10-17hwmon: (lm78) Detect alias chipsJean Delvare1-13/+65
2008-10-17hwmon: (lm78) Fix I/O resource conflict with PNPJean Delvare1-5/+15
2008-10-17hwmon: (lm85) Better label namesJean Delvare1-6/+6
2008-10-17hwmon: (lm85) Simplify RANGE_TO_REGJean Delvare1-11/+4
2008-10-17hwmon: (lm85) Convert to a new-style i2c driverJean Delvare1-57/+64
2008-10-17hwmon: (lm85) Support different PWM frequency tablesJean Delvare1-6/+23
2008-10-17hwmon: (lm85) Select the closest PWM frequencyJean Delvare1-3/+2
2008-10-17hwmon: (lm85) Implement the standard PWM frequency interfaceJean Delvare1-39/+38
2008-10-17hwmon: (lm85) Rework the device detectionJean Delvare1-73/+50