From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 2814A2C00A4 for ; Thu, 23 May 2013 05:52:50 +1000 (EST) Received: by mail-ea0-f179.google.com with SMTP id z16so1355404ead.10 for ; Wed, 22 May 2013 12:52:44 -0700 (PDT) Message-ID: <519D2208.8040902@gmail.com> Date: Wed, 22 May 2013 21:52:40 +0200 From: Sebastian Hesselbarth MIME-Version: 1.0 To: Jason Cooper Subject: Re: [PATCH v4 06/12] ARM: dove: add gigabit ethernet and mvmdio device tree nodes References: <1369154510-4927-7-git-send-email-sebastian.hesselbarth@gmail.com> <20130521174849.GL26249@lunn.ch> <519C9333.20609@gmail.com> <519C9822.9040909@windriver.com> <519C9A66.3050807@gmail.com> <20130522131010.GB31290@titan.lakedaemon.net> <20130522165908.GB12320@obsidianresearch.com> <519D0143.1000203@gmail.com> <20130522173505.GH31290@titan.lakedaemon.net> <519D038C.9000605@gmail.com> <20130522174815.GI31290@titan.lakedaemon.net> In-Reply-To: <20130522174815.GI31290@titan.lakedaemon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Andrew Lunn , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Gunthorpe , "tiejun.chen" , Lennert Buytenhek , linuxppc-dev@lists.ozlabs.org, David Miller , linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 05/22/2013 07:48 PM, Jason Cooper wrote: > On Wed, May 22, 2013 at 07:42:36PM +0200, Sebastian Hesselbarth wrote: >> On 05/22/2013 07:35 PM, Jason Cooper wrote: >>> On Wed, May 22, 2013 at 07:32:51PM +0200, Sebastian Hesselbarth wrote: >>>> Just tested on Dockstar with gated clocks and modular DT mv643xx_eth. >>>> >>>> Will append to the DT mv643xx_eth patch set if a v5 will be required >>>> or as single patch prior Jason C taking in the ARM part of it >>>> otherwise. >>> >>> Please post, in-reply-to v4 is fine. >> >> Hmm, maybe a little bit too early. While restoring the MAC address now >> works, another bug arises which I guess is related with phy setup >> and aneg. >> >> Will investigate and update patch set accordingly. Ok, have it working now by properly clearing CLK125_BYPASS_EN bit in PORT_SERIAL_CTRL1 register for Kirkwood only. I have two more patches ready that I will post as single patches in reply to v4. If David gives his ACK for the patch set and names a branch to base it on, I will send a v5 including all patches. Sebastian