aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/realtek.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22net: phy: realtek: add support for RTL8211F(D)(I)-VD-CGClark Wang1-12/+32
2021-10-18net: phy: realtek: add support for RTL8365MB-VC internal PHYsAlvin Šipraga1-0/+8
2021-06-09net: phy: realtek: net: Fix less than zero comparison of a u16Colin Ian King1-8/+9
2021-06-08net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang1-1/+14
2021-06-08net: phy: realtek: add dt property to enable ALDPS modeJoakim Zhang1-3/+17
2021-06-08net: phy: realtek: add dt property to disable CLKOUT clockJoakim Zhang1-1/+41
2021-01-22net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka1-0/+132
2020-11-25net: phy: realtek: read actual speed on rtl8211f to detect downshiftAntonio Borneo1-0/+1
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-11-10net: phy: realtek: support paged operations on RTL8201CPHeiner Kallweit1-0/+2
2020-11-05net: phy: realtek: remove the use of .ack_interrupt()Ioana Ciornei1-16/+52
2020-11-05net: phy: realtek: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+72
2020-11-03net: phy: realtek: Add support for RTL8221B-CG seriesWilly Liu1-0/+40
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-15/+16
2020-10-01net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu1-19/+19
2020-09-29net: phy: realtek: fix rtl8211e rx/tx delay configWilly Liu1-15/+16
2020-09-21net: phy: realtek: enable ALDPS to save power for RTL8211FJisheng Zhang1-0/+9
2020-07-14net: phy: realtek: add support for RTL8125B-internal PHYHeiner Kallweit1-0/+12
2020-04-20net: phy: realtek: add delay to resume path of certain internal PHY'sHeiner Kallweit1-2/+13
2020-03-18net: phy: realtek: read actual speed to detect downshiftHeiner Kallweit1-1/+59
2019-12-26net: phy: realtek: add support for configuring the RX delay on RTL8211FMartin Blumenstingl1-10/+36
2019-12-26net: phy: realtek: add logging for the RGMII TX delay configurationMartin Blumenstingl1-1/+18
2019-12-01net: phy: realtek: fix using paged operations with RTL8105e / RTL8208Heiner Kallweit1-0/+9
2019-08-19net: phy: realtek: support NBase-T MMD EEE registers on RTL8125Heiner Kallweit1-2/+43
2019-08-15net: phy: realtek: add support for EEE registers on integrated PHY'sHeiner Kallweit1-0/+43
2019-08-14net: phy: realtek: add NBase-T PHY auto-detectionHeiner Kallweit1-5/+43
2019-08-11net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit1-0/+62
2019-05-13net: phy: realtek: Replace phy functions with non-locked version in rtl8211e_config_init()Kunihiko Hayashi1-3/+3
2019-05-11net: phy: realtek: fix double page ops in generic Realtek driverHeiner Kallweit1-2/+0
2019-05-10net: phy: realtek: add missing page operationsHeiner Kallweit1-0/+12
2019-05-08net: phy: realtek: Change TX-delay setting for RGMII modes onlySerge Semin1-4/+15
2019-05-08net: phy: realtek: Add rtl8211e rx/tx delays configSerge Semin1-0/+51
2019-04-04net: phy: realtek: remove setting callback get_features and use phylib fallbackHeiner Kallweit1-10/+0
2019-04-02net: phy: realtek: use genphy_read_abilitiesHeiner Kallweit1-24/+12
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij1-0/+7
2019-02-03net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit1-0/+9
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-6/+1
2018-11-11net: phy: realtek: use new PHYID matching macrosHeiner Kallweit1-19/+10
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-7/+0
2018-11-07net: phy: realtek: load driver for all PHYs with a Realtek OUIHeiner Kallweit1-9/+2
2018-11-04net: phy: realtek: fix RTL8201F sysfs nameHolger Hoffstätte1-1/+1
2018-07-18net: phy: realtek: Support RTL8366RB variantLinus Walleij1-0/+31
2018-07-16net: phy: realtek: add missing entry for RTL8211C to mdio_device_id tableHeiner Kallweit1-0/+1
2018-07-02net: phy: realtek: add support for RTL8211CHeiner Kallweit1-0/+17
2018-07-02net: phy: realtek: add missing entry for RTL8211 to mdio_device_id tableHeiner Kallweit1-0/+1
2018-06-30net: phy: realtek: add support for RTL8211Heiner Kallweit1-0/+30
2018-05-28net: phy: realtek: add suspend/resume callbacks for RTL8211BHeiner Kallweit1-0/+16
2018-03-22net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211bKevin Hao1-0/+2
2018-01-16phy: realtek: use new helpers for paged register accessHeiner Kallweit1-45/+14