Re: [PATCH 00/13] OF device tree handling of PHY drivers

2009-05-04 Thread Scott Wood
On Mon, Apr 27, 2009 at 11:17:08AM -0600, Grant Likely wrote: Kumar, David has pulled my phylib changes into his -next tree. However, some of the driver changes have been compile tested only due to lack of hardware. Who can I ask to test the changes to the following files?

Re: [PATCH 00/13] OF device tree handling of PHY drivers

2009-05-04 Thread Grant Likely
On Mon, May 4, 2009 at 5:14 PM, Scott Wood scottw...@freescale.com wrote: On Mon, Apr 27, 2009 at 11:17:08AM -0600, Grant Likely wrote: Kumar, David has pulled my phylib changes into his -next tree.  However, some of the driver changes have been compile tested only due to lack of hardware.  

Re: [PATCH 00/13] OF device tree handling of PHY drivers

2009-04-27 Thread David Miller
From: Grant Likely grant.lik...@secretlab.ca Date: Sat, 25 Apr 2009 16:52:34 -0600 This series adds common code for reading PHY connection data out of the OpenFirmware device tree. This simplifies the network drivers which use the device tree and which currently implement their own solutions

Re: [PATCH 00/13] OF device tree handling of PHY drivers

2009-04-27 Thread Grant Likely
On Mon, Apr 27, 2009 at 3:54 AM, David Miller da...@davemloft.net wrote: From: Grant Likely grant.lik...@secretlab.ca Date: Sat, 25 Apr 2009 16:52:34 -0600 This series adds common code for reading PHY connection data out of the OpenFirmware device tree.  This simplifies the network drivers

Re: [PATCH 00/13] OF device tree handling of PHY drivers

2009-04-27 Thread Grant Likely
Kumar, David has pulled my phylib changes into his -next tree. However, some of the driver changes have been compile tested only due to lack of hardware. Who can I ask to test the changes to the following files? arch/powerpc/platforms/82xx/ep8248e.c |9 +-

[PATCH 00/13] OF device tree handling of PHY drivers

2009-04-25 Thread Grant Likely
This series adds common code for reading PHY connection data out of the OpenFirmware device tree. This simplifies the network drivers which use the device tree and which currently implement their own solutions for reading the PHY data out of the device tree directly. I would like to see this