index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dm9000x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
1
-2
/
+2
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-2
/
+2
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
1
-1
/
+1
2015-05-20
net: Remove all calls to net_random_ethaddr()
Joe Hershberger
1
-6
/
+0
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
1
-2
/
+3
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
1
-2
/
+2
2014-05-12
net: rename and refactor eth_rand_ethaddr() function
Masahiro Yamada
1
-1
/
+1
2013-11-22
net: dm9000: random mac address support
Andrew Ruder
1
-0
/
+9
2013-10-14
Coding Style cleanup: replace leading SPACEs by TABs
Wolfgang Denk
1
-1
/
+1
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-9
/
+1
2012-05-22
drivers/net/dm9000x.c: Fix compile warning
Joe Hershberger
1
-2
/
+1
2011-10-17
DM9000:Add a byte swap macro for dm9000 io operation.
Jason Jin
1
-1
/
+9
2011-04-20
Remove instances of phy_read/write
Andy Fleming
1
-9
/
+9
2010-07-12
net: dm9000x: re-add casts to I/O pointers to fix gcc warnings
Mike Frysinger
1
-6
/
+6
2010-05-26
dm9000x.c: fix compile problems
Wolfgang Denk
1
-6
/
+6
2010-05-03
net: dm9000x: use standard I/O accessors
Mike Frysinger
1
-6
/
+6
2009-12-13
net: dm9000x: fix debug output
Thomas Weber
1
-1
/
+1
2009-10-29
Fix DM9000 MAC address handling
Ben Warren
1
-12
/
+14
2009-06-15
Convert DM9000 driver for CONFIG_NET_MULTI
Remy Bohmer
1
-17
/
+27
2009-06-08
Add config option for disabling DM9000-SROM support.
Remy Bohmer
1
-8
/
+8
2009-04-28
dm9000 EEPROM reading bugfix
David Brownell
1
-6
/
+6
2009-03-20
drivers/net/: get mac address from environment
Mike Frysinger
1
-19
/
+7
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-08-26
dm9000 remove dead external phy support, gpio fix
Andrew Dyer
1
-144
/
+15
2008-08-18
Fix dm9000 receive status and len little endian issue
TsiChung Liew
1
-6
/
+10
2008-06-09
net: Conditional COBJS inclusion of network drivers
Shinya Kuribayashi
1
-3
/
+0
2008-06-08
Merge branch 'master' of git://git.denx.de/u-boot
Ben Warren
1
-0
/
+2
2008-06-05
DM9000 fix status check fail 0x6d error for trizeps board
Remy Bohmer
1
-9
/
+8
2008-06-04
Fix order for reading rx-status registers in 32bit mode of DM9000
Remy Bohmer
1
-1
/
+2
2008-06-04
DM9000: Some minor code cleanups
Remy Bohmer
1
-15
/
+26
2008-06-04
DM9000: Make driver work properly for DM9000A
Remy Bohmer
1
-39
/
+54
2008-06-04
DM9000: Improve eth_reset() routine
Remy Bohmer
1
-3
/
+31
2008-06-04
DM9000: improve eth_send() routine
Remy Bohmer
1
-4
/
+11
2008-06-04
DM9000: repair debug logging
Remy Bohmer
1
-12
/
+21
2008-06-04
DM9000: Add data bus-width auto detection.
Remy Bohmer
1
-58
/
+129
2008-05-24
Merging Stelian Pop AT91 patches
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+2
2008-05-21
Big white-space cleanup.
Wolfgang Denk
1
-9
/
+9
2008-05-10
AT91SAM9261EK support
Stelian Pop
1
-0
/
+2
2007-11-25
drivers/net : move net drivers to drivers/net
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+620