Re: [PATCH] hwmon: (amc6821) sign extension temperature

2016-11-16 Thread Guenter Roeck
On Wed, Nov 16, 2016 at 04:23:53PM -0600, Matt Weber wrote: > From: Jared Bents > > Converts the unsigned temperature values from the i2c read > to be sign extended as defined in the datasheet so that > negative temperatures are properly read. > > Signed-off-by:

[PATCH] hwmon: (amc6821) sign extension temperature

2016-11-16 Thread Matt Weber
From: Jared Bents Converts the unsigned temperature values from the i2c read to be sign extended as defined in the datasheet so that negative temperatures are properly read. Signed-off-by: Jared Bents Signed-off-by: Matt Weber

[PATCH] hwmon: ltc2990: support all measurement modes

2016-11-16 Thread Tom Levens
Updated ltc2990 driver to support all possible measurement modes that the chip provides. Mode can be set through a device tree attribute or by writing to the "mode" sysfs attribute. Signed-off-by: Tom Levens --- .../devicetree/bindings/hwmon/ltc2990.txt | 15 +

Re: [PATCH] hwmon: ltc2990: support all measurement modes

2016-11-16 Thread Guenter Roeck
On 11/16/2016 05:53 AM, Tom Levens wrote: Updated ltc2990 driver to support all possible measurement modes that the chip provides. Mode can be set through a device tree attribute or by writing to the "mode" sysfs attribute. Signed-off-by: Tom Levens ---