aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ftgmac100.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-21net/ftgmac100: Add NC-SI mode supportSamuel Mendoza-Jonas1-4/+10
2022-08-08net: ftgmac100: use bus name in mdio error messagesZev Weiss1-2/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-8/+3
2022-01-18net: ftgmac100: Add Aspeed AST2600 supportDylan Hung1-0/+1
2022-01-18net: ftgmac100: Add DM_MDIO supportDylan Hung1-5/+15
2021-01-19net: ftgmac100: Read and retain MAC addressHongwei Zhang1-0/+32
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-09-30net: ftgmac100: Add support for board specific PHY interface addressThirupathaiah Annapureddy1-0/+4
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