summaryrefslogtreecommitdiff
path: root/drivers/net/tsec.c
AgeCommit message (Expand)Author
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
2009-07-22net: tsec - fix dereferencing type-punned pointer will break strict-aliasing ...Kim Phillips
2009-06-15tsec: Add support for BCM5482S PHYZach LeRoy
2009-03-09tsec: report when there is no vendor specific PHY supportPaul Gortmaker
2009-02-22Added Vitesse VSC8211 definitions to TSEC driverPieter Henning
2009-02-09tsec: Fix a bug in soft-resettingAndy Fleming
2009-01-28Marvell 88E1118 interrupt fixRon Madrid
2008-12-04net: tsec: Fix Marvell 88E1121R phy initAnatolij Gustschin
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-13enable 10/100M at VSC8601 at tsec driverAndre Schwarz
2008-09-16Support for multiple SGMII/TBI interfaces for TSEC ethernetPeter Tyser
2008-09-02Add SGMII support to the tsecAndy Fleming
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming
2008-09-02tsec: Move tsec.h to include/Andy Fleming
2008-09-02PHY: Add support for the M88E1121R Marvell chip.Sergei Poselenov
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi
2008-05-23Add Marvell 88E1118 support for TSECRon Madrid
2008-05-04drivers/net/tsec.c: Fix typo.Wolfgang Denk
2008-05-03TSEC: add config options for VSC8601 RGMII PHYAndre Schwarz
2008-03-31Add Vitesse 8601 support to TSEC driverTor Krill
2008-03-25tsec: fix link detection for the RTL8211B PHYAnton Vorontsov
2008-01-16TSEC: Add the support for RealTek RTL8211B PHYDave Liu
2008-01-16TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO busmichael.firth@bt.com
2008-01-10Fix Ethernet init() return codesBen Warren