summaryrefslogtreecommitdiff
path: root/drivers/net/dm9000x.c
AgeCommit message (Expand)Author
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten
2015-05-20net: Remove all calls to net_random_ethaddr()Joe Hershberger
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2014-05-12net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada
2013-11-22net: dm9000: random mac address supportAndrew Ruder
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-05-22drivers/net/dm9000x.c: Fix compile warningJoe Hershberger
2011-10-17DM9000:Add a byte swap macro for dm9000 io operation.Jason Jin
2011-04-20Remove instances of phy_read/writeAndy Fleming
2010-07-12net: dm9000x: re-add casts to I/O pointers to fix gcc warningsMike Frysinger
2010-05-26dm9000x.c: fix compile problemsWolfgang Denk
2010-05-03net: dm9000x: use standard I/O accessorsMike Frysinger
2009-12-14net: dm9000x: fix debug outputThomas Weber
2009-10-29Fix DM9000 MAC address handlingBen Warren
2009-06-15Convert DM9000 driver for CONFIG_NET_MULTIRemy Bohmer
2009-06-09Add config option for disabling DM9000-SROM support.Remy Bohmer
2009-04-27dm9000 EEPROM reading bugfixDavid Brownell
2009-03-20drivers/net/: get mac address from environmentMike Frysinger
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-08-27dm9000 remove dead external phy support, gpio fixAndrew Dyer
2008-08-19Fix dm9000 receive status and len little endian issueTsiChung Liew
2008-06-10net: Conditional COBJS inclusion of network driversShinya Kuribayashi
2008-06-09Merge branch 'master' of git://git.denx.de/u-bootBen Warren
2008-06-06DM9000 fix status check fail 0x6d error for trizeps boardRemy Bohmer
2008-06-05Fix order for reading rx-status registers in 32bit mode of DM9000Remy Bohmer
2008-06-05DM9000: Some minor code cleanupsRemy Bohmer
2008-06-05DM9000: Make driver work properly for DM9000ARemy Bohmer
2008-06-05DM9000: Improve eth_reset() routineRemy Bohmer
2008-06-05DM9000: improve eth_send() routineRemy Bohmer
2008-06-05DM9000: repair debug loggingRemy Bohmer
2008-06-05DM9000: Add data bus-width auto detection.Remy Bohmer
2008-05-24Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD
2008-05-20Big white-space cleanup.Wolfgang Denk
2008-05-10AT91SAM9261EK supportStelian Pop
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD