Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1662ad3e9c784d28ab6f9ada959cad601b4b9157
/
drivers
/
net
/
eepro100.c
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· Thu Dec 03 16:55:20 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
f7ed78b
treewide: convert bd_t to struct bd_info by coccinelle
by Masahiro Yamada
· Fri Jun 26 15:13:33 2020 +0900
cbc44b8
net: eepro100: Add DM support
by Marek Vasut
· Sat May 23 16:26:20 2020 +0200
0ea22ba
net: eepro100: Split common parts of non-DM functions out
by Marek Vasut
· Sat May 23 17:28:20 2020 +0200
addde61
net: eepro100: Drop bd_t pointer from read_hw_addr()
by Marek Vasut
· Sat May 23 17:20:39 2020 +0200
d443d2d
net: eepro100: Add RX/TX rings into the private data
by Marek Vasut
· Sat May 23 17:13:26 2020 +0200
4448e60
net: eepro100: Pass device private data into mdiobus
by Marek Vasut
· Sat May 23 17:55:50 2020 +0200
3334669
net: eepro100: Pass device private data around
by Marek Vasut
· Sat May 23 17:10:03 2020 +0200
13beaa8
net: eepro100: Introduce device private data
by Marek Vasut
· Sat May 23 16:49:07 2020 +0200
c62e024
net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()
by Marek Vasut
· Sat May 23 16:38:41 2020 +0200
8784dd3
net: eepro100: Drop inline keyword
by Marek Vasut
· Sat May 23 16:27:37 2020 +0200
f9cc66a
net: eepro100: Fix EE_*_CMD macros
by Marek Vasut
· Sat May 23 16:23:28 2020 +0200
d68d272
net: eepro100: Factor out MII registration
by Marek Vasut
· Sat May 23 16:20:25 2020 +0200
e6ad81c
net: eepro100: Switch from malloc()+memset() to calloc()
by Marek Vasut
· Sat May 23 16:13:30 2020 +0200
f7fee91
net: eepro100: Use PCI_DEVICE() to define PCI device compat list
by Marek Vasut
· Sat May 23 15:11:30 2020 +0200
2110c65
net: eepro100: Reorder functions in the driver
by Marek Vasut
· Sat May 23 15:07:30 2020 +0200
7ad665f
net: eepro100: Remove volatile misuse
by Marek Vasut
· Sat May 23 15:02:47 2020 +0200
7efcae4
net: eepro100: Add cache management
by Marek Vasut
· Sat May 23 14:55:26 2020 +0200
d2139bb
net: eepro100: Factor out tx_ring command issuing
by Marek Vasut
· Sat May 23 14:30:31 2020 +0200
4020a8e
net: eepro100: Replace purge_tx_ring() with memset()
by Marek Vasut
· Sat May 23 14:26:16 2020 +0200
d1c5f31
net: eepro100: Use standard I/O accessors
by Marek Vasut
· Sat May 23 14:14:45 2020 +0200
447271b
net: eepro100: Fix camelcase
by Marek Vasut
· Sat May 23 13:52:50 2020 +0200
c035910
net: eepro100: Fix remaining checkpatch issues
by Marek Vasut
· Sat May 23 13:45:41 2020 +0200
a2cf21c
net: eepro100: Fix indented label
by Marek Vasut
· Sat May 23 13:26:50 2020 +0200
1189341
net: eepro100: Fix pointer location
by Marek Vasut
· Sat May 23 13:23:13 2020 +0200
60560d0
net: eepro100: Fix parenthesis alignment
by Marek Vasut
· Sat May 23 13:21:43 2020 +0200
323b64b
net: eepro100: Fix braces
by Marek Vasut
· Sat May 23 13:20:14 2020 +0200
e4211ed
net: eepro100: Fix spacing
by Marek Vasut
· Sat May 23 13:17:03 2020 +0200
6659920
net: eepro100: Use plain debug()
by Marek Vasut
· Sat May 23 13:11:48 2020 +0200
dc83bfe
net: eepro100: Clean up comments
by Marek Vasut
· Sat May 23 12:49:16 2020 +0200
4b097d0
net: eepro100: Remove EEPRO100_SROM_WRITE
by Marek Vasut
· Sat May 23 13:06:48 2020 +0200
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
0db4b94
Fix some checkpatch warnings in calls to udelay()
by Simon Glass
· Sun May 10 11:40:10 2020 -0600
2ccb8b0
net.h: Include linux/if_ether.h to avoid duplication
by Bin Meng
· Tue Jul 31 02:55:22 2018 -0700
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
0a549a2
net: eepro100: Fix unused variable warning
by Tom Rini
· Mon May 08 22:14:31 2017 -0400
1fbcbed
net: mii: Use spatch to update miiphy_register
by Joe Hershberger
· Mon Aug 08 11:28:38 2016 -0500
8e0a8cb
net: eepro100: Fix build warnings
by Bin Meng
· Mon Jan 25 01:26:26 2016 -0800
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· Wed Apr 08 01:41:06 2015 -0500
2ced070
PowerPC: drop some 74xx_7xx boards and related code
by Wolfgang Denk
· Tue Oct 21 15:23:32 2014 +0200
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
c5a889a
drivers/net/eepro100.c: Fix compile warning
by Joe Hershberger
· Mon May 21 14:45:25 2012 +0000
0d7bfe4
drivers/net/eepro100.c: fix GCC 4.6 build warnings
by Wolfgang Denk
· Sat Oct 29 09:37:48 2011 +0000
d63ee71
miiphy: convert to linux/mii.h
by Mike Frysinger
· Thu Dec 23 15:40:12 2010 -0500
f414b3e
net: eepro100: Add initialized eth_device structure
by Nobuhiro Iwamatsu
· Tue Oct 19 14:03:41 2010 +0900
97824d6
Fix compile warnings for const correctness
by Ben Warren
· Thu Jul 29 12:56:11 2010 -0700
5ff5fdb
miiphy: constify device name
by Mike Frysinger
· Tue Jul 27 18:35:08 2010 -0400
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· Thu Oct 16 15:01:15 2008 +0200
052a5ea
Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
by Ben Warren
· Sun Aug 31 20:37:00 2008 -0700
9726784
net: Conditional COBJS inclusion of network drivers
by Shinya Kuribayashi
· Mon Jun 09 23:37:44 2008 +0900
de9fcb5
Fix Ethernet init() return codes
by Ben Warren
· Wed Jan 09 18:15:53 2008 -0500
ed0ea1f
drivers/net : move net drivers to drivers/net
by Jean-Christophe PLAGNIOL-VILLARD
· Wed Nov 21 21:19:24 2007 +0100
[Renamed from drivers/eepro100.c]
b1d408a
drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· Mon Jul 09 17:30:01 2007 -0500
d8c8630
drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· Mon Jun 11 19:02:10 2007 -0500
aab8c49
Add support for multiple PHYs.
by Marian Balakowicz
· Fri Oct 28 22:30:33 2005 +0200
4dc1146
Add board support for armadillo HT1070 Patch by Rowel Atienza, 06 Apr 2005
by Wolfgang Denk
· Mon Sep 26 01:06:33 2005 +0200
b8d1f51
Add support for MII in eepro100 driver. Patch by Gleb Natapov, 21 Mar 2005
by Wolfgang Denk
· Mon Sep 26 00:39:59 2005 +0200
5da7f2f
* Patch by Ronen Shitrit, 10 Dec 2003:
by wdenk
· Sat Jan 03 00:43:19 2004 +0000
9c53f40
* Patches by Xianghua Xiao, 15 Oct 2003:
by wdenk
· Wed Oct 15 23:53:47 2003 +0000
57b2d80
* Code cleanup:
by wdenk
· Fri Jun 27 21:31:46 2003 +0000
abda5ca
* Patch by Marc Singer, 29 May 2003:
by wdenk
· Sat May 31 18:35:21 2003 +0000
1df49e2
Initial revision
by wdenk
· Tue Sep 17 21:37:55 2002 +0000