RE: [PATCH] net: phy: adin: add signal mean square error registers to phy-stats

2020-12-03 Thread Ardelean, Alexandru
g; Redmond, Catherine ; > Murray, Brian ; Baylov, Danail > ; OBrien, Maurice > > Subject: Re: [PATCH] net: phy: adin: add signal mean square error registers to > phy-stats > > On Thu, Dec 03, 2020 at 10:07:19AM +0200, Alexandru Ardelean wrote: > > When the link is up on the ADIN13

Re: [PATCH] net: phy: adin: add signal mean square error registers to phy-stats

2020-12-03 Thread Andrew Lunn
On Thu, Dec 03, 2020 at 10:07:19AM +0200, Alexandru Ardelean wrote: > When the link is up on the ADIN1300/ADIN1200, the signal quality on each > pair is indicated in the mean square error register for each pair (MSE_A, > MSE_B, MSE_C, and MSE_D registers, Address 0x8402 to Address 0x8405, > Bits[7:

[PATCH] net: phy: adin: add signal mean square error registers to phy-stats

2020-12-03 Thread Alexandru Ardelean
When the link is up on the ADIN1300/ADIN1200, the signal quality on each pair is indicated in the mean square error register for each pair (MSE_A, MSE_B, MSE_C, and MSE_D registers, Address 0x8402 to Address 0x8405, Bits[7:0]). These values can be useful for some industrial applications. This cha