aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2012-02-27net: phy: make board_phy_config responsible for calling drv->configTroy Kisky1-3/+2
2012-02-27net: phy: add support for Micrel's KSZ9021Troy Kisky1-0/+87
2011-12-20phy: add Micrel KS8721BL phy definitionVladimir Zapolskiy1-0/+11
2011-12-05phy: Add support for SMSC LAN87xx PHYsNobuhiro Iwamatsu3-0/+96
2011-12-05Phy/Marvell: Rewrite the MV88E1111 phy config function based on kernel codeZang Roy-R619111-6/+107
2011-10-20powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)Timur Tabi1-1/+1
2011-10-13phylib: wait for TN2020 to achieve SERDES lane alignment at startupTimur Tabi1-0/+33
2011-10-09phylib: Work around bug in Teranetics PHYAndy Fleming1-1/+20
2011-09-28Revert "phylib: remove a couple of redundant code lines"Wolfgang Denk1-2/+5
2011-09-10phylib: remove a couple of redundant code linesVladimir Zapolskiy1-5/+2
2011-09-10phylib: reset mii bus only if reset handler is registeredVladimir Zapolskiy1-1/+2
2011-08-31phy.c: make less verbose - turn printf() into debug()Wolfgang Denk1-1/+1
2011-07-27phylib: Detect link on 10G devices correctlyAndy Fleming1-2/+6
2011-05-19Minor coding style cleanup.Wolfgang Denk1-1/+0
2011-04-20phylib: Add a bunch of PHY drivers from tsecAndy Fleming12-0/+1500
2011-04-20Create PHY Lib for U-BootAndy Fleming3-0/+831
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-08-09Fix compile warnings for const correctnessBen Warren1-3/+3
2009-10-28Coding Style cleanup; update CHANGELOG, prepare -rc1v2009.11-rc1Wolfgang Denk1-4/+4
2009-10-27drivers/net/phy/miiphybb.c: fix warning: no newline at end of fileWolfgang Denk1-1/+1
2009-10-10Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbit...Luigi 'Comio' Mantellini1-104/+242
2009-10-04net: phy: mv88e61xx.c : fixed build warningPrafulla Wadaskar1-2/+2
2009-08-10net: phy: bugfixes: mv88E61xx compiler warnings fixedPrafulla Wadaskar1-9/+14
2009-07-22net: phy: bugfixes: mv88E61xx multichip addressing supportPrafulla Wadaskar2-10/+10
2009-07-22MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.Richard Retanubun1-0/+7
2009-06-15Marvell MV88E61XX Switch Driver supportPrafulla Wadaskar3-0/+476
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-08-29miiphyutil: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-29miiphybb: move to drivers/net/phyJean-Christophe PLAGNIOL-VILLARD2-0/+281