From mboxrd@z Thu Jan 1 00:00:00 1970 From: srinivas kandagatla Subject: Re: stmmac-socfpga breakage in arm-soc Date: Mon, 24 Mar 2014 09:15:39 +0000 Message-ID: <532FF7BB.5020003@st.com> References: <201403191333.01095.arnd@arndb.de> <4337501.shzGE38xmF@wuerfel> <5329A7A1.20606@gmail.com> <4171731.dt8xNWCpb2@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4171731.dt8xNWCpb2@wuerfel> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Arnd Bergmann , Dinh Nguyen Cc: devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Hans de Goede , arm@kernel.org, linux-arm-kernel@lists.infradead.org, Giuseppe Cavallaro , "David S. Miller" , Dinh Nguyen List-Id: devicetree@vger.kernel.org On 19/03/14 15:07, Arnd Bergmann wrote: > Ok, so the two of you basically moved in opposite directions where > Srinivas started out with the method you ended up with and vice versa. Yes thats correct, While adding dwmac-sunxi.c we decided to go with callback methods given its flexibility for calling at runtime(example: when link speed changes). --srini