mbox series

[v2,net-next,0/3] Fixes and improvements to TJA1103 PHY driver

Message ID 20210614123815.443467-1-olteanv@gmail.com (mailing list archive)
Headers show
Series Fixes and improvements to TJA1103 PHY driver | expand

Message

Vladimir Oltean June 14, 2021, 12:38 p.m. UTC
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

Targeting net-next since the PHY support is currently in net-next only.

Changes in v2:
Added a comment to the hardware workaround procedure.

Vladimir Oltean (3):
  net: phy: nxp-c45-tja11xx: demote the "no PTP support" message to
    debug
  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 | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)