summaryrefslogtreecommitdiff
path: root/drivers/net/pcs
AgeCommit message (Expand)AuthorFilesLines
2023-03-23net: pcs: xpcs: use Autoneg bit rather than an_enabledRussell King (Oracle)1-3/+7
2023-03-21net: pcs: add driver for MediaTek SGMII PCSDaniel Golle3-0/+313
2023-03-17net: pcs: lynx: don't print an_enabled in pcs_get_state()Russell King (Oracle)1-2/+2
2023-03-17net: pcs: xpcs: remove double-read of link state when using ANRussell King (Oracle)1-11/+2
2023-02-10net: pcs: rzn1-miic: remove unused struct members and use miic variableClément Léger1-5/+1
2023-01-14net: pcs: pcs-lynx: use phylink_get_link_timer_ns() helperRussell King (Oracle)1-12/+8
2023-01-11net: pcs: pcs-xpcs: Use C45 MDIO APIAndrew Lunn1-3/+1
2022-11-30net: pcs: altera-tse: remove unnecessary register definitionsMaxime Chevallier1-9/+0
2022-11-30net: pcs: altera-tse: don't set the speed for 1000BaseXMaxime Chevallier1-1/+0
2022-11-30net: pcs: altera-tse: use read_poll_timeout to wait for resetMaxime Chevallier1-8/+3
2022-11-10net: pcs: xpcs: use mdiodev accessorsRussell King (Oracle)1-8/+2
2022-09-05net: pcs: add new PCS driver for altera TSE PCSMaxime Chevallier3-0/+182
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-22net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmiiVladimir Oltean1-1/+1
2022-07-02net: pcs: rzn1-miic: update speed only if interface is changedClément Léger1-5/+16
2022-06-30net: pcs-rzn1-miic: fix return value check in miic_probe()Yang Yingliang1-2/+2
2022-06-27net: pcs: add Renesas MII converter driverClément Léger3-0/+529
2022-06-25net: pcs: xpcs: depends on PHYLINK in KconfigJakub Kicinski1-2/+2
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-06-19net: pcs: pcs-xpcs: use mii_bmcr_encode_fixed()Russell King (Oracle)1-17/+1
2022-06-17net: pcs: xpcs: add CL37 1000BASE-X AN supportOng Boon Leong2-1/+170
2022-06-17net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105Ong Boon Leong1-3/+3
2022-05-02net: pcs: pcs-xpcs: Convert to mdiobus_c45_readAndrew Lunn1-4/+2
2022-01-26net: stmmac/xpcs: convert to pcs_validate()Russell King (Oracle)1-16/+11
2022-01-26net: xpcs: add support for retrieving supported interface modesRussell King (Oracle)1-0/+14
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-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-1/+1
2021-10-06net: pcs: xpcs: fix incorrect steps on disable EEEWong Vee Khee1-4/+9
2021-10-05net: pcs: xpcs: fix incorrect CL37 AN sequenceWong Vee Khee1-5/+27
2021-09-17net: update NXP copyright textVladimir Oltean1-1/+1
2021-08-16net: pcs: xpcs: Add Pause Mode support for SGMII and 2500BaseXWong Vee Khee1-0/+4
2021-08-12net: pcs: xpcs: fix error handling on failed to allocate memoryWong Vee Khee1-1/+1
2021-06-17net: pcs: xpcs: Fix a less than zero u16 comparison errorColin Ian King1-6/+6
2021-06-11net: pcs: xpcs: export xpcs_do_config and xpcs_link_upVladimir Oltean1-4/+6
2021-06-11net: pcs: xpcs: add support for NXP SJA1110Vladimir Oltean3-0/+192
2021-06-11net: pcs: xpcs: add support for NXP SJA1105Vladimir Oltean4-3/+52
2021-06-11net: pcs: xpcs: also ignore phy id if it's all onesVladimir Oltean1-2/+4
2021-06-11net: pcs: xpcs: add support for sgmii with no inband ANVladimir Oltean1-3/+38
2021-06-11net: pcs: xpcs: move register bit descriptions to a header fileVladimir Oltean2-96/+104
2021-06-11net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean1-37/+36
2021-06-09net: pcs: add 2500BASEX support for Intel mGbE controllerVoon Weifeng1-0/+56
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean1-39/+60
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean1-11/+42
2021-06-03net: pcs: xpcs: use mdiobus_c45_addr in xpcs_{read,write}Vladimir Oltean1-2/+2
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean1-2/+2
2021-06-03net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean1-3/+3
2021-06-03net: pcs: xpcs: export xpcs_validateVladimir Oltean1-7/+4
2021-06-03net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean1-62/+113