aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/i8k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-12-18i8k: Implement hwmon based fan speed controlGuenter Roeck1-5/+44
2013-12-18i8k: Stop reading SMM BIOS version during driver probeGuenter Roeck1-40/+2
2013-12-18i8k: Use driver_data field of dmi_system_id to override fan multiplierGuenter Roeck1-1/+10
2013-12-18i8k: Add support for Dell XPS M140Guenter Roeck1-0/+7
2013-12-18i8k: Add support for Dell Studio laptopsGuenter Roeck1-0/+7
2013-12-18i8k: Add copyrightGuenter Roeck1-0/+1
2013-12-18i8k: Force SMM to run on CPU 0Guenter Roeck1-2/+17
2013-12-18i8k: Drop driver version number and info message at startupGuenter Roeck1-5/+0
2013-12-18i8k: Remove obsolete link to out-of-tree driverGuenter Roeck1-2/+0
2013-12-18i8k: Support additional temperature sensorsGuenter Roeck1-19/+45
2013-12-18i8k: Convert to use to hwmon_device_register_with_groups hwmon APIGuenter Roeck1-78/+54
2013-12-18i8k: Fix various checkpatch warnings and errorsGuenter Roeck1-17/+23
2013-12-18i8k: Convert to use pr_ functions instead of printkGuenter Roeck1-9/+10
2013-12-04drivers/char/i8k.c: add Dell XPLS L421XAlan Cox1-0/+7
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-4/+4
2011-05-25i8k: Integrate with the hwmon subsystemJean Delvare1-0/+162
2011-05-25i8k: Avoid lahf in 64-bit codeLuca Tettamanti1-2/+2
2010-11-15Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)Jim Bos1-4/+4
2010-11-13i8k: Tell gcc that *regs gets clobberedJim Bos1-2/+3
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-05-17procfs: Push down the bkl from ioctlFrederic Weisbecker1-5/+16
2009-01-02i8k: Add Dell Vostro systemsFederico Heinz1-1/+8
2009-01-02i8k: Enable i8k on Dell Precision SystemsAndy Spencer1-0/+7
2008-05-01i8k: make fan multiplier tunable with a module parameterJochen Eisinger1-1/+5
2008-04-29drivers: use non-racy method for proc entries creationDenis V. Lunev1-4/+2
2008-02-07i8k: Inspiron E1705 fixFrank Sorenson1-0/+7
2008-02-07I8K: allow i8k driver to be built on x86_64 systemsBradley Smith1-1/+28
2008-02-06ik8: add Dell UK 6400 Inspiron model (MM061)Nick Warne1-0/+7
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-7/+7
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-2/+2
2007-05-08i386: sched.h inclusion from module.h is baackAlexey Dobriyan1-0/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2005-11-12[PATCH] I8K: fix /proc reporting of blank service tagsDmitry Torokhov1-2/+4
2005-06-25[PATCH] I8K: add new BIOS signaturesDmitry Torokhov1-8/+24
2005-06-25[PATCH] I8K: initialization code cleanup; formattingDmitry Torokhov1-102/+47
2005-06-25[PATCH] I8K: convert to seqfileDmitry Torokhov1-42/+22
2005-06-25[PATCH] I8K: use standard DMI interfaceDmitry Torokhov1-249/+53
2005-06-25[PATCH] I8K: pass through lindentDmitry Torokhov1-475/+475
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+788