aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/microchip_t1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-08net: phy: lan87xx: change interrupt src of link_up to comm_readyArun Ramadoss1-4/+54
2022-04-26net: phy: LAN937x: add interrupt support for link detectionArun Ramadoss1-0/+2
2022-04-22net: phy: LAN87xx: add ethtool SQI supportArun Ramadoss1-0/+48
2022-04-15net: phy: LAN937x: added PHY_POLL_CABLE_TEST flagArun Ramadoss1-0/+1
2022-04-11net: phy: LAN87xx: remove genphy_softreset in config_anegArun Ramadoss1-6/+1
2022-03-08net: phy: lan87xx: use genphy_read_master_slave in read_statusArun Ramadoss1-29/+1
2022-03-04net: phy: added ethtool master-slave configuration supportArun Ramadoss1-0/+90
2022-03-04net: phy: added the LAN937x phy supportArun Ramadoss1-1/+54
2022-03-04net: phy: updated the initialization routine for LAN87xxArun Ramadoss1-42/+175
2022-03-04net: phy: removed empty lines in LAN87XXArun Ramadoss1-4/+0
2022-03-04net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss1-3/+4
2022-03-04net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss1-12/+2
2021-11-02net: phy: microchip_t1: add lan87xx_config_rgmii_delay for lan87xx phyYuiko Oshino1-1/+43
2021-10-28net: phy: microchip_t1: add cable test support for lan87xx phyYuiko Oshino1-0/+239
2020-11-17net: phy: microchip: remove the use of .ack_interrupt()Ioana Ciornei1-10/+7
2020-11-17net: phy: microchip: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+19
2020-11-09net: phy: microchip_t1: Don't set .config_anegJisheng Zhang1-1/+0
2020-04-22net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino1-0/+171
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit1-1/+0
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-1/+0
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn1-1/+1
2018-05-10microchip_t1: Add driver for Microchip LAN87XX T1 PHYsNisar Sayed1-0/+74