aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/pcs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-05net: pcs: xpcs: re-initiate clause 37 Auto-negotiationChoong Yong Liang1-4/+21
2025-02-17net: xpcs: rearrange register definitionsRussell King (Oracle)1-17/+8
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)4-4/+0
2025-02-14net: xpcs: group EEE code togetherRussell King (Oracle)1-29/+29
2025-02-14net: xpcs: clean up xpcs_config_eee()Russell King (Oracle)1-5/+4
2025-02-14net: xpcs: remove xpcs_config_eee() from global scopeRussell King (Oracle)1-10/+4
2025-02-14net: xpcs: convert to phylink managed EEERussell King (Oracle)1-1/+23
2025-02-14net: xpcs: add function to configure EEE clock multiplying factorRussell King (Oracle)2-0/+15
2025-02-06net: pcs: rzn1-miic: Convert to for_each_available_child_of_node() helperGeert Uytterhoeven1-4/+1
2025-02-06net: pcs: rzn1-miic: fill in PCS supported_interfacesRussell King (Oracle)1-12/+4
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)3-4/+6
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)3-2/+3
2025-01-15net: pcs: xpcs: actively unset DW_VR_MII_DIG_CTRL1_2G5_EN for 1G SGMIIVladimir Oltean1-1/+2
2025-01-15net: pcs: xpcs: fix DW_VR_MII_DIG_CTRL1_2G5_EN bit being set for 1G SGMII w/o inbandVladimir Oltean1-0/+1
2025-01-06net: pcs: xpcs: make xpcs_get_interfaces() staticRussell King (Oracle)1-2/+1
2025-01-06net: pcs: lynx: fill in PCS supported_interfacesRussell King (Oracle)1-0/+13
2025-01-06net: pcs: mtk-lynxi: fill in PCS supported_interfacesRussell King (Oracle)1-0/+4
2025-01-06net: pcs: xpcs: fill in PCS supported_interfacesRussell King (Oracle)1-0/+2
2025-01-04net: pcs: pcs-mtk-lynxi: correctly report in-band status capabilitiesDaniel Golle1-2/+3
2024-12-07net: pcs: xpcs: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+28
2024-12-07net: pcs: pcs-mtk-lynxi: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+16
2024-12-07net: pcs: pcs-lynx: implement pcs_inband_caps() methodRussell King (Oracle)1-0/+22
2024-10-23net: pcs: xpcs: remove return statements in void functionRussell King (Oracle)1-6/+13
2024-10-23net: pcs: xpcs: rename xpcs_config_usxgmii()Russell King (Oracle)1-2/+2
2024-10-23net: pcs: xpcs: combine xpcs_link_up_{1000basex,sgmii}()Russell King (Oracle)1-31/+23
2024-10-23net: pcs: xpcs: replace open-coded mii_bmcr_encode_fixed()Russell King (Oracle)1-4/+1
2024-10-23net: pcs: xpcs: rearrange xpcs_link_up_1000basex()Russell King (Oracle)1-3/+4
2024-10-23net: pcs: xpcs: remove switch() in xpcs_link_up_1000basex()Russell King (Oracle)1-8/+3
2024-10-23net: pcs: xpcs: use generic register definitionsRussell King (Oracle)2-42/+34
2024-10-09net: pcs: xpcs: move Wangxun VR_XS_PCS_DIG_CTRL1 configurationRussell King (Oracle)1-6/+8
2024-10-09net: pcs: xpcs: correctly place DW_VR_MII_DIG_CTRL1_2G5_ENRussell King (Oracle)1-2/+1
2024-10-09net: pcs: xpcs: use dev_*() to print messagesRussell King (Oracle)1-22/+22
2024-10-09net: pcs: xpcs: convert to use read_poll_timeout()Russell King (Oracle)1-10/+7
2024-10-09net: pcs: xpcs: add _modify() accessorsRussell King (Oracle)4-142/+104
2024-10-09net: pcs: xpcs: use FIELD_PREP() and FIELD_GET()Russell King (Oracle)2-12/+6
2024-10-09net: pcs: xpcs: move searching ID list out of lineRussell King (Oracle)1-20/+21
2024-10-09net: pcs: xpcs: rename xpcs_get_id()Russell King (Oracle)1-2/+2
2024-10-09net: pcs: xpcs: move definition of struct dw_xpcs to private headerRussell King (Oracle)1-0/+18
2024-10-09net: pcs: xpcs: provide a helper to get the phylink pcs given xpcsRussell King (Oracle)1-0/+6
2024-10-09net: pcs: xpcs: pass xpcs instead of xpcs->id to xpcs_find_compat()Russell King (Oracle)1-7/+7
2024-10-09net: pcs: xpcs: don't use array for interfaceRussell King (Oracle)1-57/+14
2024-10-09net: pcs: xpcs: remove dw_xpcs_compat enumRussell King (Oracle)1-44/+25
2024-10-04net: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-10-02net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)1-6/+5
2024-10-02net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)1-7/+3
2024-10-02net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()Russell King (Oracle)1-0/+18
2024-10-02net: pcs: xpcs: get rid of xpcs_init_iface()Russell King (Oracle)1-13/+4
2024-10-02net: pcs: xpcs: drop interface argument from internal functionsRussell King (Oracle)1-6/+5