summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2010-05-27hwmon: (tmp401) Use constants for sysfs file permissionsAndre Prendel1-22/+28
2010-05-27hwmon: (adm1031) Allow setting update rateJean Delvare1-2/+66
2010-05-27hwmon: (lm90) Use programmed update rateIra W. Snyder1-1/+2
2010-05-27hwmon: (f71882fg) Acquire I/O regions while we're working with themGiel van Schijndel1-0/+8
2010-05-27hwmon: (f71882fg) Code cleanupGiel van Schijndel1-12/+6
2010-05-27hwmon: (f71882fg) Use strict_stro(l|ul) instead of simple_strto$1Giel van Schijndel1-29/+104
2010-05-27hwmon: (f71882fg) Fixed braces coding style issuesGiel van Schijndel1-6/+5
2010-05-27hwmon: (lm63) Add basic support for LM64Matthew Garrett2-9/+18
2010-05-27hwmon: (asus_atk0110) Don't load if ACPI resources aren't enforcedJean Delvare1-0/+7
2010-05-25drivers/hwmon/coretemp.c: get TjMax value from MSRCarsten Emde1-4/+57
2010-05-25drivers/hwmon/coretemp.c: detect the thermal sensors by CPUIDCarsten Emde1-20/+12
2010-05-25hwmon: add TI ads7871 a/d converter driverPaul Thomas3-0/+263
2010-05-25lis3: setup poll interval limitsSamu Onkalo1-0/+4
2010-05-25lis3: interrupt handlers for 8bit wakeup and click eventsSamu Onkalo2-13/+86
2010-05-25lis3: add skeletons for interrupt handlersSamu Onkalo1-23/+64
2010-05-25lis3: introduce platform data for second ff / wu unitSamu Onkalo1-2/+13
2010-05-25lis3: separate configuration function for 8 bit deviceSamu Onkalo1-19/+26
2010-05-25lis3: add missing constants for 8bit deviceSamu Onkalo1-0/+10
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2-8/+11
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely4-69/+65
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-17drivers: Push down BKL into various driversArnd Bergmann2-8/+11
2010-05-11Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-68/+56
2010-05-11hp_accel: fix race in device removalOliver Neukum1-1/+1
2010-05-11hwmon: (applesmc) Correct sysfs fan error handlingHenrik Rydberg1-36/+25
2010-05-11hwmon: (asc7621) Bug fixesKen Milmore1-32/+31
2010-04-24lis3: add support for HP ProBook 432x/442x/452x/522xTakashi Iwai1-0/+4
2010-04-22sysfs: use sysfs_attr_init in ASUS atk0110 driverJiri Kosina1-0/+4
2010-04-14hwmon: (applesmc) Add iMac9,1 and MacBookPro2,2 supportJustin P. Mattock1-0/+18
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-04-14hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=nJean Delvare1-1/+6
2010-04-14hwmon: (sht15) Fix sht15_calc_temp interpolation functionJerome Oufella1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo18-1/+17
2010-03-29hwmon: (asc7621) Add X58 entry in KconfigJaswinder Singh Rajput1-2/+2
2010-03-29hwmon: (w83793) Saving negative errors in unsignedDan Carpenter1-1/+1
2010-03-29hwmon: (coretemp) Add missing newline to dev_warn() messageDean Nelson1-1/+1
2010-03-29hwmon: (coretemp) Fix cpu model outputPrarit Bhargava1-1/+1
2010-03-06Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-1484/+2923
2010-03-06drivers/hwmon/adcxx.c: fix for single-channel ADCsJosé Miguel Gonçalves1-5/+10
2010-03-06drivers/hwmon/vt8231.c: fix continuation line formatsJoe Perches1-2/+1
2010-03-05hwmon: Remove the deprecated adt7473 driverAmerigo Wang3-1195/+0
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare3-15/+11
2010-03-05hwmon: (tmp421) Fix temperature conversionsJean Delvare1-2/+4
2010-03-05hwmon: (tmp421) Restore missing inputsJean Delvare1-7/+7
2010-03-05hwmon: Driver for Andigilog aSC7621 family monitoring chipsGeorge Joseph3-0/+1269
2010-03-05hwmon: (adt7411) Improve lockingWolfram Sang1-7/+14
2010-03-05hwmon: Add driver for ADT7411 voltage and temperature sensorWolfram Sang3-0/+370
2010-03-05hwmon: (w83793) Add watchdog functionalitySven Anders2-4/+481