[PATCH v3 2/3] ARM: shmobile: Koelsch: add Ether support
Sergei Shtylyov
sergei.shtylyov at cogentembedded.com
Mon Dec 9 18:10:03 EST 2013
On 12/09/2013 10:40 PM, Geert Uytterhoeven wrote:
>>>> --- renesas.orig/arch/arm/mach-shmobile/board-koelsch.c
>>>> +++ renesas/arch/arm/mach-shmobile/board-koelsch.c
>>>> +/* Ether */
>>>> +static const struct sh_eth_plat_data ether_pdata __initconst = {
>>>> + .phy = 0x1,
>>>> + .edmac_endian = EDMAC_LITTLE_ENDIAN,
>>>> + .phy_interface = PHY_INTERFACE_MODE_RMII,
>>>> + .ether_link_active_low = 1,
>>>> +};
>>> With the above, NFS root is terrible slow,
>> Do you get NFS timeout(s) on booting? I do. It's a known issue.
> I only saw "NFS server not responding" once.
Yes, I meant that by NFS timeout. Sometimes I see 2 of them in a row.
>> You can try my simplistic 'sh_eth' driver patch:
>> http://marc.info/?l=linux-sh&m=137911743723032
> Thanks, that also fixes the problem!
Let's hope Florian's patches get queued for 3.14. You can also test them
meanwhile...
> Gr{oetje,eeting}s,
>
> Geert
WBR, Sergei
More information about the linux-arm-kernel
mailing list