summaryrefslogtreecommitdiff
path: root/drivers/net/fsl_enetc.c
AgeCommit message (Expand)Author
2021-09-28net: enetc: ensure imdio.name is NULL terminated after MDIO_NAME_LEN truncationVladimir Oltean
2021-09-28net: enetc: remove support for "xgmii" phy-modeVladimir Oltean
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean
2021-07-06net: enetc: propagate the return code from phy_startup() to eth_ops::startVladimir Oltean
2021-07-06net: enetc: force the RGMII MAC speed/duplex instead of using in-band signalingVladimir Oltean
2021-07-06net: enetc: require a PHY device when probingVladimir Oltean
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-24drivers: net: fsl_enetc: fix SXGMII MAC configurationAlex Marginean
2020-01-24drivers: net: fsl_enetc: add write_hwaddr() for LS1028AMichael Walle
2020-01-24drivers: net: fsl_enetc: use write_hwaddr()Michael Walle
2020-01-24drivers: net: fsl_enetc: Pass on primary MAC address to LinuxAlex Marginean
2019-12-09drivers: net: fsl_enetc: register internal MDIO busAlex Marginean
2019-12-09drivers: net: fsl_enetc: move PCS and PHY config to probeAlex Marginean
2019-12-09drivers: net: fsl_enetc: Add 2.5Gbps to supported link speedsAlex Marginean
2019-12-09drivers: net: fsl_enetc: use the new MDIO DM helper functionsAlex Marginean
2019-12-09drivers: net: fsl_enetc: use XFI, USXGMII interface type macrosAlex Marginean
2019-11-08drivers: net: fsl_enetc: fix RGMII configurationMichael Walle
2019-11-08drivers: net: fsl_enetc: set phydev->nodeMichael Walle
2019-07-25drivers: net: fsl_enetc: add support for SGMII 2500Alex Marginean
2019-07-25drivers: net: apply serdes configuration for ENETC Ethernet interfacesAlex Marginean
2019-07-25drivers: net: add NXP ENETC MDIO driverAlex Marginean
2019-07-25drivers: net: add NXP ENETC ethernet driverAlex Marginean