- f4cf004 net: emaclite: fix handling for IP packets with specific lengths by Samuel Obuch · 2 years, 2 months ago
- 3d17002 net: emaclite: fix xemaclite_alignedread/write functions by Samuel Obuch · 2 years, 2 months ago
- 078d8eb net: emaclite: enable for more architectures by Samuel Obuch · 2 years, 2 months ago
- 8faeb02 net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver by T Karthik Reddy · 2 years, 7 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- cf081a5 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 4 months ago
- 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 6f25e27 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 4 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- a821c4a dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
- e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- 6516e3f net: xilinx: Use mdio_register_seq() to support multiple instances by Michal Simek · 8 years ago
- 361a879 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
- b63cb3a net: xilinx: Use mdio_register_seq() to support multiple instances by Michal Simek · 8 years ago
- 5d97dff treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- 611fe0b net: emaclite: use __raw_readl/writel instead of weird define by Zubair Lutfullah Kakakhel · 8 years ago
- 39e020e net: emaclite: Use ioremap_nocache by Zubair Lutfullah Kakakhel · 8 years ago
- 55259e7 net: xilinx: Handle error value from phy_startup() by Michal Simek · 9 years ago
- f412b6a net: emaclite: Let core to handle received packet by Michal Simek · 9 years ago
- f03ec01 net: emaclite: Rename start and stop functions by Michal Simek · 9 years ago
- d538ee1 net: emaclite: Move driver to DM by Michal Simek · 9 years ago
- 4d2749b net: emaclite: Use indirect access in emaclite_recv by Michal Simek · 9 years ago
- 0070251 net: emaclite: Use indirect reg access in send by Michal Simek · 9 years ago
- 15c239c net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag by Michal Simek · 9 years ago
- 26c7945 net: emaclite: Fix logic around available TX buffers by Michal Simek · 9 years ago
- 5a4baa3 net: emaclite: Use indirect register access for TX reset by Michal Simek · 9 years ago
- 3af7090 net: emaclite: Use indirect register access for rx_ping/pong by Michal Simek · 9 years ago
- a0b2bfb net: emaclite: Use indirect register access for tx_ping/pong by Michal Simek · 9 years ago
- 9a23c49 net: emaclite: Convert MDIO to use register offset by Michal Simek · 9 years ago
- d722e86 net: emaclite: Add MDIO support to driver by Michal Simek · 9 years ago
- 8ce6947 net: emaclite: Remove ancient OF probe function by Michal Simek · 9 years ago
- 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
- 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
- 0c9c99a net: emaclite: Fix OF initialization by Michal Simek · 11 years ago
- 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 7fd7082 net: emaclite: Support OF initialization by Michal Simek · 12 years ago
- 1ae6b9c drivers/net/xilinx_emaclite.c: Fix compile warning by Stephan Linz · 13 years ago
- c1044a1 net: emaclite: Move RX/TX ping pong initialization to by Michal Simek · 13 years ago
- 9b94755 net: emaclite: Use unsigned long for baseaddr by Michal Simek · 13 years ago
- 5ac8380 net: emaclite: Fix coding style by Michal Simek · 13 years ago
- 8043925 net: emaclite: Use PKTSIZE directly by Michal Simek · 13 years ago
- 947324b net: emaclite: Setup RX/TX ping pong for every instance by Michal Simek · 13 years ago
- 773cfa8 net: emaclite: Use dynamic allocation by Michal Simek · 13 years ago
- 8d95ddb net: emaclite: Remove baseaddress from xemaclite by Michal Simek · 13 years ago
- 28ae02e net: emaclite: Use calloc instead of malloc by Michal Simek · 13 years ago
- be98696 net: emaclite: Remove deviceid property by Michal Simek · 13 years ago
- 25a0255 net: emaclite: Change driver name and add address by Michal Simek · 13 years ago
- 95efa79 net: xilinx emaclite: Fix return values by Michal Simek · 14 years ago
- 042272a net: Move Emaclite to NET_MULTI by Michal Simek · 14 years ago
- 3f91ec0 net: Fix emaclite driver to support little-endian microblaze by Michal Simek · 14 years ago
- 78d19a3 net: emaclite: Cleanup license to be GPL compatible by Michal Simek · 15 years ago
- d3f8714 drivers/net/: get mac address from environment by Mike Frysinger · 16 years ago
- f2a7806f xilinx_emaclite buffer overrun by Clive Stubbings · 16 years ago
- 93f6d72 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 89c5389 microblaze: add Emaclite ethernet driver by Michal Simek · 17 years ago
- b49c90d [FIX] remove files form repository by Michal Simek · 17 years ago
- 706714d [FIX] remove cute code by Michal Simek · 17 years ago
- a274ca4 [FIX] Coding style cleanup by Michal Simek · 17 years ago
- 0c0a9cd [PATCH] Support for Xilinx EmacLite controller by Michal Simek · 17 years ago