aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tsec.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-25/+25
2010-12-13tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMIIKumar Gala1-5/+4
2010-08-09miiphy: constify device nameMike Frysinger1-4/+4
2010-07-12tsec: fix the return value for tsec_eth_init()Timur Tabi1-3/+12
2010-07-12tsec: add micrel ksz804 phyHeiko Schocher1-0/+22
2010-06-29tsec: Fix eTSEC2 link problem on P2020RDBFelix Radensky1-1/+5
2010-05-03tsec: Wait for both RX and TX to stopAndy Fleming1-1/+2
2010-01-31tsec: Add TSEC_FIBER flagPeter Tyser1-2/+4
2010-01-31tsec: Add support for using the BCM5482 PHY in fiber modePeter Tyser1-4/+106
2010-01-31tsec: General cleanupPeter Tyser1-345/+326
2010-01-31tsec: Make functions/data static when possiblePeter Tyser1-43/+47
2010-01-31tsec: Clean up Broadcom PHY status parsingPeter Tyser1-43/+34
2010-01-31tsec: 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-25net: 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-22P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)Poonam Aggrwal1-1/+51
2009-07-22net: 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-09tsec: report when there is no vendor specific PHY supportPaul Gortmaker1-4/+3
2009-02-22Added Vitesse VSC8211 definitions to TSEC driverPieter Henning1-0/+30
2009-02-09tsec: Fix a bug in soft-resettingAndy Fleming1-0/+1
2009-01-28Marvell 88E1118 interrupt fixRon Madrid1-0/+4
2008-12-04net: tsec: Fix Marvell 88E1121R phy initAnatolij Gustschin1-0/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-10-13enable 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-02Add SGMII support to the tsecAndy Fleming1-26/+48
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-63/+50
2008-09-02tsec: Move tsec.h to include/Andy Fleming1-7/+1
2008-09-02PHY: Add support for the M88E1121R Marvell chip.Sergei Poselenov1-0/+49
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-3/+0
2008-05-23Add Marvell 88E1118 support for TSECRon Madrid1-0/+31
2008-05-04drivers/net/tsec.c: Fix typo.Wolfgang Denk1-1/+1
2008-05-03TSEC: add config options for VSC8601 RGMII PHYAndre Schwarz1-0/+6
2008-03-31Add Vitesse 8601 support to TSEC driverTor Krill1-0/+30
2008-03-25tsec: fix link detection for the RTL8211B PHYAnton Vorontsov1-2/+3
2008-01-16TSEC: Add the support for RealTek RTL8211B PHYDave Liu1-0/+85
2008-01-16TSEC 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