summaryrefslogtreecommitdiff
path: root/drivers/net/tsec.c
AgeCommit message (Expand)Author
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-01-28net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng
2016-01-28net: tsec: Add driver model ethernet supportBin Meng
2016-01-28net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng
2016-01-28net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng
2016-01-28net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng
2016-01-28net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng
2016-01-28net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2015-09-01ls102xa: etsec: Use proper settings for BE BDsClaudiu Manoil
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-01-30net: tsec: Fix NULL access in case init_phy() failsClaudiu Manoil
2014-09-08ls102xa: etsec: Add etsec support for LS102xAAlison Wang
2013-11-22net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil
2013-11-22net: tsec: Use portable regs type (uint->u32)Claudiu Manoil
2013-11-22net: tsec: Use portable types and accessors for BDsClaudiu Manoil
2013-11-22net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil
2013-11-22net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil
2013-11-22net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil
2013-11-22net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi
2012-05-22ppc: Fix warning in TSEC Ethernet driverJoe Hershberger
2011-11-08powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129chenhui zhao
2011-05-19Minor coding style cleanup.Wolfgang Denk
2011-04-20tsec: Convert tsec to use PHY LibAndy Fleming
2011-04-20tsec: arrange the code to avoid useless function declarationMingkai Hu
2011-04-20tsec: use IO accessors for IO accessesMingkai Hu
2011-04-04tsec: add AR8021 PHY supportLi Yang
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2010-12-13tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMIIKumar Gala
2010-08-09miiphy: constify device nameMike Frysinger
2010-07-12tsec: fix the return value for tsec_eth_init()Timur Tabi
2010-07-12tsec: add micrel ksz804 phyHeiko Schocher
2010-06-29tsec: Fix eTSEC2 link problem on P2020RDBFelix Radensky
2010-05-03tsec: Wait for both RX and TX to stopAndy Fleming
2010-01-31tsec: Add TSEC_FIBER flagPeter Tyser
2010-01-31tsec: Add support for using the BCM5482 PHY in fiber modePeter Tyser
2010-01-31tsec: General cleanupPeter Tyser
2010-01-31tsec: Make functions/data static when possiblePeter Tyser
2010-01-31tsec: Clean up Broadcom PHY status parsingPeter Tyser
2010-01-31tsec: Force TBI PHY to 1000Mbps full duplex in SGMII modePeter Tyser
2010-01-05NET: Move MDIO regs out of TSEC SpaceSandeep Gopalpet
2009-10-03tsec: Remove PHY command relocation fixupsPeter Tyser
2009-08-25net: tsec - handle user interrupt while waiting for PHY auto negotiation to c...Kim Phillips
2009-08-21tsec: Wait for auto-negotiation to complete without linkPeter Tyser
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala
2009-07-22P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)Poonam Aggrwal