summaryrefslogtreecommitdiff
path: root/drivers/net/pcs/pcs-xpcs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26net: pcs: xpcs: Explicitly return error on caps validationSerge Semin1-3/+4
2024-02-26net: pcs: xpcs: Return EINVAL in the internal methodsSerge Semin1-2/+2
2024-02-26net: pcs: xpcs: Drop redundant workqueue.h include directiveSerge Semin1-1/+1
2024-02-26net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces listSerge Semin1-3/+1
2024-01-29net: fill in MODULE_DESCRIPTION()s for PCS driversBreno Leitao1-0/+1
2023-10-28net: pcs: xpcs: Add 2500BASE-X case in get state for XPCS driversRaju Lakkaraju1-0/+29
2023-08-25net: pcs: xpcs: adapt Wangxun NICs for SGMII modeJiawen Wu1-4/+43
2023-08-25net: pcs: xpcs: add 1000BASE-X AN interrupt supportJiawen Wu1-1/+18
2023-08-25net: pcs: xpcs: support to switch mode for Wangxun NICsJiawen Wu1-5/+8
2023-08-25net: pcs: xpcs: add specific vendor supoprt for Wangxun 10Gb NICsJiawen Wu1-3/+32
2023-06-23net: pcs: xpcs: update PCS driver to use neg_modeRussell King (Oracle)1-20/+23
2023-06-08net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCSJiawen Wu1-0/+30
2023-06-05net: pcs: xpcs: remove xpcs_create() from public viewRussell King (Oracle)1-3/+2
2023-05-30net: pcs: xpcs: add xpcs_create_mdiodev()Russell King (Oracle)1-0/+28
2023-05-24net: pcs: xpcs: avoid reading STAT1 more than onceRussell King (Oracle)1-41/+50
2023-05-24net: pcs: xpcs: use phylink_resolve_c73() helperRussell King (Oracle)1-39/+1
2023-05-24net: pcs: xpcs: correct pause resolutionRussell King (Oracle)1-1/+10
2023-05-24net: pcs: xpcs: correct lp_advertising contentsRussell King (Oracle)1-4/+5
2023-05-24net: pcs: xpcs: use mii_c73_to_linkmode() helperRussell King (Oracle)1-12/+1
2023-05-24net: pcs: xpcs: clean up reading clause 73 link partner advertisementRussell King (Oracle)1-22/+17
2023-05-17net: pcs: xpcs: fix C73 AN not getting enabledVladimir Oltean1-1/+1
2023-05-10net: pcs: xpcs: fix incorrect number of interfacesRussell King (Oracle)1-1/+1
2023-03-23net: pcs: xpcs: use Autoneg bit rather than an_enabledRussell King (Oracle)1-3/+7
2023-03-17net: pcs: xpcs: remove double-read of link state when using ANRussell King (Oracle)1-11/+2
2023-01-11net: pcs: pcs-xpcs: Use C45 MDIO APIAndrew Lunn1-3/+1
2022-11-10net: pcs: xpcs: use mdiodev accessorsRussell King (Oracle)1-8/+2
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-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 Leong1-0/+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
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-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-11net: pcs: xpcs: export xpcs_do_config and xpcs_link_upVladimir Oltean1-4/+6
2021-06-11net: pcs: xpcs: add support for NXP SJA1110Vladimir Oltean1-0/+21
2021-06-11net: pcs: xpcs: add support for NXP SJA1105Vladimir Oltean1-2/+23
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 Oltean1-96/+1
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