aboutsummaryrefslogtreecommitdiff
path: root/include/tsec.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng1-0/+1
2016-01-28net: tsec: Add driver model ethernet supportBin Meng1-0/+10
2016-01-28net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng1-0/+1
2016-01-28net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng1-0/+4
2016-01-28net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng1-0/+2
2016-01-28net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng1-29/+22
2015-08-03armv7/ls1021a/etsec: Enable Tx Data and TxBD snoopingAlison Wang1-4/+0
2014-09-08net: tsec: Remove tx snooping support from LS1Claudiu Manoil1-0/+4
2014-09-08ls102xa: etsec: Add etsec support for LS102xAAlison Wang1-1/+6
2014-09-08net: Merge asm/fsl_enet.h into fsl_mdio.hClaudiu Manoil1-1/+1
2013-11-22net: tsec: Use portable regs type (uint->u32)Claudiu Manoil1-140/+138
2013-11-22net: tsec: Use portable types and accessors for BDsClaudiu Manoil1-12/+10
2013-11-22net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil1-2/+2
2013-11-22net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil1-14/+25
2011-04-29tsec: Fix MDIO on devices with eTSEC2Andy Fleming1-1/+1
2011-04-20tsec: Convert tsec to use PHY LibAndy Fleming1-275/+23
2011-04-20tsec: use IO accessors for IO accessesMingkai Hu1-4/+4
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-2/+0
2010-01-31tsec: Add TSEC_FIBER flagPeter Tyser1-3/+3
2010-01-31tsec: Add support for using the BCM5482 PHY in fiber modePeter Tyser1-0/+13
2010-01-31tsec: Make functions/data static when possiblePeter Tyser1-1/+0
2010-01-05NET: Base support for etsec2.0Kumar Gala1-0/+7
2010-01-05NET: Move MDIO regs out of TSEC SpaceSandeep Gopalpet1-22/+23
2009-06-15tsec: Add support for BCM5482S PHYZach LeRoy1-0/+2
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-1/+1
2008-12-04net: tsec: Fix Marvell 88E1121R phy initAnatolij Gustschin1-0/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-09-13Coding style cleanup, update CHANGELOGWolfgang Denk1-2/+0
2008-09-02Add SGMII support to the tsecAndy Fleming1-1/+24
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-4/+28
2008-09-02tsec: Move tsec.h to include/Andy Fleming1-0/+592