| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: (it87) Add missing sysfs attribute group terminator | Jean Delvare | 2016-08-29 | 1 | -0/+1 |
* | hwmon: (it87) Features mask must be 32 bit wide | Guenter Roeck | 2016-08-12 | 1 | -1/+1 |
* | Merge tag 'hwmon-for-linus-v4.8-2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-08-01 | 7 | -27/+73 |
|\ |
|
| * | hwmon: (adt7411) set sane values for CFG1 and CFG3 | Michael Walle | 2016-08-01 | 1 | -4/+44 |
| * | hwmon: (iio_hwmon) fix memory leak in name attribute | Quentin Schulz | 2016-08-01 | 1 | -12/+12 |
| * | hwmon: (ftsteutates) Fix potential memory access error | Guenter Roeck | 2016-08-01 | 1 | -1/+1 |
| * | hwmon: (tmp102) Improve error handling | Guenter Roeck | 2016-08-01 | 1 | -1/+3 |
| * | hwmon: (lm75) Improve error handling | Guenter Roeck | 2016-08-01 | 1 | -2/+4 |
| * | hwmon: (lm90) Improve error handling | Guenter Roeck | 2016-08-01 | 1 | -5/+7 |
| * | hwmon: (lm90) Add missing assignment | Guenter Roeck | 2016-08-01 | 1 | -1/+1 |
| * | hwmon: (sht3x) set initial jiffies to last_update | Matt Ranostay | 2016-07-31 | 1 | -1/+1 |
* | | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2016-07-27 | 1 | -1/+5 |
|\ \
| |/
|/| |
|
| * | i2c: add a protocol parameter to the alert callback | Benjamin Tissoires | 2016-06-17 | 1 | -1/+5 |
* | | hwmon: (ftsteutates) Remove unused including <linux/version.h> | Wei Yongjun | 2016-07-20 | 1 | -1/+0 |
* | | hwmon: (adt7411) set bit 3 in CFG1 register | Michael Walle | 2016-07-20 | 1 | -1/+4 |
* | | hwmon: Add driver for FTS BMC chip "Teutates" | Thilo Cestonaro | 2016-07-20 | 3 | -0/+833 |
* | | hwmon: (sht3x) add humidity heater element control | Matt Ranostay | 2016-07-16 | 1 | -0/+50 |
* | | hwmon: (jc42) Add support for generic JC-42.4 devicetree binding | Guenter Roeck | 2016-07-12 | 1 | -0/+10 |
* | | hwmon: (tmp102) Convert to use regmap, and drop local cache | Guenter Roeck | 2016-07-12 | 2 | -78/+71 |
* | | hwmon: (tmp102) Rework chip configuration | Guenter Roeck | 2016-07-12 | 1 | -15/+22 |
* | | hwmon: (tmp102) Improve handling of initial read delay | Guenter Roeck | 2016-07-12 | 1 | -14/+30 |
* | | hwmon: (lm90) Drop unnecessary else statements | Guenter Roeck | 2016-07-09 | 1 | -16/+12 |
* | | hwmon: (lm90) Use bool for valid flag | Guenter Roeck | 2016-07-09 | 1 | -3/+3 |
* | | hwmon: (lm90) Read limit registers only once | Guenter Roeck | 2016-07-09 | 1 | -72/+105 |
* | | hwmon: (lm90) Simplify read functions | Guenter Roeck | 2016-07-09 | 1 | -115/+193 |
* | | hwmon: (lm90) Use devm_hwmon_device_register_with_groups | Guenter Roeck | 2016-07-09 | 1 | -20/+6 |
* | | hwmon: (lm90) Use devm_add_action for cleanup | Guenter Roeck | 2016-07-09 | 1 | -18/+22 |
* | | hwmon: (lm75) Convert to use regmap | Guenter Roeck | 2016-07-09 | 2 | -94/+69 |
* | | hwmon: (lm75) Add update_interval attribute | Guenter Roeck | 2016-07-09 | 1 | -0/+13 |
* | | hwmon: (lm75) Drop lm75_read_value and lm75_write_value | Guenter Roeck | 2016-07-09 | 1 | -33/+9 |
* | | hwmon: (lm75) Handle cleanup with devm_add_action | Guenter Roeck | 2016-07-09 | 1 | -19/+19 |
* | | hwmon: (jc42) Add I2C_CLASS_HWMON to detection class | Alison Schofield | 2016-07-05 | 1 | -1/+1 |
* | | hwmon: (tmp102) Drop FSF address | Guenter Roeck | 2016-06-28 | 1 | -4/+0 |
* | | hwmon: (tmp102) Use devm_add_action to register cleanup function | Guenter Roeck | 2016-06-28 | 1 | -35/+19 |
* | | hwmon: (jc42) Add support for Microchip MCP9808 temperature sensor | Alison Schofield | 2016-06-28 | 2 | -2/+6 |
* | | hwmon: (ina3221) Fix negative limits | Guenter Roeck | 2016-06-28 | 1 | -7/+6 |
* | | hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown" | Colin Ian King | 2016-06-28 | 1 | -1/+1 |
* | | hwmon: (dell-smm) In debug mode log duration of SMM calls | Pali Rohár | 2016-06-28 | 1 | -0/+17 |
* | | hwmon: (dell-smm) Detect fan with index=2 | Pali Rohár | 2016-06-28 | 1 | -2/+22 |
* | | hwmon: (ads7871) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2016-06-28 | 1 | -50/+15 |
* | | hwmon: (jz4740) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2016-06-28 | 1 | -51/+14 |
* | | hwmon: (ad7314) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2016-06-28 | 1 | -41/+7 |
* | | hwmon: Add support for INA3221 Triple Current/Voltage Monitors | Andrew F. Davis | 2016-06-28 | 3 | -0/+458 |
* | | hwmon: (tmp401) Add support for TI TMP461 | Andrew F. Davis | 2016-06-28 | 2 | -7/+30 |
* | | hwmon: add support for Sensirion SHT3x sensors | David Frey | 2016-06-28 | 3 | -0/+737 |
* | | hwmon: (dell-smm) Cache fan_type() calls and change fan detection | Pali Rohár | 2016-06-23 | 1 | -5/+20 |
* | | hwmon: (dell-smm) Disallow fan_type() calls on broken machines | Pali Rohár | 2016-06-18 | 1 | -11/+25 |
* | | hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ... | Pali Rohár | 2016-06-18 | 1 | -7/+12 |
* | | hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios version is not a n... | Pali Rohár | 2016-06-18 | 1 | -0/+5 |
|/ |
|
* | hwmon: (lm90) use proper type for update_interval | Wolfram Sang | 2016-06-08 | 1 | -1/+1 |