summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/nxp-tja11xx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-1/+1
* net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-141-4/+2
* net: phy: nxp-tja11xx: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-101-1/+1
* net: phy: tja11xx: add interface mode and RMII REF_CLK supportWei Fang2022-08-241-5/+78
* net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()Michael Walle2022-06-241-8/+3
* net: phy: nxp-tja11xx: log critical health stateOleksij Rempel2021-08-121-2/+11
* net: phy: nxp-tja11xx: remove the use of .ack_interrupt()Ioana Ciornei2020-11-171-4/+15
* net: phy: nxp-tja11xx: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-171-0/+23
* net: ethtool: Add generic parts of cable test TDRAndrew Lunn2020-05-271-1/+1
* net: phy: tja11xx: add SQI supportOleksij Rempel2020-05-221-0/+26
* net: phy: tja11xx: execute cable test on link upOleksij Rempel2020-05-151-5/+43
* net: phy: tja11xx: add cable-test supportOleksij Rempel2020-05-131-1/+105
* net: phy: tja11xx: add support for master-slave configurationOleksij Rempel2020-05-071-0/+43
* net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel2020-04-231-7/+105
* net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel2020-04-231-0/+91
* net: phy: tja11xx: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-241-13/+3
* net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()Marek Vasut2019-05-301-22/+2
* net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut2019-05-261-0/+423