Re: [PATCH 1/2] of_mdio: add new DT property 'link' for fixed-link

2015-07-10 Thread Florian Fainelli
On 10/07/15 04:20, Stas Sergeev wrote: > 10.07.2015 11:46, Sebastien Rannou пишет: >> On Fri, 10 Jul 2015, Stas Sergeev wrote: >> >>> 10.07.2015 00:15, Florian Fainelli пишет: Then, if the in-band status indication is not reliable (which really should be completely understood), >>> Agree!

Re: [PATCH 1/2] of_mdio: add new DT property 'link' for fixed-link

2015-07-10 Thread Stas Sergeev
10.07.2015 11:46, Sebastien Rannou пишет: > On Fri, 10 Jul 2015, Stas Sergeev wrote: > >> 10.07.2015 00:15, Florian Fainelli пишет: >>> Then, if the in-band status indication is not reliable (which really >>> should be completely understood), >> Agree! >> But this is not something I can help with.

Re: [PATCH 1/2] of_mdio: add new DT property 'link' for fixed-link

2015-07-10 Thread Sebastien Rannou
On Fri, 10 Jul 2015, Stas Sergeev wrote: > 10.07.2015 00:15, Florian Fainelli пишет: > > Then, if the in-band status indication is not reliable (which really > > should be completely understood), > Agree! > But this is not something I can help with. > Sebastien Rannou reports the problem, please a

Re: [PATCH 1/2] of_mdio: add new DT property 'link' for fixed-link

2015-07-09 Thread Stas Sergeev
10.07.2015 00:15, Florian Fainelli пишет: On 09/07/15 13:43, Stas Sergeev wrote: 09.07.2015 21:24, Florian Fainelli пишет: (there is no such thing as linux-...@vger.kernel.org, please remove it from your future submissions). On 09/07/15 10:38, Stas Sergeev wrote: Currently for fixed-link the

Re: [PATCH 1/2] of_mdio: add new DT property 'link' for fixed-link

2015-07-09 Thread Florian Fainelli
On 09/07/15 13:43, Stas Sergeev wrote: > 09.07.2015 21:24, Florian Fainelli пишет: >> (there is no such thing as linux-...@vger.kernel.org, please remove it >> from your future submissions). >> >> On 09/07/15 10:38, Stas Sergeev wrote: >>> Currently for fixed-link the link state is always set to UP

Re: [PATCH 1/2] of_mdio: add new DT property 'link' for fixed-link

2015-07-09 Thread Stas Sergeev
09.07.2015 21:24, Florian Fainelli пишет: (there is no such thing as linux-...@vger.kernel.org, please remove it from your future submissions). On 09/07/15 10:38, Stas Sergeev wrote: Currently for fixed-link the link state is always set to UP. Not quite true, this is always a driver decision t

Re: [PATCH 1/2] of_mdio: add new DT property 'link' for fixed-link

2015-07-09 Thread Florian Fainelli
(there is no such thing as linux-...@vger.kernel.org, please remove it from your future submissions). On 09/07/15 10:38, Stas Sergeev wrote: > > Currently for fixed-link the link state is always set to UP. Not quite true, this is always a driver decision to make. > This patch introduces the new

[PATCH 1/2] of_mdio: add new DT property 'link' for fixed-link

2015-07-09 Thread Stas Sergeev
Currently for fixed-link the link state is always set to UP. This patch introduces the new property 'link' that accepts the following string arguments: "up", "down" and "auto". "down" may be needed if the link is physically unconnected. "auto" is needed to enable the link paramaters auto-negotiati