summaryrefslogtreecommitdiff
path: root/drivers/net/tsec.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-17net: tsec: add option to set device max-speed via dtsAleksandar Gerasimovski1-1/+6
2021-04-15net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng1-3/+27
2021-04-15net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng1-1/+3
2021-04-15net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean1-5/+1
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+2
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-11/+35
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: 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-24net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang1-2/+14
2020-09-24net: tsec: Add fixed-link PHY supportHou Zhiqiang1-1/+4
2020-09-24net: tsec: convert to use DM_MDIO when DM_ETH enabledHou Zhiqiang1-33/+5
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-4/+6
2020-06-04net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang1-4/+21
2020-06-04net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang1-3/+8
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2019-07-25net: tsec: Change compatible strings to match LinuxVladimir Oltean1-1/+1
2019-07-25net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean1-9/+2
2019-07-25net: tsec: Make errors visibleVladimir Oltean1-4/+4
2019-07-25net: tsec: Reverse Christmas tree notationVladimir Oltean1-5/+5
2019-07-25net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean1-6/+7
2019-07-25net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean1-8/+7
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-10/+4
2019-01-24net: move ether_crc to tsec driverChris Packham1-0/+25
2018-06-13tsec: Fix reading phy registers from DTMario Six1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-27net: tsec: Make live-tree compatibleMario Six1-23/+19
2018-02-27net: tsec: Fix memory leak in error pathMario Six1-1/+3
2018-02-27net: tsec: Fix style violationsMario Six1-35/+37
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-171/+365
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng1-1/+12
2016-01-28net: tsec: Add driver model ethernet supportBin Meng1-0/+186
2016-01-28net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng1-12/+11
2016-01-28net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng1-105/+103
2016-01-28net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng1-37/+32
2016-01-28net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng1-28/+26
2016-01-28net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng1-27/+34
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-09-02ls102xa: etsec: Use proper settings for BE BDsClaudiu Manoil1-6/+0
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-3/+4
2015-01-31net: tsec: Fix NULL access in case init_phy() failsClaudiu Manoil1-0/+2
2014-09-08ls102xa: etsec: Add etsec support for LS102xAAlison Wang1-0/+7
2013-11-23net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil1-10/+8
2013-11-23net: tsec: Use portable regs type (uint->u32)Claudiu Manoil1-1/+1
2013-11-23net: tsec: Use portable types and accessors for BDsClaudiu Manoil1-42/+46
2013-11-23net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil1-30/+30