summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcs/pcs-xpcs.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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-221-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-291-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
* net: pcs: xpcs: correct lp_advertising contentsRussell King (Oracle)2023-05-241-4/+5
* net: pcs: xpcs: use mii_c73_to_linkmode() helperRussell King (Oracle)2023-05-241-12/+1
* net: pcs: xpcs: clean up reading clause 73 link partner advertisementRussell King (Oracle)2023-05-241-22/+17
* net: pcs: xpcs: fix C73 AN not getting enabledVladimir Oltean2023-05-171-1/+1
* net: pcs: xpcs: fix incorrect number of interfacesRussell King (Oracle)2023-05-101-1/+1
* net: pcs: xpcs: use Autoneg bit rather than an_enabledRussell King (Oracle)2023-03-221-3/+7
* net: pcs: xpcs: remove double-read of link state when using ANRussell King (Oracle)2023-03-171-11/+2
* net: pcs: pcs-xpcs: Use C45 MDIO APIAndrew Lunn2023-01-101-3/+1
* net: pcs: xpcs: use mdiodev accessorsRussell King (Oracle)2022-11-091-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+1
|\
| * net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmiiVladimir Oltean2022-07-211-1/+1
* | net: pcs: pcs-xpcs: use mii_bmcr_encode_fixed()Russell King (Oracle)2022-06-191-17/+1
* | net: pcs: xpcs: add CL37 1000BASE-X AN supportOng Boon Leong2022-06-171-0/+170
* | net: make xpcs_do_config to accept advertising for pcs-xpcs and sja1105Ong Boon Leong2022-06-171-3/+3
|/
* net: pcs: pcs-xpcs: Convert to mdiobus_c45_readAndrew Lunn2022-05-021-4/+2
* net: stmmac/xpcs: convert to pcs_validate()Russell King (Oracle)2022-01-261-16/+11
* net: xpcs: add support for retrieving supported interface modesRussell King (Oracle)2022-01-261-0/+14
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-1/+1
* net: pcs: xpcs: fix incorrect steps on disable EEEWong Vee Khee2021-10-061-4/+9
* net: pcs: xpcs: fix incorrect CL37 AN sequenceWong Vee Khee2021-10-051-5/+27
* net: pcs: xpcs: Add Pause Mode support for SGMII and 2500BaseXWong Vee Khee2021-08-161-0/+4
* net: pcs: xpcs: fix error handling on failed to allocate memoryWong Vee Khee2021-08-111-1/+1
* net: pcs: xpcs: export xpcs_do_config and xpcs_link_upVladimir Oltean2021-06-111-4/+6
* net: pcs: xpcs: add support for NXP SJA1110Vladimir Oltean2021-06-111-0/+21
* net: pcs: xpcs: add support for NXP SJA1105Vladimir Oltean2021-06-111-2/+23
* net: pcs: xpcs: also ignore phy id if it's all onesVladimir Oltean2021-06-111-2/+4