From mboxrd@z Thu Jan 1 00:00:00 1970 From: Victor Rodriguez Subject: Re: [PATCH v5 1/9] davinci: EMAC support for Omapl138-Hawkboard Date: Thu, 28 Oct 2010 13:54:29 -0500 Message-ID: References: <1287511587-22216-1-git-send-email-vm.rod25@gmail.com> <1287511587-22216-2-git-send-email-vm.rod25@gmail.com> <4CC99C99.5010207@mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-gy0-f179.google.com (mail-gy0-f179.google.com [209.85.160.179]) by alsa0.perex.cz (Postfix) with ESMTP id 521B32456D for ; Thu, 28 Oct 2010 20:54:30 +0200 (CEST) Received: by gyg8 with SMTP id 8so1705671gyg.38 for ; Thu, 28 Oct 2010 11:54:29 -0700 (PDT) In-Reply-To: <4CC99C99.5010207@mvista.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Sergei Shtylyov Cc: "Syed Mohammed, Khasim" , "davinci-linux-open-source@linux.davincidsp.com" , "Nori, Sekhar" , "alsa-devel@alsa-project.org" , "caglarakyuz@gmail.com" List-Id: alsa-devel@alsa-project.org On Thu, Oct 28, 2010 at 10:54 AM, Sergei Shtylyov wr= ote: > Hello. > > On 28-10-2010 18:04, Nori, Sekhar wrote: > >> Sorry for jumping late on this. Some comments below: > >>> From: Victor Rodriguez > >>> This patch adds EMAC support for the Hawkboard-L138 system > >>> Signed-off-by: Victor Rodriguez >>> --- >>> =A0arch/arm/mach-davinci/board-omapl138-hawk.c | =A0 47 >>> +++++++++++++++++++++++++++ >>> =A01 files changed, 47 insertions(+), 0 deletions(-) > >>> diff --git a/arch/arm/mach-davinci/board-omapl138-hawk.c >>> b/arch/arm/mach-davinci/board-omapl138-hawk.c >>> index c472dd8..8633245 100644 >>> --- a/arch/arm/mach-davinci/board-omapl138-hawk.c >>> +++ b/arch/arm/mach-davinci/board-omapl138-hawk.c >>> @@ -19,6 +19,51 @@ >>> >>> =A0#include >>> =A0#include >>> +#include >>> + >>> +#define HAWKBOARD_PHY_ID =A0 =A0 =A0 =A0 =A0 =A0 "0:07" >>> + >>> +static short omapl138_hawk_mii_pins[] __initdata =3D { >>> + =A0 =A0 DA850_MII_TXEN, DA850_MII_TXCLK, DA850_MII_COL, DA850_MII_TXD= _3, >>> + =A0 =A0 DA850_MII_TXD_2, DA850_MII_TXD_1, DA850_MII_TXD_0, DA850_MII_= RXER, >>> + =A0 =A0 DA850_MII_CRS, DA850_MII_RXCLK, DA850_MII_RXDV, DA850_MII_RXD= _3, >>> + =A0 =A0 DA850_MII_RXD_2, DA850_MII_RXD_1, DA850_MII_RXD_0, DA850_MDIO= _CLK, >>> + =A0 =A0 DA850_MDIO_D, >>> + =A0 =A0 -1 > >> -1 need not be a new line. In any case, please include a ',' after it. > > =A0 Why is that? It's always a last entry in the array. > > WBR, Sergei > Hey Sergei these patches have been tested by Rene Gonzales and ack by Liam and Mark Brown , I am going to send the patches V6 because of this change. I have been rechecking the code and seems that there is no problem on it, do you have any other comment before i send the series of patches v6 ? Thanks a lot for your comments Really appreciated Victor Rodriguez