Re: [PATCH] net: Fix ucc_geth.c handling of phy 'interface' property.

2009-04-28 Thread David Miller
From: Grant Likely grant.lik...@secretlab.ca Date: Mon, 27 Apr 2009 11:50:20 -0600 On Mon, Apr 27, 2009 at 11:36 AM, Scott Wood scottw...@freescale.com wrote: On Mon, Apr 27, 2009 at 09:36:13AM -0600, Grant Likely wrote: From: Grant Likely grant.lik...@secretlab.ca Previous rework to

Re: [PATCH] net: Fix ucc_geth.c handling of phy 'interface' property.

2009-04-28 Thread Grant Likely
On Tue, Apr 28, 2009 at 3:12 AM, David Miller da...@davemloft.net wrote: From: Grant Likely grant.lik...@secretlab.ca Date: Mon, 27 Apr 2009 11:50:20 -0600 On Mon, Apr 27, 2009 at 11:36 AM, Scott Wood scottw...@freescale.com wrote: On Mon, Apr 27, 2009 at 09:36:13AM -0600, Grant Likely wrote:

[PATCH] net: Fix ucc_geth.c handling of phy 'interface' property.

2009-04-27 Thread Grant Likely
From: Grant Likely grant.lik...@secretlab.ca Previous rework to ucc_geth.c to add of_mdio support (net: Rework ucc_geth driver to use of_mdio infrastructure) added a block of code which broke older openfirmware device trees which use an 'interface' property in the phy node to describe the

Re: [PATCH] net: Fix ucc_geth.c handling of phy 'interface' property.

2009-04-27 Thread Scott Wood
On Mon, Apr 27, 2009 at 09:36:13AM -0600, Grant Likely wrote: From: Grant Likely grant.lik...@secretlab.ca Previous rework to ucc_geth.c to add of_mdio support (net: Rework ucc_geth driver to use of_mdio infrastructure) added a block of code which broke older openfirmware device trees which

Re: [PATCH] net: Fix ucc_geth.c handling of phy 'interface' property.

2009-04-27 Thread Grant Likely
On Mon, Apr 27, 2009 at 11:36 AM, Scott Wood scottw...@freescale.com wrote: On Mon, Apr 27, 2009 at 09:36:13AM -0600, Grant Likely wrote: From: Grant Likely grant.lik...@secretlab.ca Previous rework to ucc_geth.c to add of_mdio support (net: Rework ucc_geth driver to use of_mdio