summaryrefslogtreecommitdiff
path: root/drivers/net/pcs/pcs-lynx.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-13net: pcs: lynx: fix lynx_pcs_link_up_sgmii() not doing anything in fixed-link...Vladimir Oltean1-1/+1
2023-06-23net: pcs: lynx: update PCS driver to use neg_modeRussell King (Oracle)1-18/+18
2023-06-23net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)1-6/+12
2023-06-09net: pcs: lynx: check that the fwnode is available prior to useRussell King (Oracle)1-0/+14
2023-06-09net: pcs: lynx: change lynx_pcs_create() to return error-pointersRussell King (Oracle)1-13/+1
2023-06-09net: pcs: lynx: make lynx_pcs_create() staticRussell King (Oracle)1-2/+1
2023-06-09net: pcs: lynx: add lynx_pcs_create_fwnode()Russell King (Oracle)1-0/+29
2023-06-09net: pcs: lynx: remove lynx_get_mdio_device()Russell King (Oracle)1-8/+0
2023-05-30net: pcs: lynx: add lynx_pcs_create_mdiodev()Russell King (Oracle)1-0/+31
2023-03-17net: pcs: lynx: don't print an_enabled in pcs_get_state()Russell King (Oracle)1-2/+2
2023-01-14net: pcs: pcs-lynx: use phylink_get_link_timer_ns() helperRussell King (Oracle)1-12/+8
2022-06-24net: pcs: lynx: consolidate sgmii and 1000base-x config codeRussell King (Oracle)1-35/+21
2022-06-23net: pcs: lynx: use mdiodev accessorsRussell King (Oracle)1-20/+10
2022-01-02net: pcs: lynx: use a common naming scheme for all lynx_pcs variablesColin Foster1-7/+7
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster1-4/+20
2021-02-07net: pcs: add pcs-lynx 1000BASE-X supportRussell King1-0/+36
2020-09-25net: pcs-lynx: add support for 10GBASERIoana Ciornei1-0/+6
2020-08-31net: phy: add Lynx PCS moduleIoana Ciornei1-0/+312