Message ID | 20210614134441.497008-1-olteanv@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixes and improvements to TJA1103 PHY driver | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 14 Jun 2021 16:44:37 +0300 you wrote: > From: Vladimir Oltean <vladimir.oltean@nxp.com> > > This series contains: > - an erratum workaround for the TJA1103 PHY integrated in SJA1110 > - an adaptation of the driver so it prints less unnecessary information > when probing on SJA1110 > - a PTP RX timestamping bug fix and a clarification patch > > [...] Here is the summary with links: - [v3,net-next,1/4] net: phy: nxp-c45-tja11xx: demote the "no PTP support" message to debug https://git.kernel.org/netdev/net-next/c/565c6d8cff6a - [v3,net-next,2/4] net: phy: nxp-c45-tja11xx: express timestamp wraparound interval in terms of TS_SEC_MASK https://git.kernel.org/netdev/net-next/c/661fef5698bc - [v3,net-next,3/4] net: phy: nxp-c45-tja11xx: fix potential RX timestamp wraparound https://git.kernel.org/netdev/net-next/c/109258ed6262 - [v3,net-next,4/4] net: phy: nxp-c45-tja11xx: enable MDIO write access to the master/slave registers https://git.kernel.org/netdev/net-next/c/0b5f0f29b118 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Vladimir Oltean <vladimir.oltean@nxp.com> This series contains: - an erratum workaround for the TJA1103 PHY integrated in SJA1110 - an adaptation of the driver so it prints less unnecessary information when probing on SJA1110 - a PTP RX timestamping bug fix and a clarification patch Targeting net-next since the PHY support is currently in net-next only. Changes in v3: Added one more patch which improves the readability of nxp_c45_reconstruct_ts. Changes in v2: Added a comment to the hardware workaround procedure. Vladimir Oltean (4): net: phy: nxp-c45-tja11xx: demote the "no PTP support" message to debug net: phy: nxp-c45-tja11xx: express timestamp wraparound interval in terms of TS_SEC_MASK net: phy: nxp-c45-tja11xx: fix potential RX timestamp wraparound net: phy: nxp-c45-tja11xx: enable MDIO write access to the master/slave registers drivers/net/phy/nxp-c45-tja11xx.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-)