summaryrefslogtreecommitdiff
path: root/drivers/net/tsec.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-01tsec: Clean up Broadcom PHY status parsingPeter Tyser1-43/+34
2010-02-01tsec: Force TBI PHY to 1000Mbps full duplex in SGMII modePeter Tyser1-1/+2
2010-01-05NET: Move MDIO regs out of TSEC SpaceSandeep Gopalpet1-11/+10
2009-10-03tsec: Remove PHY command relocation fixupsPeter Tyser1-49/+0
2009-08-26net: tsec - handle user interrupt while waiting for PHY auto negotiation to c...Kim Phillips1-0/+7
2009-08-21tsec: Wait for auto-negotiation to complete without linkPeter Tyser1-10/+9
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala1-1/+1
2009-07-23P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)Poonam Aggrwal1-1/+51
2009-07-23net: tsec - fix dereferencing type-punned pointer will break strict-aliasing ...Kim Phillips1-1/+4
2009-06-15tsec: Add support for BCM5482S PHYZach LeRoy1-0/+41
2009-03-10tsec: report when there is no vendor specific PHY supportPaul Gortmaker1-4/+3
2009-02-23Added Vitesse VSC8211 definitions to TSEC driverPieter Henning1-0/+30
2009-02-10tsec: Fix a bug in soft-resettingAndy Fleming1-0/+1
2009-01-29Marvell 88E1118 interrupt fixRon Madrid1-0/+4
2008-12-05net: tsec: Fix Marvell 88E1121R phy initAnatolij Gustschin1-0/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-10-14enable 10/100M at VSC8601 at tsec driverAndre Schwarz1-0/+2
2008-09-16Support for multiple SGMII/TBI interfaces for TSEC ethernetPeter Tyser1-3/+5
2008-09-03Add SGMII support to the tsecAndy Fleming1-26/+48
2008-09-03Pass in tsec_info struct through tsec_initializeAndy Fleming1-63/+50
2008-09-03tsec: Move tsec.h to include/Andy Fleming1-7/+1
2008-09-03PHY: Add support for the M88E1121R Marvell chip.Sergei Poselenov1-0/+49
2008-06-10net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-3/+0
2008-05-24Add Marvell 88E1118 support for TSECRon Madrid1-0/+31
2008-05-04drivers/net/tsec.c: Fix typo.Wolfgang Denk1-1/+1
2008-05-04TSEC: add config options for VSC8601 RGMII PHYAndre Schwarz1-0/+6
2008-04-01Add Vitesse 8601 support to TSEC driverTor Krill1-0/+30
2008-03-26tsec: fix link detection for the RTL8211B PHYAnton Vorontsov1-2/+3
2008-01-17TSEC: Add the support for RealTek RTL8211B PHYDave Liu1-0/+85
2008-01-17TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO busmichael.firth@bt.com1-20/+12
2008-01-10Fix Ethernet init() return codesBen Warren1-1/+1
2008-01-08mpc83xx: Add the support of MPC837xEMDS boardDave Liu1-0/+10
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+1590