Re: [PATCH v5] ethernet/arc/arc_emac - Add new driver

2013-06-20 Thread Florian Fainelli
2013/6/20 Alexey Brodkin alexey.brod...@synopsys.com: [snip] In general MDIO register gets polled by libphy once in a couple of seconds, so delay of 25 milliseconds IMHO is fine. +int arc_mdio_probe(struct device_node *dev_node, struct arc_emac_priv *priv) +{ + snprintf(bus-id,

Re: [PATCH v5] ethernet/arc/arc_emac - Add new driver

2013-06-20 Thread Florian Fainelli
2013/6/20 Alexey Brodkin alexey.brod...@synopsys.com: On 06/20/2013 01:57 PM, Florian Fainelli wrote: 2013/6/20 Alexey Brodkin alexey.brod...@synopsys.com: [snip] In general MDIO register gets polled by libphy once in a couple of seconds, so delay of 25 milliseconds IMHO is fine. +int

Re: [PATCH v5] ethernet/arc/arc_emac - Add new driver

2013-06-19 Thread Andy Shevchenko
On Wed, Jun 19, 2013 at 11:12 AM, Alexey Brodkin alexey.brod...@synopsys.com wrote: Driver for non-standard on-chip ethernet device ARC EMAC 10/100, instantiated in some legacy ARC (Synopsys) FPGA Boards such as ARCAngel4/ML50x. This is based off of current Linus tree. This line should go