summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2015-01-31net: phy: micrel: add support for KSZ8895 switch in SMI modePhilippe De Muyter1-0/+58
2015-01-16phylib: add support for aquantia PHYsShaohui Xie3-0/+160
2014-12-05net/phy: enable serdes auto-negotiation for vsc8514 phyShengzhou Liu1-2/+11
2014-12-05net/phy: Add support for CS4315/CS4340 PHYShengzhou Liu3-0/+337
2014-11-06net: phy: marvell: add errata w/a for 88E151* chipsHao Zhang1-1/+52
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini1-1/+1
2014-10-25net: phy: fix warnings with W=1Jeroen Hofstee1-5/+2
2014-10-23net: phy: print a number of phy that is not foundKhoronzhuk, Ivan1-1/+1
2014-10-06net: phy: Cleanup drivers/net/phy/micrel.cPavel Machek1-4/+3
2014-08-21drivers: net: remove dead driversMasahiro Yamada3-84/+0
2014-08-09vitesse: remove duplicated argument to ||maxin.john@enea.com1-1/+0
2014-06-05phy: fix create_phy_by_mask for when its given an actual search maskCormier, Jonathan1-3/+1
2014-05-17net: phy/vitesse: Add support for VSC8664 phy moduleChunhe Lan1-0/+46
2014-05-12net/phy: enable get_phy_id redefinableShengzhou Liu1-1/+2
2014-05-12AR8035/phy: Enable autonegotiation function for ar8035Xiaobo Xie1-3/+1
2014-04-23ar8031: modify the config func of ar8031 to ar8021_configZhao Qiang1-1/+1
2014-04-23net/phy: Fix PHY id for VSC8514Codrin Ciubotariu1-1/+1
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-25ar8031/8033/phy:enable autonegotiation for ar8031/8033Zhao Qiang1-0/+1
2014-02-19net, phy: atheros ar803x bugHeiko Schocher1-1/+1
2014-01-15net: phy: atheros: Fix the masks for AR8031/8035Fabio Estevam1-2/+2
2013-11-23phy: Use general phy code for smsc lan8720aDavid Dueck1-1/+2
2013-11-23phy: Use supported field during autonegotiationDavid Dueck1-2/+3
2013-11-23net: phy: atheros: Fix masks for AR8035 and AR8021Fabio Estevam1-1/+1
2013-11-23net/phy: Fix the phy id mask of AR8031Chunhe Lan1-1/+1
2013-11-23net, phy: fix AR8031 phy_maskHeiko Schocher1-1/+1
2013-11-23net: add function to read/write extended registers in Micrel PhyStefano Babic1-0/+32
2013-11-23net: fix mask for phy Micrel KSZ9031Stefano Babic1-1/+1
2013-11-23net/phy: realtek: Fix the PHY ID mask to ensure the correct Realtek PHY is de...Bhupesh Sharma1-3/+3
2013-11-23net: phy/vitesse: Add support for VSC8514 phy moduleArpit Goel1-1/+68
2013-11-23phylib: 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-20net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF caseFabio Estevam1-1/+1
2013-07-20phy: fix 10/100Mbps operation on 1Gbps-capable linksSascha Silbe1-1/+9
2013-06-25phylib: add atheros ar803x phyHeiko Schocher1-1/+12
2013-06-25phylib: add natsemi dp83630 phyHeiko Schocher1-0/+37
2013-06-25net: phy: supplement support for Micrel's KSZ9031SARTRE Leo1-1/+35
2013-06-25phylib: Add Atheros AR8035 GETH PHY supportXie Xiaobo1-1/+33
2013-06-25add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell1-0/+21
2013-06-25PHY: micrel.c: add support for KSZ9031David Andrey1-27/+52
2013-06-25NET: phy: add 88E1310 PHY initializationSebastian Hesselbarth1-0/+48
2013-06-25net: add ICPlus PHY driverYegor Yefremov3-0/+98
2013-06-25phy: export genphy_parse_link()Yegor Yefremov1-1/+1
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-2/+81