aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fman/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-04net: fman: Unregister ethernet device on removalSean Anderson1-0/+9
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson1-6/+6
2022-09-05net: fman: Clean up error handlingSean Anderson1-28/+15
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson1-3/+2
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson1-8/+2
2022-09-05net: fman: Pass params directly to mac initSean Anderson1-21/+15
2022-09-05net: fman: Map the base address onceSean Anderson1-23/+12
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson1-261/+0
2022-08-26net: fman: memac: Uninitialized variable on error pathDan Carpenter1-1/+1
2022-08-19net: fman: memac: Use params instead of priv for max_speedSean Anderson1-3/+1
2022-08-19net: fman: Export/rename some common functionsSean Anderson1-6/+6
2022-08-19net: fman: Configure fixed link in memac_initializationSean Anderson1-47/+46
2022-08-19net: fman: Move struct dev to mac_deviceSean Anderson1-20/+11
2022-08-19net: fman: Store initialization function in match dataSean Anderson1-191/+165
2022-08-19net: fman: Get PCS node in per-mac initSean Anderson1-10/+9
2022-08-19net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson1-38/+6
2022-08-19net: fman: Don't pass comm_mode to enable/disableSean Anderson1-4/+4
2022-08-19net: fman: Convert to SPDX identifiersSean Anderson1-29/+3
2022-01-06fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang1-5/+16
2021-07-20fsl/fman: Add fibre supportMaxim Kochetkov1-0/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-6/+3
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-2/+2
2020-03-08fsl/fman: tolerate missing MAC address in device treeMadalin Bucur1-7/+6
2020-01-02fsl/fman: use resource_sizeJulia Lawall1-2/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+3
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