aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ftgmac100.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2019-12-09net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGNCédric Le Goater1-8/+8
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-11-05net: ftgmac100: Add support for the Aspeed SoCCédric Le Goater1-4/+27
2018-11-05net: ftgmac100: add clock supportCédric Le Goater1-1/+14
2018-11-05net: ftgmac100: handle timeouts when transmittingCédric Le Goater1-0/+24
2018-11-05net: ftgmac100: convert the RX/TX descriptor arraysCédric Le Goater1-77/+64
2018-11-05net: ftgmac100: add MDIO bus and phylib supportCédric Le Goater1-220/+160
2018-11-05net: ftgmac100: use setbits_le32() in the reset methodCédric Le Goater1-1/+1
2018-11-05net: ftgmac100: convert to driver modelCédric Le Goater1-92/+131
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-06-24net: update FTGMAC100 for MMU/D-cache supportKuo-Jung Su1-21/+49
2012-05-23net: Fix remaining API interface breakageJoe Hershberger1-2/+1
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-2/+0
2011-10-22ftgmac100: reset fix when supports wake on lanMacpaul Lin1-2/+2
2011-01-09ftgmac100: support of gigabit eth ftgmac100Macpaul Lin1-0/+570