summaryrefslogtreecommitdiff
path: root/drivers/net/dc2114x.c
Commit message (Expand)AuthorAgeFilesLines
* net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond()Marek Vasut2020-05-011-36/+21
* net: dc2114x: Reorganize driverMarek Vasut2020-05-011-347/+325
* net: dc2114x: Clean up INL/OUTL functionsMarek Vasut2020-05-011-24/+24
* net: dc2114x: Clean up DE4X5 macrosMarek Vasut2020-05-011-39/+50
* net: dc2114x: Clean up remaining driver codeMarek Vasut2020-05-011-43/+43
* net: dc2114x: Clean up SROM operationsMarek Vasut2020-05-011-54/+63
* net: dc2114x: Clean up send_setup_frame()Marek Vasut2020-05-011-22/+22
* net: dc2114x: Clean up dc21x4x_halt()Marek Vasut2020-05-011-2/+2
* net: dc2114x: Clean up dc21x4x_recv()Marek Vasut2020-05-011-25/+19
* net: dc2114x: Clean up dc21x4x_send()Marek Vasut2020-05-011-22/+20
* net: dc2114x: Clean up init codeMarek Vasut2020-05-011-34/+32
* net: tulip: Remove CONFIG_TULIP_*Marek Vasut2020-05-011-83/+5
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-1/+1
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-3/+6
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* drivers/net/dc2114x.c: Fix compile warningJoe Hershberger2012-05-221-2/+2
* net: dc2114x: check for apropriate commandLinus Walleij2011-10-221-3/+5
* net: dc2114x: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+6
* drivers/net/: get mac address from environmentMike Frysinger2009-03-201-3/+6
* Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren2008-09-021-0/+1
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-6/+0
* Big white-space cleanup.Wolfgang Denk2008-05-211-24/+23
* Fix Ethernet init() return codesBen Warren2008-01-101-2/+2
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+771