aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tsec.c
AgeCommit message (Expand)AuthorFilesLines
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-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-26net: tsec: Make live-tree compatibleMario Six1-23/+19
2018-02-26net: tsec: Fix memory leak in error pathMario Six1-1/+3
2018-02-26net: 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-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-28Merge 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-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-09-01ls102xa: 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-30net: 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-22net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil1-10/+8
2013-11-22net: tsec: Use portable regs type (uint->u32)Claudiu Manoil1-1/+1
2013-11-22net: tsec: Use portable types and accessors for BDsClaudiu Manoil1-42/+46
2013-11-22net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil1-30/+30
2013-11-22net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil1-13/+13
2013-11-22net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil1-7/+1
2013-11-22net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil1-16/+15
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil1-2/+2
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi1-1/+7
2012-05-22ppc: Fix warning in TSEC Ethernet driverJoe Hershberger1-3/+2
2011-11-08powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129chenhui zhao1-0/+93
2011-05-19Minor coding style cleanup.Wolfgang Denk1-1/+0
2011-04-20tsec: Convert tsec to use PHY LibAndy Fleming1-1504/+98
2011-04-20tsec: arrange the code to avoid useless function declarationMingkai Hu1-440/+415
2011-04-20tsec: use IO accessors for IO accessesMingkai Hu1-123/+126
2011-04-04tsec: add AR8021 PHY supportLi Yang1-0/+23