summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcs/pcs-xpcs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: pcs: xpcs: actively unset DW_VR_MII_DIG_CTRL1_2G5_EN for 1G SGMIIVladimir Oltean3 days1-1/+2
* net: pcs: xpcs: fix DW_VR_MII_DIG_CTRL1_2G5_EN bit being set for 1G SGMII w/o...Vladimir Oltean3 days1-0/+1
* net: pcs: xpcs: remove return statements in void functionRussell King (Oracle)2024-10-231-6/+13
* net: pcs: xpcs: rename xpcs_config_usxgmii()Russell King (Oracle)2024-10-231-2/+2
* net: pcs: xpcs: combine xpcs_link_up_{1000basex,sgmii}()Russell King (Oracle)2024-10-231-31/+23
* net: pcs: xpcs: replace open-coded mii_bmcr_encode_fixed()Russell King (Oracle)2024-10-231-4/+1
* net: pcs: xpcs: rearrange xpcs_link_up_1000basex()Russell King (Oracle)2024-10-231-3/+4
* net: pcs: xpcs: remove switch() in xpcs_link_up_1000basex()Russell King (Oracle)2024-10-231-8/+3
* net: pcs: xpcs: use generic register definitionsRussell King (Oracle)2024-10-231-30/+34
* net: pcs: xpcs: move Wangxun VR_XS_PCS_DIG_CTRL1 configurationRussell King (Oracle)2024-10-091-6/+8
* net: pcs: xpcs: use dev_*() to print messagesRussell King (Oracle)2024-10-091-22/+22
* net: pcs: xpcs: convert to use read_poll_timeout()Russell King (Oracle)2024-10-091-10/+7
* net: pcs: xpcs: add _modify() accessorsRussell King (Oracle)2024-10-091-92/+73
* net: pcs: xpcs: use FIELD_PREP() and FIELD_GET()Russell King (Oracle)2024-10-091-8/+6
* net: pcs: xpcs: move searching ID list out of lineRussell King (Oracle)2024-10-091-20/+21
* net: pcs: xpcs: rename xpcs_get_id()Russell King (Oracle)2024-10-091-2/+2
* net: pcs: xpcs: provide a helper to get the phylink pcs given xpcsRussell King (Oracle)2024-10-091-0/+6
* net: pcs: xpcs: pass xpcs instead of xpcs->id to xpcs_find_compat()Russell King (Oracle)2024-10-091-7/+7
* net: pcs: xpcs: don't use array for interfaceRussell King (Oracle)2024-10-091-57/+14
* net: pcs: xpcs: remove dw_xpcs_compat enumRussell King (Oracle)2024-10-091-44/+25
* net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internalRussell King (Oracle)2024-10-031-6/+5
* net: pcs: xpcs: drop interface argument from xpcs_create*()Russell King (Oracle)2024-10-031-7/+3
* net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()Russell King (Oracle)2024-10-031-0/+18
* net: pcs: xpcs: get rid of xpcs_init_iface()Russell King (Oracle)2024-10-031-13/+4
* net: pcs: xpcs: drop interface argument from internal functionsRussell King (Oracle)2024-10-031-6/+5
* net: pcs: xpcs: move PCS reset to .pcs_pre_config()Russell King (Oracle)2024-10-031-10/+29
* net: pcs: xpcs: Add fwnode-based descriptor creation methodSerge Semin2024-07-051-0/+50
* net: pcs: xpcs: Add Synopsys DW xPCS platform device driverSerge Semin2024-07-051-5/+58
* net: pcs: xpcs: Introduce DW XPCS info structureSerge Semin2024-07-051-54/+50
* net: pcs: xpcs: Convert xpcs_compat to dw_xpcs_compatSerge Semin2024-07-051-19/+19
* net: pcs: xpcs: Convert xpcs_id to dw_xpcs_descSerge Semin2024-07-051-16/+16
* net: pcs: xpcs: Split up xpcs_create() body to sub-functionsSerge Semin2024-07-051-33/+69
* net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.hSerge Semin2024-07-051-4/+4
* net: pcs: xpcs: Explicitly return error on caps validationSerge Semin2024-02-261-3/+4
* net: pcs: xpcs: Return EINVAL in the internal methodsSerge Semin2024-02-261-2/+2
* net: pcs: xpcs: Drop redundant workqueue.h include directiveSerge Semin2024-02-261-1/+1
* net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces listSerge Semin2024-02-261-3/+1
* net: fill in MODULE_DESCRIPTION()s for PCS driversBreno Leitao2024-01-291-0/+1
* net: pcs: xpcs: Add 2500BASE-X case in get state for XPCS driversRaju Lakkaraju2023-10-281-0/+29
* net: pcs: xpcs: adapt Wangxun NICs for SGMII modeJiawen Wu2023-08-251-4/+43
* net: pcs: xpcs: add 1000BASE-X AN interrupt supportJiawen Wu2023-08-251-1/+18
* net: pcs: xpcs: support to switch mode for Wangxun NICsJiawen Wu2023-08-251-5/+8
* net: pcs: xpcs: add specific vendor supoprt for Wangxun 10Gb NICsJiawen Wu2023-08-251-3/+32
* net: pcs: xpcs: update PCS driver to use neg_modeRussell King (Oracle)2023-06-231-20/+23
* net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCSJiawen Wu2023-06-081-0/+30
* net: pcs: xpcs: remove xpcs_create() from public viewRussell King (Oracle)2023-06-051-3/+2
* net: pcs: xpcs: add xpcs_create_mdiodev()Russell King (Oracle)2023-05-301-0/+28
* net: pcs: xpcs: avoid reading STAT1 more than onceRussell King (Oracle)2023-05-241-41/+50
* net: pcs: xpcs: use phylink_resolve_c73() helperRussell King (Oracle)2023-05-241-39/+1
* net: pcs: xpcs: correct pause resolutionRussell King (Oracle)2023-05-241-1/+10