From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valentin Longchamp Date: Mon, 09 Jul 2012 16:40:36 +0200 Subject: [U-Boot] [PATCH 12/20] arm/km: add support for external switchconfiguration In-Reply-To: References: <1339063620-8890-1-git-send-email-valentin.longchamp@keymile.com><1339063620-8890-13-git-send-email-valentin.longchamp@keymile.com><4FE31D14.6080005@keymile.com><4FF2C089.4000302@keymile.com> Message-ID: <4FFAED64.8080206@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Detlev, On 07/09/2012 04:31 PM, Detlev Zundel wrote: > Hi Prafulla, > > [...] > >> Hi Detlev >> Clear NAK for this patch > > Do you mean clear NAK for "the patch" or "for the location of the > files"? > >> Let's put it in drivers/net/phy/ >> FYI: there are several drivers used by just one board, >> [prafulla at pe-dt061 u-boot-marvell.git (master)]$ vim >> drivers/net/phy/Makefile >> [prafulla at pe-dt061 u-boot-marvell.git (master)]$ grep -Irn >> "CONFIG_PHY_ATHEROS" include/configs/* >> include/configs/microblaze-generic.h:346:# define CONFIG_PHY_ATHEROS 1 >> [prafulla at pe-dt061 u-boot-marvell.git (master)]$ vim >> drivers/net/phy/Makefile >> [prafulla at pe-dt061 u-boot-marvell.git (master)]$ grep -Irn >> "CONFIG_PHY_BROADCOM" include/configs/* >> include/configs/microblaze-generic.h:347:# define CONFIG_PHY_BROADCOM 1 >> >> Anyways peripheral driver should go in drivers/ > > Ok, so if the files are moved to drivers/net/phy, then you will ACK the > patch? If this is the case, then Valentin please move the files and be > done with it. > Already working on it ;) Valentin