[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <52AE11A7.6090407@cogentembedded.com>
Date: Sun, 15 Dec 2013 23:31:35 +0300
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Simon Horman <horms+renesas@...ge.net.au>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
linux-sh@...r.kernel.org
CC: Magnus Damm <magnus.damm@...il.com>
Subject: Re: [PATCH RFC 3/3] [RFC] ARM: shmobile: genmai: Enable r7s72100-gether
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 <linux/kernel.h>
> #include <linux/platform_device.h>
> +#include <linux/sh_eth.h>
> #include <mach/common.h>
> +#include <mach/irqs.h>
> #include <mach/r7s72100.h>
> #include <asm/mach-types.h>
> #include <asm/mach/arch.h>
>
> +/* 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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists