summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: macb: remove superfluous logical constraintHeinrich Schuchardt2018-03-221-1/+1
* net: macb: Add support for Xilinx Zynq SoCWilson Lee2018-01-151-12/+79
* net: macb: Fix GMAC not work when enable DM_ETHWenyou Yang2017-06-021-5/+2
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* net: macb: Align the compatibles with kernelWenyou Yang2017-05-091-0/+4
* net: macb: Add remove callbackWenyou Yang2017-05-091-17/+31
* net: macb: Fix ETH not found when clock not supportWenyou Yang2017-03-011-4/+9
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-091-3/+41
|\
| * net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang2017-02-071-3/+0
| * net: macb: Add the clock supportWenyou Yang2017-02-071-0/+41
* | dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+2
|/
* net, macb: fix misaligned cache operation warningHeiko Schocher2016-10-011-9/+11
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-151-12/+34
* net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang2016-08-151-8/+69
* net: macb: Convert to driver modelSimon Glass2016-06-121-0/+119
* net: macb: Flush correct cache portion when sendingSimon Glass2016-06-121-1/+1
* net: macb: Prepare for driver-model conversionSimon Glass2016-06-121-75/+124
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-051-1/+1
* net: macb: Not all the GEM are gigabit capableGregory CLEMENT2016-01-271-2/+19
* net: macb: add gmac multi-queue supportWu, Josh2015-08-111-0/+33
* net: Update hardware MAC address if it changes in envJoe Hershberger2015-05-191-9/+0
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-4/+4
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-1/+1
* Net: macb: reset GBE bit when fallback checkingBo Shen2015-03-181-1/+1
* net: macb: enable GMAC IP without GE feature supportBo Shen2014-11-171-1/+7
* net: macb: write mac address when initializationBo Shen2014-11-171-0/+9
* macb: simplify gmac initialisationAndreas Bießmann2014-10-101-17/+8
* net: macb: enable dcache in macbWu, Josh2014-06-141-4/+57
* macb: make checkpatch cleanAndreas Bießmann2014-06-141-27/+29
* net: macb: get DMA bus width from design config registerBo Shen2013-11-041-1/+19
* net: macb: fix the following building warningBo Shen2013-08-221-3/+9
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* net: macb: add support for gigabit MACBo Shen2013-06-241-32/+119
* net: macb: using phylib to configure phy deviceBo Shen2013-06-241-2/+14
* net: macb: using AT91FAMILY replace #ifdeferryBo Shen2013-06-241-8/+2
* net: Fix build regression in macb.cJoe Hershberger2013-06-241-1/+1
* net/macb: Add arch specific routine to get mdio controlShiraz Hashim2013-06-241-0/+8
* include/linux/byteorder: import latest endian definitions from linuxKim Phillips2012-11-041-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk2012-09-041-1/+1
|\
| * net:macb: add line breakAndreas Bießmann2012-09-031-1/+1
* | arm : Atmel : add at91sam9x5ek board supportBo Shen2012-09-011-2/+2
|/
* drivers/net/macb.c: Fix compile warningJoe Hershberger2012-05-221-2/+1
* macb: fix compile warningandreas.devel@googlemail.com2011-06-211-2/+3
* ATMEL: fix related common atmel driver filesReinhard Meyer2011-05-181-6/+8
* miiphy: constify device nameMike Frysinger2010-08-091-2/+2
* Write MAC address automatically on MACB-based boardsBen Warren2010-07-121-8/+15
* macb: Fix mii_phy_read and mii_phy_write functionsSemih Hazar2010-01-311-77/+33
* at91: Introduction of at91sam9g45 SOC.Sedji Gaouaou2009-07-121-2/+4