summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/xgmac_mdio.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28net: Explicitly include correct DT includesRob Herring1-2/+2
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn1-1/+0
2023-01-11net: mdio: xgmac_mdio: Separate C22 and C45 transactionsAndrew Lunn1-40/+108
2022-08-22net: freescale: xgmac: Do not dereference fwnode in struct devicezhaoxiao1-1/+1
2022-03-18net/fsl: xgmac_mdio: use correct format charactersBill Wendling1-1/+1
2022-01-31net/fsl: xgmac_mdio: fix return value check in xgmac_mdio_probe()Wei Yongjun1-2/+2
2022-01-28net/fsl: xgmac_mdio: Fix spelling mistake "frequecy" -> "frequency"Colin Ian King1-1/+1
2022-01-27net/fsl: xgmac_mdio: Support setting the MDC frequencyTobias Waldekranz1-1/+37
2022-01-27net/fsl: xgmac_mdio: Support preamble suppressionTobias Waldekranz1-0/+18
2022-01-27net/fsl: xgmac_mdio: Use managed device resourcesTobias Waldekranz1-29/+6
2022-01-19net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz1-1/+2
2022-01-19net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz1-6/+19
2022-01-02net/fsl: Remove leftover definition in xgmac_mdioMarkus Koch1-1/+0
2021-06-25net: mdiobus: withdraw fwnode_mdbiobus_registerMarcin Wojtas1-2/+9
2021-06-22net/fsl: switch to fwnode_mdiobus_registerMarcin Wojtas1-9/+2
2021-06-11net/fsl: Use [acpi|of]_mdiobus_registerCalvin Johnson1-9/+21
2020-09-25net/fsl: quieten expected MDIO access failuresJamie Iles1-1/+1
2020-06-24net/fsl: enable extended scanning in xgmac_mdioJeremy Linton1-0/+1
2020-06-24net/fsl: acpize xgmac_mdioCalvin Johnson1-10/+22
2020-01-23net/fsl: treat fsl,erratum-a011043Madalin Bucur1-1/+6
2016-08-09net/fsl: use of_property_read_boolJulia Lawall1-5/+2
2015-03-17net/fsl: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-16net/fsl: modify xgmac_mdio for little endian SoCsShaohui Xie1-28/+68
2015-03-16net/fsl: fix a bug in xgmac_mdioShaohui Xie1-1/+1
2015-01-26net/fsl: Replace spin_event_timeout() with arch independent in xgmac_mdioShaohui Xie1-8/+16
2015-01-26net/fsl: drop in_be32() & out_be32() in xgmac_mdioShaohui Xie1-14/+14
2015-01-14net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie1-7/+7
2015-01-14net/fsl: fix a bug in xgmac_mdioShaohui Xie1-1/+1
2015-01-07net/fsl: Add mEMAC MDIO support to XGMAC MDIOAndy Fleming1-11/+53
2015-01-02net/fsl: remove hardcoded clock setting from xgmac_mdioShaohui Xie1-14/+0
2015-01-02net/fsl: remove irq assignment from xgmac_mdioShaohui Xie1-2/+1
2015-01-02net/fsl: remove reset from xgmac_mdioShaohui Xie1-19/+0
2014-07-31net/fsl: Add format length modifier to avoid negative valuesShruti Kanetkar1-1/+1
2014-07-31net/fsl: fix misspelled wordMadalin Bucur1-1/+1
2014-06-12net/fsl: Make xgmac_mdio read error message usefulShruti Kanetkar1-1/+3
2013-10-10drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2013-05-26net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2012-12-03net/freescale: remove __dev* attributesBill Pemberton1-2/+2
2012-08-24net/fsl: introduce Freescale 10G MDIO driverTimur Tabi1-0/+274