summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcs
AgeCommit message (Expand)AuthorLines
2025-01-15net: pcs: xpcs: actively unset DW_VR_MII_DIG_CTRL1_2G5_EN for 1G SGMIIVladimir Oltean-1/+2
2025-01-15net: pcs: xpcs: fix DW_VR_MII_DIG_CTRL1_2G5_EN bit being set for 1G SGMII w/o...Vladimir Oltean-0/+1
2024-10-23net: pcs: xpcs: remove return statements in void functionRussell King (Oracle)-6/+13
2024-10-23net: pcs: xpcs: rename xpcs_config_usxgmii()Russell King (Oracle)-2/+2
2024-10-23net: pcs: xpcs: combine xpcs_link_up_{1000basex,sgmii}()Russell King (Oracle)-31/+23
2024-10-23net: pcs: xpcs: replace open-coded mii_bmcr_encode_fixed()Russell King (Oracle)-4/+1
2024-10-23net: pcs: xpcs: rearrange xpcs_link_up_1000basex()Russell King (Oracle)-3/+4
2024-10-23net: pcs: xpcs: remove switch() in xpcs_link_up_1000basex()Russell King (Oracle)-8/+3
2024-10-23net: pcs: xpcs: use generic register definitionsRussell King (Oracle)-42/+34
2024-10-09net: pcs: xpcs: move Wangxun VR_XS_PCS_DIG_CTRL1 configurationRussell King (Oracle)-6/+8
2024-10-09net: pcs: xpcs: correctly place DW_VR_MII_DIG_CTRL1_2G5_ENRussell King (Oracle)-2/+1
2024-10-09net: pcs: xpcs: use dev_*() to print messagesRussell King (Oracle)-22/+22
2024-10-09net: pcs: xpcs: convert to use read_poll_timeout()Russell King (Oracle)-10/+7
2024-10-09net: pcs: xpcs: add _modify() accessorsRussell King (Oracle)-142/+104
2024-10-09net: pcs: xpcs: use FIELD_PREP() and FIELD_GET()Russell King (Oracle)-12/+6
2024-10-09net: pcs: xpcs: move searching ID list out of lineRussell King (Oracle)-20/+21
2024-10-09net: pcs: xpcs: rename xpcs_get_id()Russell King (Oracle)-2/+2
2024-10-09net: pcs: xpcs: move definition of struct dw_xpcs to private headerRussell King (Oracle)-0/+18
2024-10-09net: pcs: xpcs: provide a helper to get the phylink pcs given xpcsRussell King (Oracle)-0/+6
2024-10-09net: pcs: xpcs: pass xpcs instead of xpcs->id to xpcs_find_compat()Russell King (Oracle)-7/+7
2024-10-09net: pcs: xpcs: don't use array for interfaceRussell King (Oracle)-57/+14
2024-10-09net: pcs: xpcs: remove dw_xpcs_compat enumRussell King (Oracle)-44/+25
2024-10-04net: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-10-02net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)-6/+5
2024-10-02net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)-7/+3
2024-10-02net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()Russell King (Oracle)-0/+18
2024-10-02net: pcs: xpcs: get rid of xpcs_init_iface()Russell King (Oracle)-13/+4
2024-10-02net: pcs: xpcs: drop interface argument from internal functionsRussell King (Oracle)-6/+5
2024-10-02net: pcs: xpcs: move PCS reset to .pcs_pre_config()Russell King (Oracle)-10/+29
2024-10-01net: pcs: xpcs: fix the wrong register that was written backJiawen Wu-1/+1
2024-07-05net: pcs: xpcs: Add fwnode-based descriptor creation methodSerge Semin-0/+50
2024-07-05net: pcs: xpcs: Add Synopsys DW xPCS platform device driverSerge Semin-9/+529
2024-07-05net: pcs: xpcs: Introduce DW XPCS info structureSerge Semin-54/+50
2024-07-05net: pcs: xpcs: Convert xpcs_compat to dw_xpcs_compatSerge Semin-19/+19
2024-07-05net: pcs: xpcs: Convert xpcs_id to dw_xpcs_descSerge Semin-16/+16
2024-07-05net: pcs: xpcs: Split up xpcs_create() body to sub-functionsSerge Semin-33/+69
2024-07-05net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.hSerge Semin-7/+4
2024-05-13net: pcs: lynx: no need to read LPA in lynx_pcs_get_state_2500basex()Vladimir Oltean-3/+2
2024-03-28net: pcs: rzn1-miic: Init RX clock early if MAC requires itRomain Gantois-0/+28
2024-03-07net: pcs: rzn1-miic: update PCS driver to use neg_modeRussell King (Oracle)-2/+3
2024-02-26net: pcs: xpcs: Explicitly return error on caps validationSerge Semin-3/+4
2024-02-26net: pcs: xpcs: Return EINVAL in the internal methodsSerge Semin-2/+2
2024-02-26net: pcs: xpcs: Drop redundant workqueue.h include directiveSerge Semin-1/+1
2024-02-26net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces listSerge Semin-3/+1
2024-01-29net: fill in MODULE_DESCRIPTION()s for PCS driversBreno Leitao-0/+3
2023-12-05net: pcs: rzn1-miic: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-27net: pcs: xpcs: Add 2500BASE-X case in get state for XPCS driversRaju Lakkaraju-0/+31
2023-08-25net: pcs: xpcs: adapt Wangxun NICs for SGMII modeJiawen Wu-6/+52
2023-08-25net: pcs: xpcs: add 1000BASE-X AN interrupt supportJiawen Wu-1/+21