summaryrefslogtreecommitdiff
path: root/drivers/net/phy/realtek.c
AgeCommit message (Expand)Author
2024-07-01net: phy: realtek: Add support for PHY LEDs on RTL8211FMarek Vasut
2024-06-14net: phy: realtek: add support for rtl8224 2.5Gbps PHYChris Packham
2024-04-12net: phy: realtek: add rtl822x_c45_get_features() to set supported portEric Woudstra
2024-04-12net: phy: realtek: Change rtlgen_get_speed() to rtlgen_decode_speed()Eric Woudstra
2024-04-12net: phy: realtek: Add driver instances for rtl8221b via Clause 45Marek Behún
2024-04-12net: phy: realtek: add get_rate_matching() for rtl822xb PHYsEric Woudstra
2024-04-12net: phy: realtek: configure SerDes mode for rtl822xb PHYsAlexander Couzens
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli
2024-02-09net: phy: realtek: use generic MDIO helpers to simplify the codeHeiner Kallweit
2024-02-07net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()Heiner Kallweit
2024-02-07net: phy: realtek: use generic MDIO constantsMarek Behún
2024-02-02net: phy: realtek: add support for RTL8126A-integrated 5Gbps PHYHeiner Kallweit
2023-06-07net: phy: realtek: Disable clock on suspendDetlev Casanova
2023-06-07net: phy: realtek: Add optional external PHY clockDetlev Casanova
2022-08-22net: phy: realtek: add support for RTL8211F(D)(I)-VD-CGClark Wang
2021-10-18net: phy: realtek: add support for RTL8365MB-VC internal PHYsAlvin Šipraga
2021-06-09net: phy: realtek: net: Fix less than zero comparison of a u16Colin Ian King
2021-06-08net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang
2021-06-08net: phy: realtek: add dt property to enable ALDPS modeJoakim Zhang
2021-06-08net: phy: realtek: add dt property to disable CLKOUT clockJoakim Zhang
2021-01-22net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka
2020-11-25net: phy: realtek: read actual speed on rtl8211f to detect downshiftAntonio Borneo
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-10net: phy: realtek: support paged operations on RTL8201CPHeiner Kallweit
2020-11-05net: phy: realtek: remove the use of .ack_interrupt()Ioana Ciornei
2020-11-05net: phy: realtek: implement generic .handle_interrupt() callbackIoana Ciornei
2020-11-03net: phy: realtek: Add support for RTL8221B-CG seriesWilly Liu
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-01net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu
2020-09-29net: phy: realtek: fix rtl8211e rx/tx delay configWilly Liu
2020-09-21net: phy: realtek: enable ALDPS to save power for RTL8211FJisheng Zhang
2020-07-14net: phy: realtek: add support for RTL8125B-internal PHYHeiner Kallweit
2020-04-20net: phy: realtek: add delay to resume path of certain internal PHY'sHeiner Kallweit
2020-03-18net: phy: realtek: read actual speed to detect downshiftHeiner Kallweit
2019-12-26net: phy: realtek: add support for configuring the RX delay on RTL8211FMartin Blumenstingl
2019-12-26net: phy: realtek: add logging for the RGMII TX delay configurationMartin Blumenstingl
2019-12-01net: phy: realtek: fix using paged operations with RTL8105e / RTL8208Heiner Kallweit
2019-08-19net: phy: realtek: support NBase-T MMD EEE registers on RTL8125Heiner Kallweit
2019-08-15net: phy: realtek: add support for EEE registers on integrated PHY'sHeiner Kallweit
2019-08-14net: phy: realtek: add NBase-T PHY auto-detectionHeiner Kallweit
2019-08-11net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit
2019-05-13net: phy: realtek: Replace phy functions with non-locked version in rtl8211e_...Kunihiko Hayashi
2019-05-11net: phy: realtek: fix double page ops in generic Realtek driverHeiner Kallweit
2019-05-10net: phy: realtek: add missing page operationsHeiner Kallweit
2019-05-08net: phy: realtek: Change TX-delay setting for RGMII modes onlySerge Semin
2019-05-08net: phy: realtek: Add rtl8211e rx/tx delays configSerge Semin
2019-04-04net: phy: realtek: remove setting callback get_features and use phylib fallbackHeiner Kallweit
2019-04-02net: phy: realtek: use genphy_read_abilitiesHeiner Kallweit
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller