From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v3 RESEND] net: Rework mdio-ofgpio driver to use of_mdio infrastructure Date: Thu, 23 Jul 2009 10:56:57 -0700 (PDT) Message-ID: <20090723.105657.127470596.davem@davemloft.net> References: <4A66400F.3090309@elphinstone.net> <20090722.094059.113003489.davem@davemloft.net> <4A68477B.4090505@elphinstone.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: grant.likely@secretlab.ca, netdev@vger.kernel.org, linuxppc-dev@ozlabs.org To: mware@elphinstone.net Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:41426 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbZGWR4v (ORCPT ); Thu, 23 Jul 2009 13:56:51 -0400 In-Reply-To: <4A68477B.4090505@elphinstone.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Mark Ware Date: Thu, 23 Jul 2009 21:20:27 +1000 > Changes to the fs_enet driver (aa73832c5a80d6c52c69b18af858d88fa595dd3c) cause kernel crashes when using the mdio-ofgpio driver. > > This patch replicates similar changes made to the fs_enet mii-bitbang drivers. It has been tested on a custom mpc8280 based board using an NFS mounted root. > > Signed-off-by: Mark Ware > Acked-by: Grant Likely Applied.