aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28hwmon: (w83795) Fix LSB reading of fan speedsJean Delvare1-5/+5
2010-10-28hwmon: (w83795) Clean up probe functionJean Delvare1-57/+34
2010-10-28hwmon: (w83795) Fix in17-in20 gain factorJean Delvare1-3/+3
2010-10-28hwmon: (w83795) Only start monitoring if neededJean Delvare1-3/+10
2010-10-28hwmon: (w83795) Add const markersJean Delvare1-8/+10
2010-10-28hwmon: (w83795) Only create fan[1-8]_target files when neededJean Delvare1-23/+4
2010-10-28hwmon: (w83795) Move PWM attributes to a dedidated arrayJean Delvare1-10/+8
2010-10-28hwmon: (w83795) Use 2D arrays for many device attributesJean Delvare1-29/+37
2010-10-28hwmon: (w83795) Merge w83795_create_files and w83795_remove_filesJean Delvare1-38/+17
2010-10-28hwmon: (w83795) Move file creation to a separate function tooJean Delvare1-55/+66
2010-10-28hwmon: (w83795) Move files removal to a separate functionJean Delvare1-50/+31
2010-10-28hwmon: (w83795) Improve detection routineJean Delvare1-23/+57
2010-10-28hwmon: (w83795) Refactor bank selectionJean Delvare1-43/+50
2010-10-28hwmon: (w83795) Drop duplicate enumJean Delvare1-19/+15
2010-10-28hwmon: (w83795) Misc cleanupsJean Delvare1-6/+1
2010-10-28hwmon: New driver for the W83795G/ADG monitoring chipsWei Song3-0/+2149
2010-10-28hwmon: (s3c-hwmon) Depend on S3C_ADCMaurus Cuelenaere1-4/+4
2010-10-28hwmon: (s3c-hwmon) Use a real mutexThomas Gleixner1-4/+4
2010-10-28hwmon: (lm75) Trivial changes to pacify the checkpatchShubhrajyoti D1-21/+23
2010-10-28hwmon: (lm75) Make the writing to sysfs more robustShubhrajyoti D1-1/+6
2010-10-28hwmon: (lm90) Add support for the W83L771W/GJean Delvare2-7/+20
2010-10-28hwmon: (lm90) Add support for update_interval sysfs attributeGuenter Roeck1-5/+92
2010-10-28hwmon: (lm90) Introduce capability flag to indicate broken ALERT functionalityGuenter Roeck1-3/+6
2010-10-28hwmon: (lm90) Introduce chip parameter structureGuenter Roeck1-32/+60
2010-10-28hwmon: (lm90) Rearrange code to no longer require forward declarationsGuenter Roeck1-267/+256
2010-10-28hwmon: (lm90) Add support for max6695 and max6696Guenter Roeck2-24/+230
2010-10-28hwmon: (lm90) Add support for extra features of max6659Guenter Roeck1-6/+59
2010-10-28hwmon: (lm90) Add explicit support for max6659Guenter Roeck1-11/+21
2010-10-28hwmon: (lm90) Simplify set_temp11 register calculationsGuenter Roeck1-27/+28
2010-10-28hwmon: (lm90) Introduce function to delete sysfs filesGuenter Roeck1-7/+11
2010-10-28hwmon: (lm90) Introduce device feature bitsGuenter Roeck1-14/+26
2010-10-28hwmon: (lm90) Fix checkpatch errorsGuenter Roeck1-25/+51
2010-10-28hwmon: (k8temp) Remove superfluous CPU family checkAndreas Herrmann1-29/+22
2010-10-25hwmon: lis3: Release resources in case of failureSamu Onkalo1-0/+5
2010-10-25hwmon: lis3: Enhance lis3 selftest with IRQ line testSamu Onkalo2-9/+82
2010-10-25hwmon: lis3: use block read to access data registersSamu Onkalo3-3/+32
2010-10-25hwmon: lis3: Adjust fuzziness for 8 bit deviceSamu Onkalo1-4/+14
2010-10-25hwmon: lis3: New parameters to platform dataSamu Onkalo1-7/+14
2010-10-25hwmon: lis3: restore axis enabled bitsSamu Onkalo2-2/+2
2010-10-25hwmon: lis3: Power on correctionsSamu Onkalo2-8/+12
2010-10-25hwmon: lis3: Update coordinates at polled device openSamu Onkalo1-0/+5
2010-10-25hwmon: lis3: Cleanup interrupt handlingSamu Onkalo2-22/+13
2010-10-25hwmon: lis3: regulator controlSamu Onkalo3-1/+119
2010-10-25hwmon: lis3: pm_runtime supportSamu Onkalo3-13/+102
2010-10-25hwmon: add generic GPIO fan driverSimon Guinot3-0/+568
2010-10-25hwmon: (coretemp) fix reading of microcode revision (v2)Jan Beulich1-2/+18
2010-10-25hwmon: ({core, pkg, via-cpu}temp) remove unnecessary CONFIG_HOTPLUG_CPU ifdefsChen Gong3-14/+3
2010-10-25hwmon: (pkgtemp) align driver initialization style with coretempChen Gong1-14/+8
2010-10-25hwmon: LTC4261 Hardware monitoring driverGuenter Roeck3-0/+327
2010-10-25hwmon: (lis3) add axes module parameter for custom axis-mappingTakashi Iwai5-21/+52