From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Date: Wed, 18 Jun 2014 06:41:41 +0000 Subject: Re: [lm-sensors] [PATCH v5] hwmon: Driver for TI TMP103 temperature sensor Message-Id: <53A134A5.9020308@roeck-us.net> List-Id: References: <1403069837-15651-1-git-send-email-hs@denx.de> <53A127BB.7090802@gmail.com> <53A12DBB.50704@roeck-us.net> <53A12F37.8020206@gmail.com> In-Reply-To: <53A12F37.8020206@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Varka Bhadram , Heiko Schocher , lm-sensors@lm-sensors.org Cc: Jean Delvare , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, Mark Rutland On 06/17/2014 11:18 PM, Varka Bhadram wrote: >>>> ti,tmp102 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface >>>> +ti,tmp103 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface > May i know about this binding compatible property ? At some point someone will have to document how trivial i2c device mappings work in detail. Every other time another trivial i2c device is added to this file, the same argument starts all over again. An attempt to document the trivial i2c device mappings implementation was rejected with the argument that it would be implementation (Linux) specific. The proposed patch [1] may however help understanding how it works. Hope that helps, Guenter --- [1] http://patchwork.ozlabs.org/patch/301938/ _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH v5] hwmon: Driver for TI TMP103 temperature sensor Date: Tue, 17 Jun 2014 23:41:41 -0700 Message-ID: <53A134A5.9020308@roeck-us.net> References: <1403069837-15651-1-git-send-email-hs@denx.de> <53A127BB.7090802@gmail.com> <53A12DBB.50704@roeck-us.net> <53A12F37.8020206@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53A12F37.8020206@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Varka Bhadram , Heiko Schocher , lm-sensors@lm-sensors.org Cc: Jean Delvare , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, Mark Rutland List-Id: devicetree@vger.kernel.org On 06/17/2014 11:18 PM, Varka Bhadram wrote: >>>> ti,tmp102 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface >>>> +ti,tmp103 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface > May i know about this binding compatible property ? At some point someone will have to document how trivial i2c device mappings work in detail. Every other time another trivial i2c device is added to this file, the same argument starts all over again. An attempt to document the trivial i2c device mappings implementation was rejected with the argument that it would be implementation (Linux) specific. The proposed patch [1] may however help understanding how it works. Hope that helps, Guenter --- [1] http://patchwork.ozlabs.org/patch/301938/