aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy-c45.c
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: phy: phy-c45: add SQI and SQI+ support for OATC14 10Base-T1S PHYsParthiban Veerasooran1-0/+137
2025-11-27net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA valuesAlexander Duyck1-4/+4
2025-11-07net: phy: phy-c45: add OATC14 10BASE-T1S PHY cable diagnostic supportParthiban Veerasooran1-0/+122
2025-11-04net: phy: make phy_device members pause and asym_pause bitfield bitsHeiner Kallweit1-10/+10
2025-06-12net: phy: move definition of genphy_c45_driver to phy_device.cHeiner Kallweit1-7/+0
2025-03-21net: phy: fix genphy_c45_eee_is_active() for disabled EEERussell King (Oracle)1-0/+3
2025-03-20net: phy: Allow loopback speed selection for PHY driversGerhard Engleder1-1/+4
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit1-0/+1
2025-02-18net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_ac...Heiner Kallweit1-22/+9
2025-02-18net: phy: c45: use cached EEE advertisement in genphy_c45_ethtool_get_eeeHeiner Kallweit1-2/+2
2025-02-18net: phy: c45: Don't silently remove disabled EEE modes any longer when writi...Heiner Kallweit1-5/+2
2025-02-14net: phy: c45: improve handling of disabled EEE modes in generic ethtool func...Heiner Kallweit1-3/+5
2025-02-11net: phy: rename eee_broken_modes to eee_disabled_modesHeiner Kallweit1-1/+1
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)1-8/+4
2024-12-06net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabledRussell King (Oracle)1-3/+1
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)1-1/+1
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+1
2024-11-15net: phy: fix phylib's dual eee_enabledRussell King (Oracle)1-3/+1
2024-11-14net: phy: convert eee_broken_modes to a linkmode bitmapHeiner Kallweit1-7/+5
2024-11-13net: phy: c45: don't use temporary linkmode bitmaps in genphy_c45_ethtool_get...Heiner Kallweit1-5/+2
2024-11-07net: phy: export genphy_c45_an_config_eee_anegHeiner Kallweit1-0/+1
2024-11-07net: phy: make genphy_c45_write_eee_adv() staticHeiner Kallweit1-1/+2
2024-11-06net: phy: respect cached advertising when re-enabling EEEHeiner Kallweit1-4/+3
2024-03-05net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn1-2/+12
2024-02-27net: phy: simplify genphy_c45_ethtool_set_eeeHeiner Kallweit1-9/+4
2024-02-21net: phy: c45: detect 100/1000BASE-T1 linkmode advertisementsDimitri Fedrau1-1/+2
2024-02-17net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit1-0/+27
2024-02-17net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit1-0/+11
2024-02-17net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit1-0/+31
2024-01-31net: phy: c45: change genphy_c45_ethtool_[get|set]_eee to use EEE linkmode bi...Heiner Kallweit1-23/+13
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-6/+6
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-4/+4
2023-12-13net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel1-55/+74
2023-07-20net: phy: c45: detect the BASE-T1 speed from the ability registerStefan Eichenberger1-0/+8
2023-07-20net: phy: c45: add a separate function to read BASE-T1 abilitiesStefan Eichenberger1-13/+31
2023-07-20net: phy: c45: add support for 1000BASE-T1 forced setupStefan Eichenberger1-1/+10
2023-06-20net: phy-c45: Fix genphy_c45_ethtool_set_eee descriptionAndrew Lunn1-3/+6
2023-02-27net: phy: c45: fix network interface initialization failures on xtensa, arm:c...Oleksij Rempel1-1/+1
2023-02-23net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modesOleksij Rempel1-2/+13
2023-02-23net: phy: do not force EEE supportOleksij Rempel1-7/+17
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel1-1/+10
2023-02-23net: phy: c45: use "supported_eee" instead of supported for access validationOleksij Rempel1-3/+3
2023-02-15net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol errorOleksij Rempel1-1/+1
2023-02-13net: phy: c45: migrate to genphy_c45_write_eee_adv()Oleksij Rempel1-1/+10
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportOleksij Rempel1-0/+238
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionOleksij Rempel1-0/+70
2023-01-19net: phy: fix use of uninit variable when setting PLCA configPiergiorgio Beruto1-1/+1
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto1-0/+193
2022-08-08net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel1-18/+16
2022-05-09net: phy: export genphy_c45_baset1_read_status()Oleksij Rempel1-1/+2
2022-05-09net: phy: genphy_c45_pma_baset1_read_master_slave: read actual configurationOleksij Rempel1-2/+6
2022-05-09net: phy: introduce genphy_c45_pma_baset1_read_master_slave()Oleksij Rempel1-6/+25
2022-05-09net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configu...Oleksij Rempel1-1/+2
2022-05-09net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()Oleksij Rempel1-19/+30
2022-05-09net: phy: genphy_c45_baset1_an_config_aneg: do no set unknown configurationOleksij Rempel1-1/+5
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici1-5/+252
2021-10-26net: phy: fixed warning: Function parameter not describedLuo Jie1-0/+1
2021-10-25net: phy: add genphy_c45_fast_retrainLuo Jie1-0/+34
2021-06-16net: phy: delete repeated words of commentsWenpeng Liang1-1/+1
2021-04-19net: phy: add genphy_c45_pma_suspend/resumeRadu Pirea (NXP OSS)1-0/+43
2021-03-24net: phy: add genphy_c45_loopbackWong Vee Khee1-0/+8
2020-11-17net: phy: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-06-19net: phy: split devices_in_packageRussell King1-2/+2
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit1-1/+0
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-02-26net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila1-3/+3
2020-02-19phy: avoid unnecessary link-up delay in polling modePetr Oros1-2/+3
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu1-0/+2
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann1-0/+26
2019-08-13net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit1-0/+14
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-08net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit1-14/+3
2019-04-02net: phy: deal properly with autoneg incomplete in genphy_c45_read_lpaHeiner Kallweit1-0/+11
2019-04-02net: phy: use c45 standard to detect link partner autoneg capabilityHeiner Kallweit1-1/+8
2019-03-04net: phy: use phy_modify_mmd_changed in genphy_c45_an_config_anegHeiner Kallweit1-9/+8
2019-03-03net: phy: remove gen10g_no_soft_resetHeiner Kallweit1-8/+1
2019-03-03net: phy: don't export gen10g_read_statusHeiner Kallweit1-2/+1
2019-03-03net: phy: remove gen10g_config_initHeiner Kallweit1-14/+0
2019-03-03net: phy: remove gen10g_suspend and gen10g_resumeHeiner Kallweit1-14/+0
2019-02-24net: phy: check PMAPMD link status only in genphy_c45_read_linkHeiner Kallweit1-8/+1
2019-02-24net: phy: let genphy_c45_read_abilities also check aneg capabilityHeiner Kallweit1-0/+11
2019-02-23net: phy: add genphy_c45_read_statusHeiner Kallweit1-0/+33
2019-02-23net: phy: don't change modes we don't care about in genphy_c45_read_lpaHeiner Kallweit1-1/+1
2019-02-21net: phy: add genphy_c45_check_and_restart_anegHeiner Kallweit1-0/+30
2019-02-21net: phy: use genphy_config_eee_advert in genphy_c45_an_config_anegHeiner Kallweit1-1/+3
2019-02-20net: phy: disable aneg in genphy_c45_pma_setup_forcedHeiner Kallweit1-1/+5
2019-02-18net: phy: use mii_10gbt_stat_mod_linkmode_lpa_t in genphy_c45_read_lpaHeiner Kallweit1-9/+1
2019-02-17net: phy: add genphy_c45_an_config_anegAndrew Lunn1-0/+44
2019-02-13net: phy: Add generic support for 2.5GBaseT and 5GBaseTMaxime Chevallier1-0/+37
2019-02-13net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier1-0/+74
2019-02-08net: phy: don't double-read link status register if link is upHeiner Kallweit1-0/+2
2019-02-08net: phy: consider latched link-down status in polling modeHeiner Kallweit1-2/+8
2019-02-07net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit1-8/+10
2019-02-06net: phy: improve genphy_c45_read_linkHeiner Kallweit1-9/+6
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit1-17/+4
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn1-2/+3
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-2/+5
2018-10-25net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn1-1/+1
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King1-4/+4
2018-03-01net: phy: Export gen10g_* functionsFlorian Fainelli1-7/+13
2018-01-02net: phy: marvell10g: add MDI swap reportingRussell King1-0/+33
2017-06-06net: phy: split out 10G genphy supportRussell King1-0/+64
2017-06-06net: phy: add 802.3 clause 45 support to phylibRussell King1-0/+234