aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/i8k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-25i8k: Add support for fan labelsPali Rohár1-14/+62
2015-01-25i8k: Remove DMI config data for Latitude E6440 and E6540Pali Rohár1-21/+0
2015-01-25i8k: Autodetect fan RPM multiplierPali Rohár1-12/+48
2015-01-25i8k: Make fan module parameters an unsignedPali Rohár1-9/+9
2015-01-25i8k: Add support for Dell XPS 13Guenter Roeck1-3/+11
2015-01-25i8k: Rework error retriesGuenter Roeck1-23/+24
2015-01-25i8k: Return -ENODATA for invalid temperaturePali Rohár1-3/+1
2015-01-25i8k: Register only temperature sensors which have labelsPali Rohár1-9/+9
2015-01-25i8k: Add support for temperature sensor labelsPali Rohár1-13/+61
2014-11-26i8k: Fix temperature bug handling in i8k_get_temp()Pali Rohár1-6/+10
2014-11-07i8k: Add MODULE_DEVICE_TABLE macroPali Rohár1-0/+2
2014-11-07i8k: Add support for Dell Latitude E6440Pali Rohár1-0/+8
2014-09-23i8k: Add support for Dell Latitude E6540Steven Honeyman1-0/+13
2014-07-13Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+3
2014-07-09i8k: Fix non-SMP operationGuenter Roeck1-1/+3
2014-07-09i8k: Add support for Dell Precision 490 and Latitude D520Guenter Roeck1-0/+27
2014-07-09i8k: Add support for configurable maximum fan speed valueGuenter Roeck1-7/+42
2014-07-09i8k: Drop all labelsGuenter Roeck1-34/+13
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