aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2014-03-07net/phy: Correct AR8021 phy_maskHaijun.Zhang1-1/+1
2014-02-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+1
2014-02-24ar8031/8033/phy:enable autonegotiation for ar8031/8033Zhao Qiang1-0/+1
2014-02-19net, phy: atheros ar803x bugHeiko Schocher1-1/+1
2014-01-14net: phy: atheros: Fix the masks for AR8031/8035Fabio Estevam1-2/+2
2013-11-22phy: Use general phy code for smsc lan8720aDavid Dueck1-1/+2
2013-11-22phy: Use supported field during autonegotiationDavid Dueck1-2/+3
2013-11-22net: phy: atheros: Fix masks for AR8035 and AR8021Fabio Estevam1-1/+1
2013-11-22net/phy: Fix the phy id mask of AR8031Chunhe Lan1-1/+1
2013-11-22net, phy: fix AR8031 phy_maskHeiko Schocher1-1/+1
2013-11-22net: add function to read/write extended registers in Micrel PhyStefano Babic1-0/+32
2013-11-22net: fix mask for phy Micrel KSZ9031Stefano Babic1-1/+1
2013-11-22net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is de...Bhupesh Sharma1-3/+3
2013-11-22net: phy/vitesse: Add support for VSC8514 phy moduleArpit Goel1-1/+68
2013-11-22phylib: update atheros ar803x phyShengzhou Liu1-2/+2
2013-10-31drivers: net: convert makefiles to Kbuild styleMasahiro Yamada1-41/+19
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-08-19net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modulesBhupesh Sharma1-26/+51
2013-08-19phy: smsc: LAN8710/8720 are not Gbit PHYsFabio Estevam1-1/+1
2013-07-30net, phy, cpsw: fix gigabit register accessHeiko Schocher1-1/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk20-304/+20
2013-07-19net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF caseFabio Estevam1-1/+1
2013-07-19phy: fix 10/100Mbps operation on 1Gbps-capable linksSascha Silbe1-1/+9
2013-06-24phylib: add atheros ar803x phyHeiko Schocher1-1/+12
2013-06-24phylib: add natsemi dp83630 phyHeiko Schocher1-0/+37
2013-06-24net: phy: supplement support for Micrel's KSZ9031SARTRE Leo1-1/+35
2013-06-24phylib: Add Atheros AR8035 GETH PHY supportXie Xiaobo1-1/+33
2013-06-24add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell1-0/+21
2013-06-24PHY: micrel.c: add support for KSZ9031David Andrey1-27/+52
2013-06-24NET: phy: add 88E1310 PHY initializationSebastian Hesselbarth1-0/+48
2013-06-24net: add ICPlus PHY driverYegor Yefremov3-0/+98
2013-06-24phy: export genphy_parse_link()Yegor Yefremov1-1/+1
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-2/+81
2013-05-24net/phy: fix select line for TN80xxShaohui Xie1-2/+14
2013-05-14net/phy: add VSC8574 supportShaohui Xie1-0/+67
2013-05-10phy: add support for ET1011C physMatt Porter3-0/+114
2013-04-30net: phy: Define Marvell 88e1518 phyMichal Simek1-0/+11
2013-01-28phy: add phy_find_by_mask/phy_connect_devTroy Kisky1-50/+78
2013-01-09mv88e61xx: refactor PHY and SWITCH level-codeAlbert ARIBAUD2-192/+342
2012-12-15phy: Add support for Marvell 88E1118RMichal Simek1-0/+11
2012-11-04drivers/net/: sparse fixesKim Phillips2-10/+11
2012-11-04net/: sparse fixesKim Phillips1-1/+1
2012-09-27net: Add Vitesse VSC8662 PHY supportPriyanka Jain1-4/+14
2012-09-27net/phy: support the mv88e6352 switchValentin Longchamp2-0/+319
2012-07-11net: phy: micrel: make ksz9021 phy accessibleTroy Kisky1-2/+13
2012-07-11phylib: phy_startup() should return an error code on failureTimur Tabi1-1/+4
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