Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
26319b1d9943946485084e66308ed4ac8a00bb30
/
drivers
/
net
/
xilinx_emaclite.c
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· Tue Jan 17 16:52:55 2017 -0700
e4dab43
net: xilinx: Use mdio_register_seq() to support multiple instances
by Michal Simek
· Thu Dec 08 10:25:44 2016 +0100
edcfdbd
Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"
by Tom Rini
· Fri Dec 09 07:56:54 2016 -0500
1e582b0
net: xilinx: Use mdio_register_seq() to support multiple instances
by Michal Simek
· Thu Dec 08 10:25:44 2016 +0100
64e4f7f
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:57 2016 +0900
9166459
net: emaclite: use __raw_readl/writel instead of weird define
by Zubair Lutfullah Kakakhel
· Wed Jul 27 12:25:08 2016 +0100
d23bf84
net: emaclite: Use ioremap_nocache
by Zubair Lutfullah Kakakhel
· Wed Jul 27 12:25:07 2016 +0100
dbc0cfc
net: xilinx: Handle error value from phy_startup()
by Michal Simek
· Wed May 18 12:37:22 2016 +0200
641ade0
net: emaclite: Let core to handle received packet
by Michal Simek
· Wed Dec 16 10:52:39 2015 +0100
feebc8a
net: emaclite: Rename start and stop functions
by Michal Simek
· Wed Dec 16 10:40:05 2015 +0100
f7cba78
net: emaclite: Move driver to DM
by Michal Simek
· Thu Dec 10 17:15:52 2015 +0100
36f7a41
net: emaclite: Use indirect access in emaclite_recv
by Michal Simek
· Thu Dec 10 16:31:38 2015 +0100
90e89bf
net: emaclite: Use indirect reg access in send
by Michal Simek
· Thu Dec 10 16:01:50 2015 +0100
d92cef4
net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag
by Michal Simek
· Thu Dec 10 16:06:07 2015 +0100
1edc657
net: emaclite: Fix logic around available TX buffers
by Michal Simek
· Thu Dec 10 15:42:01 2015 +0100
9b9423b
net: emaclite: Use indirect register access for TX reset
by Michal Simek
· Thu Dec 10 15:32:11 2015 +0100
9066cdb
net: emaclite: Use indirect register access for rx_ping/pong
by Michal Simek
· Thu Dec 10 15:24:23 2015 +0100
34240c4
net: emaclite: Use indirect register access for tx_ping/pong
by Michal Simek
· Thu Dec 10 15:22:21 2015 +0100
905f098
net: emaclite: Convert MDIO to use register offset
by Michal Simek
· Thu Dec 10 14:18:15 2015 +0100
912145b
net: emaclite: Add MDIO support to driver
by Michal Simek
· Thu Dec 10 13:33:20 2015 +0100
4bfe788
net: emaclite: Remove ancient OF probe function
by Michal Simek
· Tue Dec 08 14:57:33 2015 +0100
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· Wed Aug 12 07:31:55 2015 +0900
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· Wed Apr 08 01:41:06 2015 -0500
02f721b
net: emaclite: Fix OF initialization
by Michal Simek
· Mon Feb 24 11:16:28 2014 +0100
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· Mon Oct 07 13:07:26 2013 +0200
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
bb8b27b
net: emaclite: Support OF initialization
by Michal Simek
· Thu Jun 28 21:37:57 2012 +0000
76aeeb9
drivers/net/xilinx_emaclite.c: Fix compile warning
by Stephan Linz
· Tue May 22 12:18:10 2012 +0000
a6745b8
net: emaclite: Move RX/TX ping pong initialization to
by Michal Simek
· Wed Oct 12 23:23:22 2011 +0000
c433655
net: emaclite: Use unsigned long for baseaddr
by Michal Simek
· Wed Oct 12 23:23:21 2011 +0000
5d1cf6c
net: emaclite: Fix coding style
by Michal Simek
· Mon Sep 12 21:10:05 2011 +0000
3aa96f8
net: emaclite: Use PKTSIZE directly
by Michal Simek
· Mon Sep 12 21:10:04 2011 +0000
df40ead
net: emaclite: Setup RX/TX ping pong for every instance
by Michal Simek
· Mon Sep 12 21:10:01 2011 +0000
f35b7cd
net: emaclite: Use dynamic allocation
by Michal Simek
· Thu Aug 25 12:47:56 2011 +0200
ac357ac
net: emaclite: Remove baseaddress from xemaclite
by Michal Simek
· Thu Aug 25 12:36:39 2011 +0200
8f2bf36
net: emaclite: Use calloc instead of malloc
by Michal Simek
· Thu Aug 25 12:28:47 2011 +0200
bef53c2
net: emaclite: Remove deviceid property
by Michal Simek
· Thu Aug 25 12:27:04 2011 +0200
0c7fa44
net: emaclite: Change driver name and add address
by Michal Simek
· Thu Aug 25 12:25:14 2011 +0200
2986921
net: xilinx emaclite: Fix return values
by Michal Simek
· Tue Mar 08 04:25:53 2011 +0000
b4a1d08
net: Move Emaclite to NET_MULTI
by Michal Simek
· Mon Oct 11 11:41:47 2010 +1000
1b9ecc9
net: Fix emaclite driver to support little-endian microblaze
by Michal Simek
· Mon Oct 11 11:41:46 2010 +1000
14b4c70
net: emaclite: Cleanup license to be GPL compatible
by Michal Simek
· Mon Sep 07 09:08:02 2009 +0200
b203965
drivers/net/: get mac address from environment
by Mike Frysinger
· Wed Feb 11 19:01:26 2009 -0500
0d50191
xilinx_emaclite buffer overrun
by Clive Stubbings
· Mon Oct 27 15:05:00 2008 +0000
68a8756
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
by Jean-Christophe PLAGNIOL-VILLARD
· Wed Sep 10 22:48:00 2008 +0200
4514b37
microblaze: add Emaclite ethernet driver
by Michal Simek
· Fri Mar 28 12:41:56 2008 +0100
393c54a
[FIX] remove files form repository
by Michal Simek
· Sun Sep 16 20:51:57 2007 +0200
42eb6b8
[FIX] remove cute code
by Michal Simek
· Mon Aug 06 23:41:53 2007 +0200
0cb548c
[FIX] Coding style cleanup
by Michal Simek
· Sun Aug 05 22:33:05 2007 +0200
8b99029
[PATCH] Support for Xilinx EmacLite controller
by Michal Simek
· Mon Jul 16 00:31:07 2007 +0200