summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (fam15h_power) Fix pci_device_id arrayGuenter Roeck2012-04-261-3/+6
* hwmon: (ad7314) Fix build warningGuenter Roeck2012-04-231-7/+5Star
* hwmon: (ads1015) Fix build warningGuenter Roeck2012-04-181-17/+16Star
* hwmon: fam15h_power: fix bogus values with current BIOSesAndre Przywara2012-04-181-0/+39
* hwmon: (pmbus_core) Fix compiler warningGuenter Roeck2012-04-091-9/+8Star
* hwmon: (smsc47m1) Fix compiler warningGuenter Roeck2012-04-091-9/+10
* hwmon: (acpi_power_meter) Fix compiler warning seen in some configurationsGuenter Roeck2012-04-091-0/+1
* hwmon: (smsc47b397) Fix compiler warningGuenter Roeck2012-04-091-6/+8
* hwmon: (ad7314) Adds missing spi_dev initializationGraeme Smecher2012-04-041-0/+1
* hwmon: (k10temp) Add support for AMD Trinity CPUsAndre Przywara2012-04-012-1/+6
* hwmon: (w83627ehf) mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-011-9/+9
* hwmon: (acpi_power_meter) fix lockdep spew due to non-static lock classKyle McMartin2012-04-011-0/+2
* hwmon: (adm1031) Fix compiler warningGuenter Roeck2012-04-011-12/+8Star
* hwmon: (f75375s) Fix warning message seen in some configurationsGuenter Roeck2012-04-011-0/+2
* hwmon: (max6639) Convert to dev_pm_opsMark Brown2012-04-011-4/+11
* hwmon: (sht15) Fix Kconfig dependenciesGuenter Roeck2012-04-011-1/+1
* hwmon: (gpio-fan) Fix Kconfig dependenciesGuenter Roeck2012-04-011-1/+1
* Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-281-1/+1
|\
| * mfd: Add pdata to set mc13783-ts conversion delayMichael Thalmeier2012-03-061-1/+1
* | watchdog: nowayout is boolWim Van Sebroeck2012-03-272-4/+4
* | hwmon: Add MCP3021 ADC driverXie Xiaobo2012-03-233-0/+182
* | hwmon: (mc13783-adc) Add support for the MC13892 PMICUwe Kleine-Koenig2012-03-232-27/+80
* | hwmon: (mc13783-adc) Remove space before tabFrans Meulenbroeks2012-03-231-1/+1
* | hwmon: (lm63) Let the user adjust the lookup tableJean Delvare2012-03-231-42/+76
* | hwmon: (lm63) Make fan speed control strategy changeableJean Delvare2012-03-231-16/+89
* | hwmon: (lm63) Reorganize the codeJean Delvare2012-03-231-206/+187Star
* | hwmon: (lm90) Restore original configuration if probe function failsGuenter Roeck2012-03-231-8/+13
* | hwmon: (lm90) Add support for GMT G781Guenter Roeck2012-03-232-2/+20
* | hwmon: (lm90) Fix multi-line commentsGuenter Roeck2012-03-231-24/+34
* | hwmon: (w83795) Fix multi-line commentsGuenter Roeck2012-03-231-32/+62
* | hwmon: (w83795) Unconditionally support manual fan speed controlJean Delvare2012-03-232-18/+29
* | hwmon: (fam15h_power) Increase output resolutionAndre Przywara2012-03-231-4/+4
* | hwmon: (fam15h_power) Correct sign extension of running_avg_captureAndreas Herrmann2012-03-231-1/+1
* | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-21121-6178/+8489
|\ \
| * | hwmon: (sch56xx) Add support for the integrated watchdog (v2)Hans de Goede2012-03-205-7/+550
| * | hwmon: (w83627ehf) Add support for temperature offset registersGuenter Roeck2012-03-191-0/+73
| * | hwmon: (jc42) Remove unnecessary device IDsGuenter Roeck2012-03-191-18/+0Star
| * | hwmon: (zl6100) Add support for ZL9101M and ZL9117MGuenter Roeck2012-03-192-4/+7
| * | hwmon: (adm1275) Add support for ADM1075Guenter Roeck2012-03-192-6/+86
| * | hwmon: (max34440) Add support for MAX34446Guenter Roeck2012-03-192-5/+111
| * | hwmon: (pmbus) Add more virtual registersGuenter Roeck2012-03-192-29/+54
| * | hwmon: (pmbus) Add support for Lineage Power MDT040Guenter Roeck2012-03-192-1/+3
| * | hwmon: (pmbus) Add support for TI TPS40400 and TPS40422Guenter Roeck2012-03-192-1/+3
| * | hwmon: (max34440) Add support for 'lowest' output voltage attributeGuenter Roeck2012-03-191-0/+9
| * | hwmon: (jc42) Convert to use devm_kzallocGuenter Roeck2012-03-191-35/+25Star
| * | hwmon: (max16065) Convert to use devm_kzallocGuenter Roeck2012-03-191-16/+7Star
| * | hwmon: (smm665) Convert to use devm_kzallocGuenter Roeck2012-03-191-9/+3Star
| * | hwmon: (ltc4261) Convert to use devm_kzallocGuenter Roeck2012-03-191-11/+4Star
| * | hwmon: (pmbus) Simplify remove functionsGuenter Roeck2012-03-1912-74/+13Star
| * | hwmon: (pmbus) Convert pmbus drivers to use devm_kzallocGuenter Roeck2012-03-198-154/+56Star