summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/realtek
AgeCommit message (Expand)AuthorLines
2026-01-17net: phy: realtek: simplify bogus paged operationsDaniel Golle-11/+8
2026-01-17net: phy: realtek: demystify PHYSR register locationDaniel Golle-13/+13
2026-01-17net: phy: realtek: reunify C22 and C45 driversDaniel Golle-56/+16
2026-01-17net: phy: realtek: simplify C22 reg access via MDIO_MMD_VEND2Daniel Golle-0/+11
2026-01-17net: phy: realtek: support interrupt also for C22 variantsDaniel Golle-0/+4
2026-01-15net: phy: realtek: fix in-band capabilities for 2.5G PHYsJan Hoffmann-0/+1
2026-01-12net: phy: realtek: add dummy PHY driver for RTL8127ATFHeiner Kallweit-0/+54
2026-01-08net: phy: realtek: get rid of magic number in rtlgen_read_status()Daniel Golle-1/+2
2026-01-08net: phy: realtek: use paged access for MDIO_MMD_VEND2 in C22 modeDaniel Golle-3/+88
2026-01-08net: phy: realtek: implement configuring in-band anDaniel Golle-0/+67
2026-01-08net: phy: realtek: fix whitespace in struct phy_driver initializersDaniel Golle-73/+73
2025-12-04net: phy: RTL8211FVD: Restore disabling of PHY-mode EEEIvan Galkin-4/+0
2025-11-19net: phy: realtek: create rtl8211f_config_phy_eee() helperVladimir Oltean-11/+12
2025-11-19net: phy: realtek: eliminate priv->phycr1 variableVladimir Oltean-16/+28
2025-11-19net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CGVladimir Oltean-9/+22
2025-11-19net: phy: realtek: eliminate has_phycr2 variableVladimir Oltean-4/+2
2025-11-19net: phy: realtek: eliminate priv->phycr2 variableVladimir Oltean-15/+23
2025-11-19net: phy: realtek: create rtl8211f_config_rgmii_delay()Vladimir Oltean-26/+39
2025-11-03net: phy: realtek: add interrupt support for RTL8221BJianhui Zhao-0/+56
2025-10-28net: phy: realtek: Add RTL8224 cable testing supportIssam Hamdi-0/+187
2025-10-17net: phy: realtek: fix rtl8221b-vm-cg nameAleksander Jan Bajkowski-8/+8
2025-10-13net: phy: realtek: Avoid PHYCR2 access if PHYCR2 not presentMarek Vasut-12/+11
2025-08-27net: phy: realtek: support for TRIGGER_NETDEV_LINK on RTL8211E and RTL8211FAleksander Jan Bajkowski-7/+32
2025-08-19net: phy: realtek: enable serdes option mode for RTL8226-CGMarkus Stockhausen-6/+20
2025-08-18net: phy: realtek: fix RTL8211F wake-on-lan supportRussell King (Oracle)-32/+140
2025-08-14net: phy: realtek: convert RTL8226-CG to c45 onlyMarkus Stockhausen-7/+21
2025-06-25net: phy: realtek: add error handling to rtl8211f_get_wolDaniel Braunwarth-2/+8
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi-9/+18
2025-05-20net: phy: realtek: add RTL8127-internal PHYChunHao Lin-0/+2
2025-05-06net: phy: realtek: Add support for PHY LEDs on RTL8211EMichael Klein-6/+119
2025-05-06net: phy: realtek: use __set_bit() in rtl8211f_led_hw_control_get()Michael Klein-5/+5
2025-05-06net: phy: realtek: Group RTL82* macro definitionsMichael Klein-35/+37
2025-05-06net: phy: realtek: add RTL8211F register definesMichael Klein-10/+24
2025-05-06net: phy: realtek: Clean up RTL821x ExtPage accessMichael Klein-15/+23
2025-05-06net: phy: realtek: remove unsed RTL821x_PHYSR* macrosMichael Klein-4/+0
2025-05-01net: phy: realtek: Add support for WOL magic packet on RTL8211FDaniel Braunwarth-0/+69
2025-03-21net: phy: realtek: disable PHY-mode EEERussell King (Oracle)-2/+9
2025-03-21net: phy: realtek: remove call to devm_hwmon_sanitize_nameHeiner Kallweit-6/+1
2025-02-18net: phy: realtek: add defines for shadowed c45 standard registersHeiner Kallweit-11/+22
2025-02-18net: phy: realtek: add helper RTL822X_VND2_C22_REGHeiner Kallweit-5/+4
2025-02-14net: phy: realtek: switch from paged to MMD ops in rtl822x functionsHeiner Kallweit-6/+5
2025-02-14net: phy: realtek: improve mmd register access for internal PHY'sHeiner Kallweit-46/+33
2025-02-05net: phy: realtek: use string choices helpersHeiner Kallweit-4/+5
2025-02-04net: phy: realtek: make HWMON support a user-visible Kconfig symbolHeiner Kallweit-2/+6
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-15/+14
2025-01-20net: phy: realtek: HWMON support for standalone versions of RTL8221B and RTL8251Aleksander Jan Bajkowski-0/+5
2025-01-14net: phy: realtek: add hwmon support for temp sensor on RTL822xHeiner Kallweit-0/+108
2025-01-14net: phy: move realtek PHY driver to its own subdirectoryHeiner Kallweit-0/+1598