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