summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2013-02-06hwmon: (lm73) Add support for max/min alarmsChris Verges1-0/+32
2013-02-06hwmon: (lm73) Add 'update_interval' attributeChris Verges1-11/+86
2013-02-06hwmon: (lm73) Fix lower and upper temperature limitsGuenter Roeck1-4/+3
2013-02-06hwmon: (it87) Add support for IT8771E and IT8772EGuenter Roeck2-5/+37
2013-02-06hwmon: Driver for Maxim MAX6697 and compatiblesGuenter Roeck3-0/+738
2013-02-06hwmon: (sht15) check GPIO directionsVivien Didelot1-47/+88
2013-01-26hwmon: (coretemp) Document and add support for additional CPU modelsGuenter Roeck1-2/+3
2013-01-26hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck57-319/+297
2013-01-26hwmon: (sht15) avoid CamelCaseVivien Didelot1-11/+11
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2-3/+3
2013-01-10hwmon: (vexpress) Fix build error seen if CONFIG_OF_DEVICE is not setGuenter Roeck1-0/+1
2013-01-04Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-22hwmon: (emc6w201) Fix DIV_ROUND_CLOSEST problem with unsigned divisorsGuenter Roeck1-1/+1
2012-12-22hwmon: (lm73} Detect and report i2c bus errorsChris Verges1-5/+11
2012-12-20hwmon-vid: Add support for AMD family 11h to 15h processorsJean Delvare1-0/+10
2012-12-20hwmon: (it87) Support PECI for additional chipsGuenter Roeck1-10/+38
2012-12-20hwmon: (it87) Report thermal sensor type as Intel PECI if appropriateGuenter Roeck1-3/+17
2012-12-20hwmon: (it87) Manage device specific features with tableGuenter Roeck1-74/+81
2012-12-20hwmon: (it87) Replace pwm group macro with direct attribute definitionsGuenter Roeck1-41/+74
2012-12-20hwmon: (it87) Avoid quoted string splits across linesGuenter Roeck1-14/+13
2012-12-20hwmon: (it87) Save fan registers in 2-dimensional arrayGuenter Roeck1-159/+104
2012-12-20hwmon: (it87) Introduce support for tempX_offset sysfs attributeGuenter Roeck1-5/+61
2012-12-20hwmon: (it87) Replace macro defining tempX_type sensors with direct definitionsGuenter Roeck1-10/+11
2012-12-20hwmon: (it87) Save voltage register values in 2-dimensional arrayGuenter Roeck1-81/+66
2012-12-20hwmon: (it87) Save temperature registers in 2-dimensional arrayGuenter Roeck1-63/+35
2012-12-20hwmon: (w83627ehf) Get rid of smatch warningsJean Delvare1-0/+4
2012-12-20hwmon: (w83627hf) Don't touch nonexistent I2C address registersJean Delvare1-2/+4
2012-12-20hwmon: (w83627ehf) Add support for suspendJean Delvare1-1/+94
2012-12-20hwmon: (w83627hf) Add support for suspendJean Delvare1-1/+74
2012-12-20hwmon: Fix PCI device reference leak in quirkJean Delvare1-12/+14
2012-12-17hwmon: (twl4030-madc-hwmon) Fix warning message caused by removal of __devexitGuenter Roeck1-1/+1
2012-12-13Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+238
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds47-179/+179
2012-12-05hwmon: (da9055) Fix chan_mux[DA9055_ADC_ADCIN3] settingAxel Lin1-1/+1
2012-12-05hwmon: DA9055 HWMON driverAshish Jangam3-0/+347
2012-12-05hwmon: (coretemp) Drop N4xx, N5xx, D4xx, D5xx CPUs from tjmax tableGuenter Roeck1-8/+0
2012-12-05hwmon: (coretemp) Use model table instead of if/else to identify CPU modelsGuenter Roeck1-14/+27
2012-12-05hwmon: da9052: Use da9052_reg_update for rmw operationsAxel Lin1-20/+7
2012-12-05hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUsGuenter Roeck2-23/+16
2012-12-05hwmon: (ina2xx) use module_i2c_driver to simplify the codeWei Yongjun1-12/+1
2012-12-05hwmon: (ads7828) add support for ADS7830Guillaume Roguez2-9/+23
2012-12-05hwmon: (ads7828) driver cleanupVivien Didelot1-142/+86
2012-12-05x86,AMD: Power driver support for AMD's family 16h processorsBoris Ostrovsky1-0/+4
2012-11-28hwmon: remove use of __devexitBill Pemberton44-50/+50
2012-11-28hwmon: remove use of __devinitdataBill Pemberton3-4/+4
2012-11-28hwmon: remove use of __devinitBill Pemberton45-82/+82
2012-11-28hwmon: remove use of __devexit_pBill Pemberton43-43/+43
2012-11-15Merge branch 'omap/dt' into next/driversArnd Bergmann2-2/+4
2012-11-06hwmon: Fix chip feature table headersJean Delvare6-6/+6
2012-11-06hwmon: (w83627ehf) Force initial bank selectionJean Delvare1-0/+1