summaryrefslogtreecommitdiff
path: root/drivers/net/macb.c
AgeCommit message (Expand)Author
2019-06-01dm: net: macb: Implement link speed change callbackBin Meng
2019-06-01dm: net: macb: Update macb_linkspd_cb() signatureBin Meng
2019-04-09net: macb: Add small delay after link establishmentStefan Roese
2019-02-27net: macb: Fix GEM hardware detectionAtish Patra
2019-02-27net: macb: Fix clk API usage for RISC-V systemsAnup Patel
2019-01-24net: macb: fix mapping of registersRamon Fried
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-22net: macb: remove superfluous logical constraintHeinrich Schuchardt
2018-01-15net: macb: Add support for Xilinx Zynq SoCWilson Lee
2017-06-02net: macb: Fix GMAC not work when enable DM_ETHWenyou Yang
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-09net: macb: Align the compatibles with kernelWenyou Yang
2017-05-09net: macb: Add remove callbackWenyou Yang
2017-03-01net: macb: Fix ETH not found when clock not supportWenyou Yang
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-07net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang
2017-02-07net: macb: Add the clock supportWenyou Yang
2016-10-01net, macb: fix misaligned cache operation warningHeiko Schocher
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger
2016-08-15net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang
2016-06-12net: macb: Convert to driver modelSimon Glass
2016-06-12net: macb: Flush correct cache portion when sendingSimon Glass
2016-06-12net: macb: Prepare for driver-model conversionSimon Glass
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-01-27net: macb: Not all the GEM are gigabit capableGregory CLEMENT
2015-08-11net: macb: add gmac multi-queue supportWu, Josh
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-03-18Net: macb: reset GBE bit when fallback checkingBo Shen
2014-11-17net: macb: enable GMAC IP without GE feature supportBo Shen
2014-11-17net: macb: write mac address when initializationBo Shen
2014-10-10macb: simplify gmac initialisationAndreas Bießmann
2014-06-14net: macb: enable dcache in macbWu, Josh
2014-06-14macb: make checkpatch cleanAndreas Bießmann
2013-11-04net: macb: get DMA bus width from design config registerBo Shen
2013-08-22net: macb: fix the following building warningBo Shen
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-24net: macb: add support for gigabit MACBo Shen
2013-06-24net: macb: using phylib to configure phy deviceBo Shen
2013-06-24net: macb: using AT91FAMILY replace #ifdeferryBo Shen
2013-06-24net: Fix build regression in macb.cJoe Hershberger
2013-06-24net/macb: Add arch specific routine to get mdio controlShiraz Hashim
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips
2012-09-04Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk
2012-09-03net:macb: add line breakAndreas Bießmann
2012-09-01arm : Atmel : add at91sam9x5ek board supportBo Shen
2012-05-22drivers/net/macb.c: Fix compile warningJoe Hershberger