From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754742Ab2KIRgQ (ORCPT ); Fri, 9 Nov 2012 12:36:16 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:57804 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751544Ab2KIRgP (ORCPT ); Fri, 9 Nov 2012 12:36:15 -0500 Message-ID: <509D3F0D.5040204@wwwdotorg.org> Date: Fri, 09 Nov 2012 10:36:13 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Thierry Reding CC: linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: tegra: harmony: Add ADT7641 temperature sensor References: <1352465815-26984-1-git-send-email-thierry.reding@avionic-design.de> <20121109132257.GA29183@avionic-0098.mockup.avionic-design.de> In-Reply-To: <20121109132257.GA29183@avionic-0098.mockup.avionic-design.de> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/09/2012 06:22 AM, Thierry Reding wrote: > On Fri, Nov 09, 2012 at 01:56:55PM +0100, Thierry Reding wrote: >> The Harmony board has an Analog Devices ADT7461 temperature >> sensor connected to the DVC bus. It can be used to monitor the >> ambient (local) and on-die (remote) temperatures. > > Note that I haven't actually tested this, as I no longer have > access to Harmony hardware. Testing can easily be done either by > reading the files from sysfs directly or by running the sensors > utility from the lm-sensors package. OK, I can test this. The same comment about the DT node name that I made for the other patch applies here too.