aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-09hwmon: End of I/O region off-by-oneJean Delvare2-2/+2
2007-08-12hwmon: (smsc47m1) restore missing name attributeJean Delvare1-0/+2
2007-08-12hwmon: (w83627ehf) don't assume bank 0Jean Delvare1-5/+3
2007-08-12hwmon: (w83627ehf) read fan_div values during probeMark M. Hoffman1-19/+29
2007-08-11hwmon: fix w83781d temp sensor type settingMark M. Hoffman1-2/+2
2007-07-30hwmon: fscher read control bugfixHans de Goede1-0/+2
2007-07-30hwmon: make abituguru3_read_increment_offset() staticAdrian Bunk1-2/+3
2007-07-30hwmon: Fix regression caused by typo in lm90.cGuillaume Chazarain1-1/+1
2007-07-30hwmon: (applesmc) add temperature sensors set for MacbookMartin Szulecki1-5/+9
2007-07-30hwmon: fscher control update bugfixHans de Goede1-1/+1
2007-07-30hwmon: fix dme1737 temp fault attributeJuerg Haefliger1-1/+1
2007-07-30hwmon: Add missing __devexit tags in various driversJean Delvare7-8/+8
2007-07-30hwmon: clean up duplicate includesJesper Juhl1-1/+0
2007-07-30hwmon: fix lm78 detection regressionHans de Goede1-1/+1
2007-07-30hwmon: fix array overruns in lm93.cHans-Jürgen Koch1-1/+1
2007-07-30hwmon: add support for THMC50 and ADM1022Krzysztof Helt3-0/+451
2007-07-19Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds23-1408/+7953
2007-07-19hwmon: refuse to load abituguru driver on non-Abit boardsHans de Goede1-0/+10
2007-07-19hwmon: fix Abit Uguru3 driver detection on some motherboardsHans de Goede1-5/+6
2007-07-19hwmon/w83627ehf: Be quiet when no chip is foundJean Delvare1-2/+3
2007-07-19hwmon/w83627ehf: No need to initialize fan_minJean Delvare1-5/+0
2007-07-19hwmon/w83627ehf: Export the thermal sensor typesJean Delvare1-1/+23
2007-07-19hwmon/w83627ehf: Enable VBAT monitoringJean Delvare1-0/+5
2007-07-19hwmon/w83627ehf: Add support for the VID inputsJean Delvare2-2/+49
2007-07-19hwmon/w83627ehf: Fix timing issuesJean Delvare1-1/+3
2007-07-19hwmon/w83627ehf: Add error messages for two error casesDavid Hubbard1-1/+6
2007-07-19hwmon/w83627ehf: Convert to a platform driverDavid Hubbard2-224/+286
2007-07-19hwmon/w83627ehf: Update the Kconfig entryDavid Hubbard1-5/+5
2007-07-19make coretemp_device_remove() staticAdrian Bunk1-1/+1
2007-07-19hwmon: Add LM93 supportHans-Jürgen Koch3-0/+2667
2007-07-19hwmon/smsc47b397: Don't report missing fans as spinning at 82 RPMJean Delvare1-0/+2
2007-07-19hwmon: Add support for newer uGuru'sHans de Goede4-8/+1165
2007-07-19hwmon/f71805f: Add temperature-tracking fan control modePhil Endecott1-1/+166
2007-07-19hwmon/w83627ehf: Preserve speed reading when changing fan minJean Delvare1-4/+9
2007-07-19hwmon: fix detection of abituguru volt inputsHans de Goede1-8/+18
2007-07-19hwmon: add SCH5317 to smsc47b397 driverJuerg Haefliger1-2/+3
2007-07-19hwmon: convert it87 to platform drivercorentin.labbe2-221/+277
2007-07-19hwmon: Fix a potential race condition on unloadJean Delvare6-5/+9
2007-07-19hwmon: Convert vt8231 to a platform driverRoger Lucas2-146/+174
2007-07-19hwmon/sis5595: Use PCI_REVISION_IDJean Delvare1-2/+1
2007-07-19hwmon/sis5595: Use dynamic sysfs callbacksJean Delvare1-106/+78
2007-07-19hwmon/sis5595: Convert to a platform driverJean Delvare2-149/+177
2007-07-19hwmon/via686a: Use dynamic sysfs callbacksJean Delvare1-139/+111
2007-07-19hwmon/via686a: Convert to a platform driverJean Delvare2-132/+156
2007-07-19hwmon/via686a: Temperature interrupt configuration fixJean Delvare1-2/+3
2007-07-19hwmon/w83627hf: Add PWM frequency selection supportCarlos Olalla Martinez1-1/+140
2007-07-19hwmon/it87: Add IT8726F supportRudolf Marek2-2/+7
2007-07-19hwmon: Fault files naming conventionJean Delvare4-14/+14
2007-07-19hwmon/lm90: Add support for the Maxim MAX6680/MAX6681Rainer Birkenmaier2-18/+58
2007-07-19hwmon: Use platform_device_add_data()Jean Delvare3-18/+9