Re: [PATCH v3] hwmon: Driver for TI TMP103 temperature sensor

2014-06-16 Thread Guenter Roeck
On 06/15/2014 11:47 PM, Heiko Schocher wrote: Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher Hello Heiko, Almost there. --- +static int tmp103_probe(struct i2c_client *client, +

[PATCH v3] hwmon: Driver for TI TMP103 temperature sensor

2014-06-15 Thread Heiko Schocher
Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher --- Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-kernel@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-...@vger.kernel.org -