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

2014-06-18 Thread Guenter Roeck
On 06/17/2014 11:58 PM, Varka Bhadram wrote: On 06/18/2014 11:46 AM, Heiko Schocher wrote: ... In the bindings you are giving the compatible property as : ti,tmp103, but here only tmp103. Instead of using the i2c_device_id struct , use of_device_id struct for giving the compatible property

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

2014-06-18 Thread Varka Bhadram
On 06/18/2014 11:46 AM, Heiko Schocher wrote: Hello Varka, Am 18.06.2014 07:46, schrieb Varka Bhadram: Hi, On 06/18/2014 11:07 AM, 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

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

2014-06-18 Thread Varka Bhadram
On 06/18/2014 11:46 AM, Heiko Schocher wrote: Hello Varka, Am 18.06.2014 07:46, schrieb Varka Bhadram: Hi, On 06/18/2014 11:07 AM, 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

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

2014-06-17 Thread Guenter Roeck
On 06/17/2014 11:18 PM, Varka Bhadram wrote: ti,tmp102Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface +ti,tmp103Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface May i know about this binding compatible property ? At some p

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

2014-06-17 Thread Varka Bhadram
On 06/18/2014 11:42 AM, Guenter Roeck wrote: On 06/17/2014 10:46 PM, Varka Bhadram wrote: Hi, On 06/18/2014 11:07 AM, 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 Schoc

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

2014-06-17 Thread Heiko Schocher
Hello Varka, Am 18.06.2014 07:46, schrieb Varka Bhadram: Hi, On 06/18/2014 11:07 AM, 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 --- Cc: Jean Delvare Cc: G

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

2014-06-17 Thread Guenter Roeck
On 06/17/2014 10:37 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 Looks pretty good now. Applied. Thanks, Guenter -- To unsubscribe from this list: send

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

2014-06-17 Thread Guenter Roeck
On 06/17/2014 10:46 PM, Varka Bhadram wrote: Hi, On 06/18/2014 11:07 AM, 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 --- Cc: Jean Delvare Cc: Guenter Roeck

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

2014-06-17 Thread Varka Bhadram
Hi, On 06/18/2014 11:07 AM, 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 --- Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-ker...@vger.kernel.org Cc: devicet

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

2014-06-17 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-ker...@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: linux-...@vger.kernel.org Cc: