From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Sun, 15 Dec 2013 19:31:39 +0000 Subject: Re: [PATCH RFC 3/3] [RFC] ARM: shmobile: genmai: Enable r7s72100-gether Message-Id: <52AE11A7.6090407@cogentembedded.com> List-Id: References: <1387095886-15163-1-git-send-email-horms+renesas@verge.net.au> <1387095886-15163-4-git-send-email-horms+renesas@verge.net.au> In-Reply-To: <1387095886-15163-4-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Simon Horman , "David S. Miller" , netdev@vger.kernel.org, linux-sh@vger.kernel.org Cc: Magnus Damm Hello. On 12/15/2013 11:24 AM, Simon Horman wrote: You forgot to sign off. [...] > diff --git a/arch/arm/mach-shmobile/board-genmai.c b/arch/arm/mach-shmobile/board-genmai.c > index 3e92e3c..838325b 100644 > --- a/arch/arm/mach-shmobile/board-genmai.c > +++ b/arch/arm/mach-shmobile/board-genmai.c > @@ -20,15 +20,35 @@ > > #include > #include > +#include > #include > +#include > #include > #include > #include > > +/* GEther */ > +static const struct sh_eth_plat_data gether_pdata __initconst = { > + .phy = 0x00, /* PD60610 */ > + .edmac_endian = EDMAC_LITTLE_ENDIAN, > + .phy_interface = PHY_INTERFACE_MODE_MII, Does MII work for Gigabit Ethernet? WBR, Sergei