Re: [PATCH] net: zynq: Add support for PHY configuration in SGMII mode

2021-12-14 Thread Michal Simek
On 11/21/21 21:58, Sean Anderson wrote: On 11/21/21 2:16 PM, Ramon Fried wrote: On Fri, Nov 19, 2021 at 7:01 PM Sean Anderson wrote: On 11/18/21 7:09 AM, Michal Simek wrote:> SGMII configuration depends on proper GT setting that's why when node has phys property call PSGTR driver to co

Re: [PATCH] net: zynq: Add support for PHY configuration in SGMII mode

2021-11-21 Thread Sean Anderson
On 11/21/21 2:16 PM, Ramon Fried wrote: On Fri, Nov 19, 2021 at 7:01 PM Sean Anderson wrote: On 11/18/21 7:09 AM, Michal Simek wrote:> SGMII configuration depends on proper GT setting that's why when node has phys property call PSGTR driver to configure it properly. Signed-off-by: Michal

Re: [PATCH] net: zynq: Add support for PHY configuration in SGMII mode

2021-11-21 Thread Ramon Fried
On Fri, Nov 19, 2021 at 7:01 PM Sean Anderson wrote: > > > > On 11/18/21 7:09 AM, Michal Simek wrote:> SGMII configuration depends on > proper GT setting that's why when node has > > phys property call PSGTR driver to configure it properly. > > > > Signed-off-by: Michal Simek > > --- > > > > d

Re: [PATCH] net: zynq: Add support for PHY configuration in SGMII mode

2021-11-19 Thread Sean Anderson
On 11/18/21 7:09 AM, Michal Simek wrote:> SGMII configuration depends on proper GT setting that's why when node has phys property call PSGTR driver to configure it properly. Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 16 1 file changed, 16 insertions(+) d

[PATCH] net: zynq: Add support for PHY configuration in SGMII mode

2021-11-18 Thread Michal Simek
SGMII configuration depends on proper GT setting that's why when node has phys property call PSGTR driver to configure it properly. Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/net/zynq_gem.c b/drivers/net/z