summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2014-11-12net: phy: micrel: clean up led-mode setupJohan Hovold1-9/+22
2014-11-12net: phy: micrel: refactor led-mode error handlingJohan Hovold1-9/+10
2014-11-12net: phy: micrel: add led-mode sanity checkJohan Hovold1-0/+5
2014-11-12net: phy: micrel: disable broadcast for KSZ8081/KSZ8091Johan Hovold1-1/+8
2014-11-12net: phy: micrel: refactor broadcast disableJohan Hovold1-2/+22
2014-11-12net: phy: micrel: use BIT macroJohan Hovold1-17/+17
2014-11-12net: phy: micrel: fix config_intr error handlingJohan Hovold1-0/+6
2014-11-12net: phy: replace phy_drivers_register callsJohan Hovold16-218/+16
2014-11-12net: phy: replace phy_driver_register callsJohan Hovold4-56/+12
2014-11-12net: phy: Correctly handle MII ioctl which changes autonegotiation.Brian Hill1-12/+24
2014-11-06amd-xgbe-phy: Let AMD_XGBE_PHY depend on HAS_IOMEMLendacky, Thomas1-1/+1
2014-11-06amd-xgbe-phy: Sync PCS and PHY modes after resetLendacky, Thomas1-1/+2
2014-11-05net: phy: spi_ks8995: remove sysfs bin file by registered attributeVladimir Zapolskiy1-1/+3
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman5-5/+0
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-10-29net: phy: Add SGMII Configuration for Marvell 88E1145 InitializationVince Bridgers1-0/+19
2014-10-28net: phy: Adding SGMII support for Marvell 88ee1145 driverViet Nga Dao1-0/+19
2014-10-24phy: marvell: Add support for 88E3016 FastEthernet PHYSebastian Hesselbarth1-0/+46
2014-10-20net: phy: drop owner assignment from platform_driversWolfram Sang5-5/+0
2014-10-14phy/micrel: KSZ8031RNL RMII clock reconfiguration bugBruno Thomsen1-1/+3
2014-10-10net/phy: micrel: Add clock support for KSZ8021/KSZ8031Sascha Hauer1-2/+29
2014-10-07net: phy: adjust fixed_phy_register() return valuePetri Gynther1-8/+8
2014-10-06drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEMChen Gang1-0/+1
2014-10-02net: phy: add BCM7425 and BCM7429 PHYsPetri Gynther1-0/+28
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-09-20net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli1-6/+15
2014-09-20net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli1-2/+2
2014-09-15net/phy: micrel: Disable asymmetric pause for KSZ9031Mike Looijmans1-2/+1
2014-09-09dp83640: Make use of skb_queue_purge instead of reimplementing the codeAlexander Duyck1-6/+2
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2014-09-08net: phy: mdio-sun4i: don't select REGULATORBeniamino Galvani1-2/+0
2014-09-07amd-xgbe-phy: Fix build break for missing declarationTom Lendacky1-0/+1
2014-09-06net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-3/+3
2014-09-06amd-xgbe-phy: Checkpatch driver fixesLendacky, Thomas1-4/+0
2014-09-06amd-xgbe-phy: Enhance parallel detection to support KR speedLendacky, Thomas1-2/+28
2014-09-06amd-xgbe-phy: Check device for current speed mode (KR/KX)Lendacky, Thomas1-63/+72
2014-09-02net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_idsFlorian Fainelli1-0/+1
2014-08-30net: phy: properly report internal PHYs through sysfsFlorian Fainelli1-1/+7
2014-08-28net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli1-0/+4
2014-08-28net: phy: bcm7xxx: introduce helper macroFlorian Fainelli1-36/+18
2014-08-28net: phy: add generic UniMAC MDIO bus driverFlorian Fainelli3-0/+221
2014-08-28phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO1-9/+9
2014-08-23net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli1-0/+31
2014-08-23net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli1-2/+4
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli1-2/+4
2014-08-23net: phy: fixed: return an error for Clause 45 over 22 readsFlorian Fainelli1-0/+11
2014-08-23net: phy: bcm7xxx: enable auto power downFlorian Fainelli1-1/+26
2014-08-23net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.hFlorian Fainelli1-18/+0
2014-08-23net: phy: broadcom: extract all registers to brcmphy.hFlorian Fainelli1-104/+0
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-33/+42