aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-30hwmon/sch56xx: Depend on watchdog for watchdog core functionsHans de Goede1-2/+4
2012-05-30watchdog: sch56xx-common: set correct bits in register()Dan Carpenter1-2/+2
2012-05-30watchdog: sch56xx-common: Add proper ref-counting of watchdog dataHans de Goede1-1/+29
2012-05-30watchdog: sch56xx: Remove unnecessary checks for register changesHans de Goede1-25/+16
2012-05-30watchdog: sch56xx: Use watchdog coreHans de Goede4-316/+61
2012-05-23Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds10-338/+835
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-22hwmon: (it87) Make temp3 attribute conditional for IT8782FGuenter Roeck1-20/+61
2012-05-22hwmon: (it87) Convert to use devm_kzalloc and devm_request_regionGuenter Roeck1-34/+20
2012-05-22hwmon: INA219 and INA226 supportFelten, Lothar3-0/+382
2012-05-20hwmon: (it87) Create voltage attributes only if voltage is enabledGuenter Roeck1-38/+124
2012-05-20hwmon: (ntc_thermistor) Fix checkpatch warningGuenter Roeck1-6/+6
2012-05-20hwmon: (ntc_thermistor) Optimize and fix build warningGuenter Roeck1-84/+80
2012-05-20hwmon: (ntc_thermistor) Return error code from hwmon_device_registerGuenter Roeck1-2/+2
2012-05-20hwmon: (ntc_thermistor) Convert to devm_kzallocGuenter Roeck1-8/+3
2012-05-20hwmon: (ad7314) Remove unused defines, and rename OFFSET to SHIFTGuenter Roeck1-9/+2
2012-05-20acpi_power_meter: clean up code around setup_attrsKyle McMartin1-8/+7
2012-05-20acpi_power_meter: drop meter_rw_attrs, use common meter_attrsKyle McMartin1-9/+2
2012-05-20acpi_power_meter: remove duplicate code between register_{ro,rw}_attrsKyle McMartin1-42/+17
2012-05-20acpi_power_meter: use a {RW,RO}_SENSOR_TEMPLATE macro to clean things upKyle McMartin1-93/+37
2012-05-20acpi_power_meter: use the same struct {rw,ro}_sensor_template for bothKyle McMartin1-43/+110
2012-05-20hwmon: use module_pci_driverAxel Lin3-36/+3
2012-05-20hwmon: (it87) Add support for IT8782F and IT8783E/FGuenter Roeck1-26/+99
2012-05-01hwmon: (coretemp) Increase CPU core limitGuenter Roeck1-1/+1
2012-05-01hwmon: (coretemp) fix oops on cpu unplugKirill A. Shutemov1-0/+4
2012-04-26hwmon: (fam15h_power) Fix pci_device_id arrayGuenter Roeck1-3/+6
2012-04-22hwmon: (ad7314) Fix build warningGuenter Roeck1-7/+5
2012-04-18hwmon: (ads1015) Fix build warningGuenter Roeck1-17/+16
2012-04-18hwmon: fam15h_power: fix bogus values with current BIOSesAndre Przywara1-0/+39
2012-04-16Fix typo in various Kconfig fileMasanari Iida1-1/+1
2012-04-09hwmon: (pmbus_core) Fix compiler warningGuenter Roeck1-9/+8
2012-04-09hwmon: (smsc47m1) Fix compiler warningGuenter Roeck1-9/+10
2012-04-09hwmon: (acpi_power_meter) Fix compiler warning seen in some configurationsGuenter Roeck1-0/+1
2012-04-09hwmon: (smsc47b397) Fix compiler warningGuenter Roeck1-6/+8
2012-04-03hwmon: (ad7314) Adds missing spi_dev initializationGraeme Smecher1-0/+1
2012-04-01hwmon: (k10temp) Add support for AMD Trinity CPUsAndre Przywara2-1/+6
2012-04-01hwmon: (w83627ehf) mark const init data with __initconst instead of __initdataUwe Kleine-König1-9/+9
2012-04-01hwmon: (acpi_power_meter) fix lockdep spew due to non-static lock classKyle McMartin1-0/+2
2012-04-01hwmon: (adm1031) Fix compiler warningGuenter Roeck1-12/+8
2012-04-01hwmon: (f75375s) Fix warning message seen in some configurationsGuenter Roeck1-0/+2
2012-04-01hwmon: (max6639) Convert to dev_pm_opsMark Brown1-4/+11
2012-04-01hwmon: (sht15) Fix Kconfig dependenciesGuenter Roeck1-1/+1
2012-04-01hwmon: (gpio-fan) Fix Kconfig dependenciesGuenter Roeck1-1/+1
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-1/+1
2012-03-27watchdog: nowayout is boolWim Van Sebroeck2-4/+4
2012-03-23hwmon: Add MCP3021 ADC driverXie Xiaobo3-0/+182
2012-03-23hwmon: (mc13783-adc) Add support for the MC13892 PMICUwe Kleine-Koenig2-27/+80
2012-03-23hwmon: (mc13783-adc) Remove space before tabFrans Meulenbroeks1-1/+1
2012-03-23hwmon: (lm63) Let the user adjust the lookup tableJean Delvare1-42/+76
2012-03-23hwmon: (lm63) Make fan speed control strategy changeableJean Delvare1-16/+89