summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-04-093-538/+0
|\
| * Revert "powerpc/powernv: hwmon driver for power values, fan rpm and temperature"Benjamin Herrenschmidt2014-04-093-538/+0
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-072-14/+14
|\ \ | |/ |/|
| * hwmon, via-cputemp: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-7/+7
| * hwmon, coretemp: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-7/+7
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-0517-277/+168
|\ \
| * | hwmon: (it87) Add support for IT8623ERudolf Marek2014-04-041-0/+3
| * | hwmon: (it87) Fix IT8603E define nameRudolf Marek2014-04-041-3/+3
| * | hwmon: (lm90) Convert to use hwmon_device_register_with_groupsGuenter Roeck2014-04-041-22/+17
| * | hwmon: (lm90) Create all sysfs groups in one callGuenter Roeck2014-04-041-43/+26
| * | hwmon: (lm90) Always use the dev variable in the probe functionGuenter Roeck2014-04-041-3/+2
| * | hwmon: (lm90) Create most optional attributes with sysfs_create_groupGuenter Roeck2014-04-041-3/+11
| * | hwmon: Avoid initializing the same field twiceJean Delvare2014-04-0410-14/+0
| * | hwmon: (pc87360) Avoid initializing the same field twiceJean Delvare2014-04-041-6/+6
| * | hwmon: (lm80) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-04-041-48/+22
| * | hwmon: (adm1021) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-04-041-48/+22
| * | hwmon: (lm63) Avoid initializing the same field twiceJean Delvare2014-04-041-1/+0
| * | hwmon: (lm63) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-04-041-66/+40
| * | hwmon: (lm63) Create all sysfs groups in one callGuenter Roeck2014-04-041-28/+14
| * | hwmon: (lm63) Introduce 'dev' variable to point to client->devGuenter Roeck2014-04-041-16/+16
| * | hwmon: (lm63) Add additional sysfs group for temp2_type attributeGuenter Roeck2014-04-041-3/+13
| * | hwmon: (f71805f) Fix author's addressJean Delvare2014-04-041-1/+1
| |/
* | hwmon: (k10temp) Add support for AMD F16 M30h processorAravind Gopalakrishnan2014-04-022-2/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-023-0/+538
|\ \
| * | powerpc/powernv: hwmon driver for power values, fan rpm and temperatureShivaprasad G Bhat2014-03-243-0/+538
* | | hwmon: (pmbus/ltc2978) Add support for LTM4676Guenter Roeck2014-03-191-9/+11
* | | hwmon: (pmbus/ltc2978) Add new chip ID for LTC2974Guenter Roeck2014-03-051-2/+3
* | | hwmon: Do not accept invalid name attributesGuenter Roeck2014-03-031-0/+5
* | | hwmon: (max6639) Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-031-3/+1
* | | hwmon: (lm95245) Make temp2_crit_hyst read-onlyGuenter Roeck2014-03-031-2/+1
* | | hwmon: (lm95245) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-54/+26
* | | hwmon: (lm95245) Drop useless debug messageGuenter Roeck2014-03-031-1/+0
* | | hwmon: (lm95245) Fix hysteresis temperaturesGuenter Roeck2014-03-031-10/+21
* | | hwmon: (max6639) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-55/+26
* | | hwmon: (max6639) Introduce local dev variable, and reduce noisinessGuenter Roeck2014-03-031-7/+5
* | | hwmon: (max6650) Introduce local 'dev' variableGuenter Roeck2014-03-031-12/+12
* | | hwmon: (max6650) Drop error message after memory allocation failuresGuenter Roeck2014-03-031-3/+1
* | | hwmon: (max6650) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-49/+28
* | | hwmon: (max6650) Rearrange code to no longer require forward declarationsGuenter Roeck2014-03-031-119/+109
* | | hwmon: (ltc4215) Convert to devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-38/+13
* | | hwmon: (coretemp) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-39/+8
* | | hwmon: (coretemp) Allocate platform data with devm_kzallocGuenter Roeck2014-03-031-7/+5
* | | hwmon: (coretemp) Use sysfs_create_group to create sysfs attributesGuenter Roeck2014-03-031-13/+7
* | | hwmon: (ltc4245) Remove devicetree conditionalsGuenter Roeck2014-03-031-4/+0
* | | hwmon: (ltc4245) Drop debug messagesGuenter Roeck2014-03-031-3/+0
* | | hwmon: (ltc4245) Use device managed function to register hwmon deviceGuenter Roeck2014-03-031-19/+4
* | | hwmon: (max1668) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-03-031-49/+18
* | | hwmon: (max1668) Don't hide return value from i2c_smbus_write_byte_dataGuenter Roeck2014-03-031-6/+8
* | | hwmon: Driver for TI ADC128D818Guenter Roeck2014-03-033-0/+502
* | | hwmon: Sort Kconfig entries alphabeticallyJean Delvare2014-03-031-308/+308