mbox series

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

Message ID 20210614121849.437119-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:18 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.

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 | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)