summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc/enetc_mdio.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-14enetc: Separate C22 and C45 transactionsAndrew Lunn1-30/+89
2022-03-18enetc: use correct format charactersBill Wendling1-1/+1
2021-01-06enetc: reorder macros and functionsMichael Walle1-11/+11
2021-01-06enetc: drop MDIO_DATA() macroMichael Walle1-2/+1
2021-01-06enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle1-6/+8
2021-01-06enetc: drop unneeded indirectionMichael Walle1-18/+14
2020-11-17enetc: Workaround for MDIO register access issueAlex Marginean1-2/+6
2020-01-06enetc: Set MDIO_CFG_HOLD to the recommended value of 2Vladimir Oltean1-4/+8
2020-01-06enetc: Make MDIO accessors more generic and export to include/linux/fslClaudiu Manoil1-65/+45
2019-08-03enetc: Add mdio bus driver for the PCIe MDIO endpointClaudiu Manoil1-8/+3
2019-08-03enetc: Clean up local mdio bus allocationClaudiu Manoil1-48/+46
2019-03-01enetc: Add ENETC PF level external MDIO supportClaudiu Manoil1-0/+199