summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.Nicolas Ferre2009-03-221-2/+2
* AVR32: macb - Search for PHY idGunnar Rangoy2009-01-281-0/+31
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-22/+22
* Introduce netdev.h header file and remove externsBen Warren2008-09-021-0/+1
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-5/+0
* AT91SAM9263EK supportStelian Pop2008-05-101-2/+4
* Add support for AT91SAM9260EKStelian Pop2008-04-011-2/+2
* AT91CAP9 support : MACB changesStelian Pop2008-02-141-0/+8
* Fix Ethernet init() return codesBen Warren2008-01-101-2/+2
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+587
OpenPOWER on IntegriCloud