aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/macb.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-22at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.Nicolas Ferre1-2/+2
2009-01-28AVR32: macb - Search for PHY idGunnar Rangoy1-0/+31
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-22/+22
2008-09-02Introduce netdev.h header file and remove externsBen Warren1-0/+1
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-5/+0
2008-05-10AT91SAM9263EK supportStelian Pop1-2/+4
2008-04-01Add support for AT91SAM9260EKStelian Pop1-2/+2
2008-02-14AT91CAP9 support : MACB changesStelian Pop1-0/+8
2008-01-10Fix Ethernet init() return codesBen Warren1-2/+2
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+587