aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/macb.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-22net: macb: remove superfluous logical constraintHeinrich Schuchardt1-1/+1
2018-01-15net: macb: Add support for Xilinx Zynq SoCWilson Lee1-12/+79
2017-06-02net: macb: Fix GMAC not work when enable DM_ETHWenyou Yang1-5/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-09net: macb: Align the compatibles with kernelWenyou Yang1-0/+4
2017-05-09net: macb: Add remove callbackWenyou Yang1-17/+31
2017-03-01net: macb: Fix ETH not found when clock not supportWenyou Yang1-4/+9
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-3/+41
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+2
2017-02-07net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang1-3/+0
2017-02-07net: macb: Add the clock supportWenyou Yang1-0/+41
2016-10-01net, macb: fix misaligned cache operation warningHeiko Schocher1-9/+11
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger1-12/+34
2016-08-15net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang1-8/+69
2016-06-12net: macb: Convert to driver modelSimon Glass1-0/+119
2016-06-12net: macb: Flush correct cache portion when sendingSimon Glass1-1/+1
2016-06-12net: macb: Prepare for driver-model conversionSimon Glass1-75/+124
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day1-1/+1
2016-01-27net: macb: Not all the GEM are gigabit capableGregory CLEMENT1-2/+19
2015-08-11net: macb: add gmac multi-queue supportWu, Josh1-0/+33
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger1-9/+0
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-4/+4
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-1/+1
2015-03-18Net: macb: reset GBE bit when fallback checkingBo Shen1-1/+1
2014-11-17net: macb: enable GMAC IP without GE feature supportBo Shen1-1/+7
2014-11-17net: macb: write mac address when initializationBo Shen1-0/+9
2014-10-10macb: simplify gmac initialisationAndreas Bießmann1-17/+8
2014-06-14net: macb: enable dcache in macbWu, Josh1-4/+57
2014-06-14macb: make checkpatch cleanAndreas Bießmann1-27/+29
2013-11-04net: macb: get DMA bus width from design config registerBo Shen1-1/+19
2013-08-22net: macb: fix the following building warningBo Shen1-3/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-06-24net: macb: add support for gigabit MACBo Shen1-32/+119
2013-06-24net: macb: using phylib to configure phy deviceBo Shen1-2/+14
2013-06-24net: macb: using AT91FAMILY replace #ifdeferryBo Shen1-8/+2
2013-06-24net: Fix build regression in macb.cJoe Hershberger1-1/+1
2013-06-24net/macb: Add arch specific routine to get mdio controlShiraz Hashim1-0/+8
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips1-2/+0
2012-09-04Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk1-1/+1
2012-09-03net:macb: add line breakAndreas Bießmann1-1/+1
2012-09-01arm : Atmel : add at91sam9x5ek board supportBo Shen1-2/+2
2012-05-22drivers/net/macb.c: Fix compile warningJoe Hershberger1-2/+1
2011-06-21macb: fix compile warningandreas.devel@googlemail.com1-2/+3
2011-05-18ATMEL: fix related common atmel driver filesReinhard Meyer1-6/+8
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2
2010-07-12Write MAC address automatically on MACB-based boardsBen Warren1-8/+15
2010-01-31macb: Fix mii_phy_read and mii_phy_write functionsSemih Hazar1-77/+33
2009-07-12at91: Introduction of at91sam9g45 SOC.Sedji Gaouaou1-2/+4