From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Kagstrom Date: Wed, 8 Jul 2009 08:43:40 +0200 Subject: [U-Boot] [PATCH/RFC 1/2]: arm: Kirkwood: Split PHY-related initialization to a common file In-Reply-To: <20090707203753.GP30172@game.jcrosoft.org> References: <20090702151834.5a756b34@marrow.netinsight.se> <20090702151937.6ad3a500@marrow.netinsight.se> <20090707203753.GP30172@game.jcrosoft.org> Message-ID: <20090708084340.3bbbfef2@marrow.netinsight.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 7 Jul 2009 22:37:53 +0200 Jean-Christophe PLAGNIOL-VILLARD wrote: > > + * Written-by: Simon Kagstrom > > + * > as you just move code for an file to an other please let the original > Copyright header Yes, sorry about this - I created an empty file with only the headers first. I've had it corrected locally for a while. On Tue, 7 Jul 2009 23:36:28 -0700 Prafulla Wadaskar wrote: > > please note if that will be share with non Marvell code this > > is not the right place to store it > Hi Jean > Some more references for this thread > http://lists.denx.de/pipermail/u-boot/2009-July/055413.html > http://lists.denx.de/pipermail/u-boot/2009-June/053621.html And here I'm a bit uncertain what to do. Obviously we can move it to drivers/net/phy, but Ben seems reluctant to accept that until there is a generic phy framework (?). The reason I wanted to move it out of sheevaplug was to be able to reuse it for the OpenRD board, so I moved it to the Marvell/common directory. // Simon