From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Fri, 20 Jan 2017 18:43:21 +0100 Subject: [PATCH v5 0/2] Add support for the ethernet switch on the ESPRESSObin In-Reply-To: <87a8al64mp.fsf@free-electrons.com> References: <20170119214934.27442-1-gregory.clement@free-electrons.com> <20170119220607.GA25907@lunn.ch> <87a8al64mp.fsf@free-electrons.com> Message-ID: <20170120174321.GF25907@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > What I wanted to do was to test 6390 and 6352 temperature related > functions and to see if one of them worked. That's how I realized it was > not possible to do it with dsa2. Hi Gregory Probably the best thing to do is wait until the temperature code moves into the PHY driver. It then becomes easier to test. It probably is the same as the 6352, or like the 6390 which i've so far failed to get working, despite the registers being the same as the 6352. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752932AbdATRn1 (ORCPT ); Fri, 20 Jan 2017 12:43:27 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:39645 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752302AbdATRn0 (ORCPT ); Fri, 20 Jan 2017 12:43:26 -0500 Date: Fri, 20 Jan 2017 18:43:21 +0100 From: Andrew Lunn To: Gregory CLEMENT Cc: Vivien Didelot , Florian Fainelli , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Jason Cooper , Sebastian Hesselbarth , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Nadav Haklai , Wilson Ding , Kostya Porotchkin , Joe Zhou , Jon Pannell Subject: Re: [PATCH v5 0/2] Add support for the ethernet switch on the ESPRESSObin Message-ID: <20170120174321.GF25907@lunn.ch> References: <20170119214934.27442-1-gregory.clement@free-electrons.com> <20170119220607.GA25907@lunn.ch> <87a8al64mp.fsf@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a8al64mp.fsf@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > What I wanted to do was to test 6390 and 6352 temperature related > functions and to see if one of them worked. That's how I realized it was > not possible to do it with dsa2. Hi Gregory Probably the best thing to do is wait until the temperature code moves into the PHY driver. It then becomes easier to test. It probably is the same as the 6352, or like the 6390 which i've so far failed to get working, despite the registers being the same as the 6352. Andrew