aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy/nxp-tja11xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-1/+1
2023-10-13net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-04-09net: phy: nxp-tja11xx: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-08-23net: phy: tja11xx: add interface mode and RMII REF_CLK supportWei Fang1-5/+78
2022-06-23net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()Michael Walle1-8/+3
2021-08-12net: phy: nxp-tja11xx: log critical health stateOleksij Rempel1-2/+11
2020-11-17net: phy: nxp-tja11xx: remove the use of .ack_interrupt()Ioana Ciornei1-4/+15
2020-11-17net: phy: nxp-tja11xx: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+23
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn1-1/+1
2020-05-21net: phy: tja11xx: add SQI supportOleksij Rempel1-0/+26
2020-05-15net: phy: tja11xx: execute cable test on link upOleksij Rempel1-5/+43
2020-05-13net: phy: tja11xx: add cable-test supportOleksij Rempel1-1/+105
2020-05-06net: phy: tja11xx: add support for master-slave configurationOleksij Rempel1-0/+43
2020-04-22net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel1-7/+105
2020-04-22net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel1-0/+91
2020-03-23net: phy: tja11xx: use phy_read_poll_timeout() to simplify the codeDejin Zheng1-13/+3
2019-05-29net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()Marek Vasut1-22/+2
2019-05-26net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut1-0/+423