Re: [PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-20 Thread Michal Simek
On 19. 02. 20 17:36, Grygorii Strashko wrote: > > > On 13/02/2020 18:05, Michal Simek wrote: >> On 13. 02. 20 16:49, Grygorii Strashko wrote: >>> >>> >>> On 13/02/2020 08:23, Michal Simek wrote: On 12. 02. 20 21:24, Grygorii Strashko wrote: > > > On 11/02/2020 10:11, Michal

Re: [PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-19 Thread Grygorii Strashko
On 13/02/2020 18:05, Michal Simek wrote: On 13. 02. 20 16:49, Grygorii Strashko wrote: On 13/02/2020 08:23, Michal Simek wrote: On 12. 02. 20 21:24, Grygorii Strashko wrote: On 11/02/2020 10:11, Michal Simek wrote: On 10. 02. 20 13:07, Grygorii Strashko wrote: On 07/02/2020 13:31,

Re: [PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-13 Thread Michal Simek
On 13. 02. 20 16:49, Grygorii Strashko wrote: > > > On 13/02/2020 08:23, Michal Simek wrote: >> On 12. 02. 20 21:24, Grygorii Strashko wrote: >>> >>> >>> On 11/02/2020 10:11, Michal Simek wrote: On 10. 02. 20 13:07, Grygorii Strashko wrote: > > > On 07/02/2020 13:31, Michal

Re: [PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-13 Thread Grygorii Strashko
On 13/02/2020 08:23, Michal Simek wrote: On 12. 02. 20 21:24, Grygorii Strashko wrote: On 11/02/2020 10:11, Michal Simek wrote: On 10. 02. 20 13:07, Grygorii Strashko wrote: On 07/02/2020 13:31, Michal Simek wrote: There is no reason to check sgmii branch again when it is clear that

Re: [PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-12 Thread Michal Simek
On 12. 02. 20 21:24, Grygorii Strashko wrote: > > > On 11/02/2020 10:11, Michal Simek wrote: >> On 10. 02. 20 13:07, Grygorii Strashko wrote: >>> >>> >>> On 07/02/2020 13:31, Michal Simek wrote: There is no reason to check sgmii branch again when it is clear that phy interface is

Re: [PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-12 Thread Grygorii Strashko
On 11/02/2020 10:11, Michal Simek wrote: On 10. 02. 20 13:07, Grygorii Strashko wrote: On 07/02/2020 13:31, Michal Simek wrote: There is no reason to check sgmii branch again when it is clear that phy interface is rgmii. Signed-off-by: Michal Simek ---   drivers/net/phy/dp83867.c | 4

Re: [PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-11 Thread Michal Simek
On 10. 02. 20 13:07, Grygorii Strashko wrote: > > > On 07/02/2020 13:31, Michal Simek wrote: >> There is no reason to check sgmii branch again when it is clear that phy >> interface is rgmii. >> >> Signed-off-by: Michal Simek >> --- >> >>   drivers/net/phy/dp83867.c | 4 +--- >>   1 file

Re: [PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-10 Thread Grygorii Strashko
On 07/02/2020 13:31, Michal Simek wrote: There is no reason to check sgmii branch again when it is clear that phy interface is rgmii. Signed-off-by: Michal Simek --- drivers/net/phy/dp83867.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used

2020-02-07 Thread Michal Simek
There is no reason to check sgmii branch again when it is clear that phy interface is rgmii. Signed-off-by: Michal Simek --- drivers/net/phy/dp83867.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/phy/dp83867.c b/drivers/net/phy/dp83867.c index