summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hwmon: (w83795) Report PECI agent Tbase valuesJean Delvare2010-10-281-0/+13
* hwmon: (w83795) Properly handle negative temperaturesJean Delvare2010-10-281-13/+7
* hwmon: (w83795) Rename temperature limit attributesJean Delvare2010-10-281-10/+10
* hwmon: (w83795) Fix PWM duty cycle frequency attributesJean Delvare2010-10-281-28/+62
* hwmon: (w83795) Add support for dynamic in0-2 limitsJean Delvare2010-10-281-0/+56
* hwmon: (w83795) Fix LSB reading of fan speedsJean Delvare2010-10-281-5/+5
* hwmon: (w83795) Clean up probe functionJean Delvare2010-10-281-57/+34
* hwmon: (w83795) Fix in17-in20 gain factorJean Delvare2010-10-281-3/+3
* hwmon: (w83795) Only start monitoring if neededJean Delvare2010-10-281-3/+10
* hwmon: (w83795) Add const markersJean Delvare2010-10-281-8/+10
* hwmon: (w83795) Only create fan[1-8]_target files when neededJean Delvare2010-10-281-23/+4
* hwmon: (w83795) Move PWM attributes to a dedidated arrayJean Delvare2010-10-281-10/+8
* hwmon: (w83795) Use 2D arrays for many device attributesJean Delvare2010-10-281-29/+37
* hwmon: (w83795) Merge w83795_create_files and w83795_remove_filesJean Delvare2010-10-281-38/+17
* hwmon: (w83795) Move file creation to a separate function tooJean Delvare2010-10-281-55/+66
* hwmon: (w83795) Move files removal to a separate functionJean Delvare2010-10-281-50/+31
* hwmon: (w83795) Improve detection routineJean Delvare2010-10-281-23/+57
* hwmon: (w83795) Refactor bank selectionJean Delvare2010-10-281-43/+50
* hwmon: (w83795) Drop duplicate enumJean Delvare2010-10-281-19/+15
* hwmon: (w83795) Misc cleanupsJean Delvare2010-10-281-6/+1
* hwmon: New driver for the W83795G/ADG monitoring chipsWei Song2010-10-283-0/+2149
* hwmon: (s3c-hwmon) Depend on S3C_ADCMaurus Cuelenaere2010-10-281-4/+4
* hwmon: (s3c-hwmon) Use a real mutexThomas Gleixner2010-10-281-4/+4
* hwmon: (lm75) Trivial changes to pacify the checkpatchShubhrajyoti D2010-10-281-21/+23
* hwmon: (lm75) Make the writing to sysfs more robustShubhrajyoti D2010-10-281-1/+6
* hwmon: (lm90) Add support for the W83L771W/GJean Delvare2010-10-282-7/+20
* hwmon: (lm90) Add support for update_interval sysfs attributeGuenter Roeck2010-10-281-5/+92
* hwmon: (lm90) Introduce capability flag to indicate broken ALERT functionalityGuenter Roeck2010-10-281-3/+6
* hwmon: (lm90) Introduce chip parameter structureGuenter Roeck2010-10-281-32/+60
* hwmon: (lm90) Rearrange code to no longer require forward declarationsGuenter Roeck2010-10-281-267/+256
* hwmon: (lm90) Add support for max6695 and max6696Guenter Roeck2010-10-282-24/+230
* hwmon: (lm90) Add support for extra features of max6659Guenter Roeck2010-10-281-6/+59
* hwmon: (lm90) Add explicit support for max6659Guenter Roeck2010-10-281-11/+21
* hwmon: (lm90) Simplify set_temp11 register calculationsGuenter Roeck2010-10-281-27/+28
* hwmon: (lm90) Introduce function to delete sysfs filesGuenter Roeck2010-10-281-7/+11
* hwmon: (lm90) Introduce device feature bitsGuenter Roeck2010-10-281-14/+26
* hwmon: (lm90) Fix checkpatch errorsGuenter Roeck2010-10-281-25/+51
* hwmon: (k8temp) Remove superfluous CPU family checkAndreas Herrmann2010-10-281-29/+22
* hwmon: lis3: Release resources in case of failureSamu Onkalo2010-10-251-0/+5
* hwmon: lis3: Enhance lis3 selftest with IRQ line testSamu Onkalo2010-10-252-9/+82
* hwmon: lis3: use block read to access data registersSamu Onkalo2010-10-253-3/+32
* hwmon: lis3: Adjust fuzziness for 8 bit deviceSamu Onkalo2010-10-251-4/+14
* hwmon: lis3: New parameters to platform dataSamu Onkalo2010-10-251-7/+14
* hwmon: lis3: restore axis enabled bitsSamu Onkalo2010-10-252-2/+2
* hwmon: lis3: Power on correctionsSamu Onkalo2010-10-252-8/+12
* hwmon: lis3: Update coordinates at polled device openSamu Onkalo2010-10-251-0/+5
* hwmon: lis3: Cleanup interrupt handlingSamu Onkalo2010-10-252-22/+13
* hwmon: lis3: regulator controlSamu Onkalo2010-10-253-1/+119
* hwmon: lis3: pm_runtime supportSamu Onkalo2010-10-253-13/+102
* hwmon: add generic GPIO fan driverSimon Guinot2010-10-253-0/+568