summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcs/pcs-xpcs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: pcs: xpcs: add support for sgmii with no inband ANVladimir Oltean2021-06-111-3/+38
* net: pcs: xpcs: move register bit descriptions to a header fileVladimir Oltean2021-06-111-96/+1
* net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean2021-06-111-37/+36
* net: pcs: add 2500BASEX support for Intel mGbE controllerVoon Weifeng2021-06-081-0/+56
* net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean2021-06-031-39/+60
* net: pcs: xpcs: convert to mdio_deviceVladimir Oltean2021-06-031-11/+42
* net: pcs: xpcs: use mdiobus_c45_addr in xpcs_{read,write}Vladimir Oltean2021-06-031-2/+2
* net: pcs: xpcs: export xpcs_probeVladimir Oltean2021-06-031-2/+2
* net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean2021-06-031-3/+3
* net: pcs: xpcs: export xpcs_validateVladimir Oltean2021-06-031-7/+4
* net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean2021-06-031-62/+113
* net: pcs: xpcs: there is only one PHY IDVladimir Oltean2021-06-031-51/+78
* net: pcs: Introducing support for DWC xpcs Energy Efficient EthernetMichael Sit Wei Hong2021-05-171-0/+51