aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07hwmon: Let the user override the detected Super-I/O device IDJean Delvare11-12/+61
2008-02-07hwmon: (vt8231) Add missing "space"Joe Perches1-1/+1
2008-02-07hwmon: (gl520sm) Add individual alarm and beep filesJean Delvare1-2/+89
2008-02-07hwmon: (gl520sm) De-macro the sysfs callbacksJean Delvare1-169/+239
2008-02-07hwmon: (gl520sm) Put register addresses in arraysJean Delvare1-64/+40
2008-02-07hwmon: (gl520sm) Various cleanupsJean Delvare1-33/+30
2008-02-07hwmon: (lm90) Use generic i2c reads during detectionJean Delvare1-13/+13
2008-02-07hwmon: (gl518sm) Fix the reported fan speedJean Delvare1-3/+3
2008-02-07hwmon: (gl518sm) Report error on invalid fan div valueJean Delvare1-2/+12
2008-02-07hwmon: (gl518sm) Add individual alarm and beep filesJean Delvare1-0/+69
2008-02-07hwmon: (gl518sm) Refactor fan functionsJean Delvare1-50/+60
2008-02-07hwmon: (gl518sm) Don't create sysfs files for missing featuresJean Delvare1-4/+19
2008-02-07hwmon: (gl518sm) Various cleanupsJean Delvare1-30/+19
2008-02-07hwmon: (fschmd) Discard non-ASCII charactersJean Delvare1-2/+2
2008-02-07hwmon: (adm1025) Various cleanupsJean Delvare1-44/+36
2008-02-07hwmon: (adm1025) Add individual alarm filesJean Delvare1-1/+29
2008-02-07hwmon: (adm1025) Use dynamic sysfs callbacksJean Delvare1-137/+154
2008-02-07hwmon: (lm87) Add support for the Analog Devices ADM1024Jean Delvare2-8/+21
2008-02-07hwmon: Add support for Winbond W83L786NG/NRKevin Lo3-0/+832
2008-02-07hwmon: (adt7470) Replace power-of-two testRobert P. J. Day1-3/+1
2008-02-07hwmon: (w83793) remove duplicated definesNicolas Kaiser1-4/+1
2008-02-07hwmon: (lm78/w83781d) Probe fewer I2C addressesJean Delvare2-8/+5
2008-02-07leds: Standardise LED naming schemeRichard Purdie1-1/+1
2008-01-22hwmon: (it87) request only Environment Controller portsBjorn Helgaas1-9/+23
2008-01-03hwmon: (w83627ehf) Be more careful when changing VID input levelJean Delvare1-14/+22
2007-12-04HWMON: coretemp, suspend fixRafael J. Wysocki1-3/+2
2007-11-08hwmon: (i5k_amb) Convert macros to C functionsDarrick J. Wong1-22/+43
2007-11-08hwmon: (w83781d) Add missing curly bracesJean Delvare1-1/+2
2007-11-08hwmon: (abituguru3) Identify ABit IP35 Pro as suchHans de Goede1-1/+1
2007-11-08hwmon: (f75375s) pwmX_mode sysfs files writable for f75375 variantRiku Voipio1-3/+16
2007-11-08hwmon: (f75375s) Allow setting up fans with platform_dataRiku Voipio1-7/+35
2007-11-08hwmon: (f75375s) Add new style bindingsRiku Voipio1-26/+83
2007-11-08hwmon: (lm70) Convert semaphore to mutexMatthias Kaehlcke1-5/+6
2007-11-08hwmon: (applesmc) Add support for Mac Pro 2 x Quad-CoreRené Rebe1-6/+101
2007-11-08hwmon: (abituguru3) Add support for 2 new motherboardsHans de Goede1-0/+54
2007-11-08hwmon: (ibmpex) Change printk to dev_{info,err} macrosDarrick J. Wong1-25/+23
2007-11-08hwmon: (i5k_amb) New memory temperature sensor driverDarrick J. Wong3-0/+542
2007-11-08hwmon: (f75375s) fix pwm mode settingRiku Voipio1-1/+1
2007-11-08hwmon: (ibmpex.c) fix NULL dereferenceAdrian Bunk1-1/+1
2007-11-08hwmon: (sis5595) Split sis5595_attributes_optIvo Manca1-21/+18
2007-11-08hwmon: (sis5595) Add individual alarm filesIvo Manca1-2/+30
2007-11-08hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplifyJim Cromie1-13/+14
2007-11-08hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-XJim Cromie1-84/+42
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds3-5/+5
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2-4/+4
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt3-5/+5
2007-10-19get rid of input BIT* duplicate definesJiri Slaby2-2/+2
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis2-4/+4
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches5-6/+6
2007-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-131/+91