aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-21hwmon: (emc1403) Add support for alarm and diode fault status on EMC14x2Guenter Roeck1-0/+36
2014-05-21hwmon: (emc1403) Report external diode fault statusGuenter Roeck1-0/+6
2014-05-21hwmon: (emc1403) Convert to use regmapGuenter Roeck1-54/+63
2014-05-21hwmon: (emc1403) Add support for emc14x2Josef Gajdusek1-15/+43
2014-05-21hwmon: (adm1029) Update Corentin Labbe's emailLABBE Corentin1-2/+2
2014-05-21hwmon: (iio_hwmon) Make of_device_id array constJingoo Han1-1/+1
2014-05-21hwmon: (gpio-fan) Make of_device_id array constJingoo Han1-1/+1
2014-05-21hwmon: (g762) Make of_device_id array constJingoo Han1-1/+1
2014-05-21hwmon: (ltc2945) Fix 1st comment lineGuenter Roeck1-1/+1
2014-05-21hwmon: (vt1211) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-21hwmon: (s3c-hwmon) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-21hwmon: (pc87427) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-21hwmon: (max197) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-21hwmon: (max1111) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-21hwmon: (lm93) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-21hwmon: (ibmpex) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-21hwmon: (f71805f) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-21hwmon: (lm92) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-41/+15
2014-05-21hwmon: (lm92) Drop function macrosGuenter Roeck1-83/+84
2014-05-21hwmon: (lm92) Drop FSF mailing addressGuenter Roeck1-4/+0
2014-05-21hwmon: (lm92) Drop unnecessary forward declarationGuenter Roeck1-3/+0
2014-05-21hwmon: (lm75) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-31/+20
2014-05-21hwmon: (lm77) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-39/+14
2014-05-21hwmon: (lm77) Drop function macrosGuenter Roeck1-107/+75
2014-05-21hwmon: (lm77) Do not preserve hysteresis when updating critical temp limitGuenter Roeck1-6/+0
2014-05-21hwmon: (lm77) Rearrange code to no longer require forward declarationsGuenter Roeck1-92/+81
2014-05-21hwmon: (lm77) Drop FSF mailing addressGuenter Roeck1-4/+0
2014-05-21hwmon: (tmp421) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-32/+15
2014-05-21hwmon: (tmp102) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-26/+20
2014-05-21hwmon: (tmp102) Introduce dev variable in probe functionGuenter Roeck1-14/+14
2014-05-21hwmon: (lm70) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-48/+14
2014-05-15mfd: vexpress: Convert custom func API to regmapPawel Moll1-10/+7
2014-05-12hwmon: (emc1403) Support full range of known chip revision numbersJosef Gajdusek1-1/+1
2014-05-12hwmon: (emc1403) Fix resource leak on module unloadJean Delvare1-3/+3
2014-05-12hwmon: (emc1403) fix inverted store_hyst()Josef Gajdusek1-1/+1
2014-05-01Revert "hwmon: (coretemp) Refine TjMax detection"Guenter Roeck1-2/+2
2014-04-24hwmon: (ltc2945) Don't crash the kernel unnecessarilyGuenter Roeck1-3/+3
2014-04-24hwmon: (vexpress) Avoid creating non-existing attributesPawel Moll1-3/+19
2014-04-24hwmon: (vexpress) Use legal hwmon device namesPawel Moll1-9/+52
2014-04-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-538/+0
2014-04-09Revert "powerpc/powernv: hwmon driver for power values, fan rpm and temperature"Benjamin Herrenschmidt3-538/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-14/+14
2014-04-05Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds17-277/+168
2014-04-04hwmon: (it87) Add support for IT8623ERudolf Marek1-0/+3
2014-04-04hwmon: (it87) Fix IT8603E define nameRudolf Marek1-3/+3
2014-04-04hwmon: (lm90) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-22/+17
2014-04-04hwmon: (lm90) Create all sysfs groups in one callGuenter Roeck1-43/+26
2014-04-04hwmon: (lm90) Always use the dev variable in the probe functionGuenter Roeck1-3/+2
2014-04-04hwmon: (lm90) Create most optional attributes with sysfs_create_groupGuenter Roeck1-3/+11
2014-04-04hwmon: Avoid initializing the same field twiceJean Delvare10-14/+0