summaryrefslogtreecommitdiffstats
path: root/drivers/net/dc2114x.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* net: dc2114x: Add DM supportMarek Vasut2020-07-251-2/+145
* net: dc2114x: Split common parts of non-DM functions outMarek Vasut2020-07-251-50/+67
* net: dc2114x: Split RX pathMarek Vasut2020-07-251-24/+43
* net: dc2114x: Add RX/TX rings into the private dataMarek Vasut2020-07-251-46/+46
* net: dc2114x: Pass PCI BDF into phys_to_bus()Marek Vasut2020-07-251-13/+16
* net: dc2114x: Pass private data aroundMarek Vasut2020-07-251-64/+71
* net: dc2114x: Introduce private dataMarek Vasut2020-07-251-7/+18
* net: dc2114x: Use standard I/O accessorsMarek Vasut2020-07-251-2/+3
* net: dc2114x: Drop update_srom()Marek Vasut2020-07-251-91/+0
* net: dc2114x: Support all DC2114xMarek Vasut2020-07-251-9/+0
* net: dc2114x: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-07-251-2/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-5/+5
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* 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