aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fman/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-03-03fsl/fman: Use vsprintf extension %pMJoe Perches1-3/+1
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-1/+1
2018-10-01net: phy: Add helper for advertise to lcl valueAndrew Lunn1-5/+1
2018-06-26fsl/fman: add set_tstamp interfaceYangbo Lu1-0/+3
2018-03-26fsl/fman: remove unnecessary set_dma_ops() call and HAS_DMA dependencyMadalin Bucur1-1/+0
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie1-0/+3
2017-11-08fsl/fman: Remove a useless 'dev_err()' callChristophe JAILLET1-1/+0
2017-11-08fsl/fman: Add a missing 'of_node_put()' call in an error handling pathChristophe JAILLET1-0/+1
2017-11-08fsl/fman: Remove some useless codeChristophe JAILLET1-5/+2
2017-11-08fsl/fman: Remove a useless call to 'dev_set_drvdata()'Christophe JAILLET1-1/+0
2017-10-18dpaa_eth: change device usedMadalin Bucur1-22/+15
2017-10-18dpaa_eth: move of_phy_connect() to the eth driverMadalin Bucur1-77/+20
2017-10-18fsl/fman: remove of_nodeMadalin Bucur1-1/+0
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-22fsl/man: Inherit parent device and of_nodeFlorian Fainelli1-0/+2
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-27/+23
2017-06-20fsl/fman: propagate dma_opsMadalin Bucur1-0/+2
2016-12-20fsl/fman: fix 1G support for QSGMII interfacesMadalin Bucur1-0/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-11-27net: fsl/fman: fix fixed-link-phydev reference leakJohan Hovold1-0/+2
2016-10-17fsl/fman: fix error return code in mac_probe()Wei Yongjun1-2/+6
2016-10-04fsl/fman: check of_get_phy_mode() return valueMadalin Bucur1-4/+6
2016-10-04fsl/fman: return a phy_dev pointer from initMadalin Bucur1-11/+11
2016-10-04fsl/fman: simplify device tree readsMadalin Bucur1-13/+11
2016-10-04fsl/fman: use of_get_phy_mode()Madalin Bucur1-31/+2
2016-01-06fsl/fman: double free on probe failureDan Carpenter1-1/+0
2015-12-27fsl/fman: Add FMan MAC driverIgal Liberman1-0/+978