- c786b52 net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years, 2 months ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- cbc44b8 net: eepro100: Add DM support by Marek Vasut · 4 years, 6 months ago
- 0ea22ba net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 6 months ago
- addde61 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 6 months ago
- d443d2d net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 6 months ago
- 4448e60 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 6 months ago
- 3334669 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 6 months ago
- 13beaa8 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 6 months ago
- c62e024 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 6 months ago
- 8784dd3 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 6 months ago
- f9cc66a net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 6 months ago
- d68d272 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 6 months ago
- e6ad81c net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
- f7fee91 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
- 2110c65 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 6 months ago
- 7ad665f net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 6 months ago
- 7efcae4 net: eepro100: Add cache management by Marek Vasut · 4 years, 6 months ago
- d2139bb net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 6 months ago
- 4020a8e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 6 months ago
- d1c5f31 net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 6 months ago
- 447271b net: eepro100: Fix camelcase by Marek Vasut · 4 years, 6 months ago
- c035910 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 6 months ago
- a2cf21c net: eepro100: Fix indented label by Marek Vasut · 4 years, 6 months ago
- 1189341 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 6 months ago
- 60560d0 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 6 months ago
- 323b64b net: eepro100: Fix braces by Marek Vasut · 4 years, 6 months ago
- e4211ed net: eepro100: Fix spacing by Marek Vasut · 4 years, 6 months ago
- 6659920 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
- dc83bfe net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
- 4b097d0 net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 6 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0db4b94 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 7 months ago
- 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 0a549a2 net: eepro100: Fix unused variable warning by Tom Rini · 8 years ago
- 1fbcbed net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
- 8e0a8cb net: eepro100: Fix build warnings by Bin Meng · 9 years ago
- 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
- 2ced070 PowerPC: drop some 74xx_7xx boards and related code by Wolfgang Denk · 10 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- c5a889a drivers/net/eepro100.c: Fix compile warning by Joe Hershberger · 13 years ago
- 0d7bfe4 drivers/net/eepro100.c: fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
- d63ee71 miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
- f414b3e net: eepro100: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
- 97824d6 Fix compile warnings for const correctness by Ben Warren · 14 years ago
- 5ff5fdb miiphy: constify device name by Mike Frysinger · 14 years ago
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
- 9726784 net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
- de9fcb5 Fix Ethernet init() return codes by Ben Warren · 17 years ago
- ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/eepro100.c]
- b1d408a drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- aab8c49 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
- 4dc1146 Add board support for armadillo HT1070 Patch by Rowel Atienza, 06 Apr 2005 by Wolfgang Denk · 19 years ago
- b8d1f51 Add support for MII in eepro100 driver. Patch by Gleb Natapov, 21 Mar 2005 by Wolfgang Denk · 19 years ago
- 5da7f2f * Patch by Ronen Shitrit, 10 Dec 2003: by wdenk · 21 years ago
- 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
- 57b2d80 * Code cleanup: by wdenk · 21 years ago
- abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
- 1df49e2 Initial revision by wdenk · 22 years ago