index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dc2114x.c
Age
Commit message (
Expand
)
Author
2022-12-07
net: dc2114x: Remove non-DM_ETH code
Tom Rini
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-25
net: dc2114x: Add DM support
Marek Vasut
2020-07-25
net: dc2114x: Split common parts of non-DM functions out
Marek Vasut
2020-07-25
net: dc2114x: Split RX path
Marek Vasut
2020-07-25
net: dc2114x: Add RX/TX rings into the private data
Marek Vasut
2020-07-25
net: dc2114x: Pass PCI BDF into phys_to_bus()
Marek Vasut
2020-07-25
net: dc2114x: Pass private data around
Marek Vasut
2020-07-25
net: dc2114x: Introduce private data
Marek Vasut
2020-07-25
net: dc2114x: Use standard I/O accessors
Marek Vasut
2020-07-25
net: dc2114x: Drop update_srom()
Marek Vasut
2020-07-25
net: dc2114x: Support all DC2114x
Marek Vasut
2020-07-25
net: dc2114x: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-01
net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond()
Marek Vasut
2020-05-01
net: dc2114x: Reorganize driver
Marek Vasut
2020-05-01
net: dc2114x: Clean up INL/OUTL functions
Marek Vasut
2020-05-01
net: dc2114x: Clean up DE4X5 macros
Marek Vasut
2020-05-01
net: dc2114x: Clean up remaining driver code
Marek Vasut
2020-05-01
net: dc2114x: Clean up SROM operations
Marek Vasut
2020-05-01
net: dc2114x: Clean up send_setup_frame()
Marek Vasut
2020-05-01
net: dc2114x: Clean up dc21x4x_halt()
Marek Vasut
2020-05-01
net: dc2114x: Clean up dc21x4x_recv()
Marek Vasut
2020-05-01
net: dc2114x: Clean up dc21x4x_send()
Marek Vasut
2020-05-01
net: dc2114x: Clean up init code
Marek Vasut
2020-05-01
net: tulip: Remove CONFIG_TULIP_*
Marek Vasut
2019-08-11
env: Move env_get() to env.h
Simon Glass
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-16
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-05-22
drivers/net/dc2114x.c: Fix compile warning
Joe Hershberger
2011-10-22
net: dc2114x: check for apropriate command
Linus Walleij
2010-11-14
net: dc2114x: Add initialized eth_device structure
Nobuhiro Iwamatsu
2009-03-20
drivers/net/: get mac address from environment
Mike Frysinger
2008-09-02
Moved initialization of TULIP Ethernet controller to board_eth_init()
Ben Warren
2008-06-09
net: Conditional COBJS inclusion of network drivers
Shinya Kuribayashi
2008-05-21
Big white-space cleanup.
Wolfgang Denk
2008-01-10
Fix Ethernet init() return codes
Ben Warren
2007-11-25
drivers/net : move net drivers to drivers/net
Jean-Christophe PLAGNIOL-VILLARD