| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ftgmac100: Read and retain MAC address | Hongwei Zhang | 2021-01-19 | 1 | -0/+32 |
* | dm: Avoid accessing seq directly | Simon Glass | 2020-12-18 | 1 | -1/+1 |
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat() | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat() | Simon Glass | 2020-12-13 | 1 | -4/+4 |
* | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | net: ftgmac100: Add support for board specific PHY interface address | Thirupathaiah Annapureddy | 2020-09-30 | 1 | -0/+4 |
* | treewide: convert devfdt_get_addr() to dev_read_addr() | Masahiro Yamada | 2020-07-25 | 1 | -1/+1 |
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" | Tom Rini | 2020-07-24 | 1 | -1/+1 |
* | treewide: convert devfdt_get_addr() to dev_read_addr() | Masahiro Yamada | 2020-07-20 | 1 | -1/+1 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+2 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 1 | -0/+2 |
* | net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGN | Cédric Le Goater | 2019-12-09 | 1 | -8/+8 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | net: ftgmac100: Add support for the Aspeed SoC | Cédric Le Goater | 2018-11-05 | 1 | -4/+27 |
* | net: ftgmac100: add clock support | Cédric Le Goater | 2018-11-05 | 1 | -1/+14 |
* | net: ftgmac100: handle timeouts when transmitting | Cédric Le Goater | 2018-11-05 | 1 | -0/+24 |
* | net: ftgmac100: convert the RX/TX descriptor arrays | Cédric Le Goater | 2018-11-05 | 1 | -77/+64 |
* | net: ftgmac100: add MDIO bus and phylib support | Cédric Le Goater | 2018-11-05 | 1 | -220/+160 |
* | net: ftgmac100: use setbits_le32() in the reset method | Cédric Le Goater | 2018-11-05 | 1 | -1/+1 |
* | net: ftgmac100: convert to driver model | Cédric Le Goater | 2018-11-05 | 1 | -92/+131 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | Fix GCC format-security errors and convert sprintfs. | Ben Whitten | 2016-01-14 | 1 | -1/+1 |
* | net: cosmetic: Fix var naming net <-> eth drivers | Joe Hershberger | 2015-04-18 | 1 | -2/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -13/+1 |
* | net: update FTGMAC100 for MMU/D-cache support | Kuo-Jung Su | 2013-06-24 | 1 | -21/+49 |
* | net: Fix remaining API interface breakage | Joe Hershberger | 2012-05-23 | 1 | -2/+1 |
* | consolidate mdelay by providing a common function for all users | Anatolij Gustschin | 2011-10-22 | 1 | -2/+0 |
* | ftgmac100: reset fix when supports wake on lan | Macpaul Lin | 2011-10-22 | 1 | -2/+2 |
* | ftgmac100: support of gigabit eth ftgmac100 | Macpaul Lin | 2011-01-09 | 1 | -0/+570 |