[U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-07-13 Thread Simon Kagstrom
The mv881116 PHY initialization is split out to a common file to enable code reuse between different boards. Signed-off-by: Simon Kagstrom --- board/Marvell/sheevaplug/sheevaplug.c | 32 +-- board/Marvell/sheevaplug/sheevaplug.h |8 drivers/net/phy/Makefile |

Re: [U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-11-22 Thread Wolfgang Denk
Dear Ben, In message <20090805212225.3a5c0832e...@gemini.denx.de> I wrote: > Dear Ben, > > In message <20090713131125.6e6a3...@marrow.netinsight.se> Simon Kagstrom > wrote: > > The mv881116 PHY initialization is split out to a common file to enable > > code reuse between different boards. > > >

Re: [U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-11-22 Thread Simon Kagstrom
On Sun, 22 Nov 2009 21:57:05 +0100 Wolfgang Denk wrote: > > In message <20090713131125.6e6a3...@marrow.netinsight.se> Simon Kagstrom > > wrote: > > > The mv881116 PHY initialization is split out to a common file to enable > > > code reuse between different boards. > > > > > > Signed-off-by: Sim

Re: [U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-11-23 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Monday, November 23, 2009 1:04 PM > To: Wolfgang Denk > Cc: Ben Warren; U-Boot ML; Prafulla Wadaskar > Subject: Re: [U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split > PHY-rela

Re: [U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-11-23 Thread Wolfgang Denk
Dear Simon Kagstrom, In message <20091123083423.3342c...@marrow.netinsight.se> you wrote: > > I believe Prafulla voted to keep the PHY stuff locally in sheevaplug.c > and openrd_base.c until the generic PHY support was added. So I later > submitted a patch with the PHY init for OpenRD base in the

Re: [U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-08-05 Thread Wolfgang Denk
Dear Ben, In message <20090713131125.6e6a3...@marrow.netinsight.se> Simon Kagstrom wrote: > The mv881116 PHY initialization is split out to a common file to enable > code reuse between different boards. > > Signed-off-by: Simon Kagstrom > --- > board/Marvell/sheevaplug/sheevaplug.c | 32 +