summaryrefslogtreecommitdiffstats
path: root/drivers/net/dm9000x.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada2014-05-121-1/+1
* net: dm9000: random mac address supportAndrew Ruder2013-11-221-0/+9
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-9/+1
* drivers/net/dm9000x.c: Fix compile warningJoe Hershberger2012-05-221-2/+1
* DM9000:Add a byte swap macro for dm9000 io operation.Jason Jin2011-10-171-1/+9
* Remove instances of phy_read/writeAndy Fleming2011-04-201-9/+9
* net: dm9000x: re-add casts to I/O pointers to fix gcc warningsMike Frysinger2010-07-121-6/+6
* dm9000x.c: fix compile problemsWolfgang Denk2010-05-261-6/+6
* net: dm9000x: use standard I/O accessorsMike Frysinger2010-05-031-6/+6
* net: dm9000x: fix debug outputThomas Weber2009-12-131-1/+1
* Fix DM9000 MAC address handlingBen Warren2009-10-291-12/+14
* Convert DM9000 driver for CONFIG_NET_MULTIRemy Bohmer2009-06-151-17/+27
* Add config option for disabling DM9000-SROM support.Remy Bohmer2009-06-081-8/+8
* dm9000 EEPROM reading bugfixDavid Brownell2009-04-281-6/+6
* drivers/net/: get mac address from environmentMike Frysinger2009-03-201-19/+7
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
* dm9000 remove dead external phy support, gpio fixAndrew Dyer2008-08-261-144/+15
* Fix dm9000 receive status and len little endian issueTsiChung Liew2008-08-181-6/+10
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-3/+0
* Merge branch 'master' of git://git.denx.de/u-bootBen Warren2008-06-081-0/+2
|\
| * Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD2008-05-241-0/+2
| |\
| | * AT91SAM9261EK supportStelian Pop2008-05-101-0/+2
* | | DM9000 fix status check fail 0x6d error for trizeps boardRemy Bohmer2008-06-051-9/+8
* | | Fix order for reading rx-status registers in 32bit mode of DM9000Remy Bohmer2008-06-041-1/+2
* | | DM9000: Some minor code cleanupsRemy Bohmer2008-06-041-15/+26
* | | DM9000: Make driver work properly for DM9000ARemy Bohmer2008-06-041-39/+54
* | | DM9000: Improve eth_reset() routineRemy Bohmer2008-06-041-3/+31
* | | DM9000: improve eth_send() routineRemy Bohmer2008-06-041-4/+11
* | | DM9000: repair debug loggingRemy Bohmer2008-06-041-12/+21
* | | DM9000: Add data bus-width auto detection.Remy Bohmer2008-06-041-58/+129
|/ /
* | Big white-space cleanup.Wolfgang Denk2008-05-211-9/+9
|/
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+620
OpenPOWER on IntegriCloud