Re: [PATCH v2] realtek: do not reset SerDes on link change

2022-05-12 Thread Birger Koblitz
Thanks a lot Sander, helpful and efficient! Cheers, Birger On 11.05.22 22:26, Sander Vanheule wrote: > Hi Birger, > > On Sun, 2022-05-08 at 16:53 +0200, Birger Koblitz wrote: >> Hi, >> >> On 08.05.22 13:11, Sander Vanheule wrote: >>> Hi, >>> >>> Sorry I didn't get back to this any sooner. >>>

Re: [PATCH v2] realtek: do not reset SerDes on link change

2022-05-11 Thread Sander Vanheule
Hi Birger, On Sun, 2022-05-08 at 16:53 +0200, Birger Koblitz wrote: > Hi, > > On 08.05.22 13:11, Sander Vanheule wrote: > > Hi, > > > > Sorry I didn't get back to this any sooner. > > > > On Wed, 2022-04-27 at 20:16 +0200, Birger Koblitz wrote: > > > Hi, > > It's still not clear to me what

Re: [PATCH v2] realtek: do not reset SerDes on link change

2022-05-08 Thread Birger Koblitz
Hi, On 08.05.22 13:11, Sander Vanheule wrote: > Hi, > > Sorry I didn't get back to this any sooner. > > On Wed, 2022-04-27 at 20:16 +0200, Birger Koblitz wrote: >> Hi, > It's still not clear to me what issue or issues you are fixing exactly with > this patch, > and in what way. The patch fixes

Re: [PATCH v2] realtek: do not reset SerDes on link change

2022-05-08 Thread Sander Vanheule
Hi, Sorry I didn't get back to this any sooner. On Wed, 2022-04-27 at 20:16 +0200, Birger Koblitz wrote: > Hi, > > there are presently no working 1GBit SFP modules in master for RTL9300 > (this patch only affects RTL93xx SoCs). On the Ubiquiti USW switch > only the 10GBit modules are set up by

Re: [PATCH v2] realtek: do not reset SerDes on link change

2022-04-27 Thread Birger Koblitz
Hi, there are presently no working 1GBit SFP modules in master for RTL9300 (this patch only affects RTL93xx SoCs). On the Ubiquiti USW switch only the 10GBit modules are set up by u-boot and they continue to work. The setup really only does a setup of the link not the entire serdes. The initial

Re: [PATCH v2] realtek: do not reset SerDes on link change

2022-04-27 Thread Sander Vanheule
Hi Birger, On Sun, 2022-04-24 at 22:01 +0200, Birger Koblitz wrote: > Do not reset the RTL930x SerDes on link changes, instead set up > the SDS with internal PHYs for the SFP+ ports only. > This fixes the 8 1GBit ports on the Zyxel XGS1250 which > do not work without this patch. > > Tested-by:

[PATCH v2] realtek: do not reset SerDes on link change

2022-04-24 Thread Birger Koblitz
Do not reset the RTL930x SerDes on link changes, instead set up the SDS with internal PHYs for the SFP+ ports only. This fixes the 8 1GBit ports on the Zyxel XGS1250 which do not work without this patch. Tested-by: Stijn Segers Signed-off-by: Birger Koblitz --- v2: A different patch was