aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2015-05-26amd-xgbe-phy: Fix initial mode when autoneg is disabledGravatar Lendacky, Thomas 1-3/+42
2015-05-25net: dp83640: fix improper double spin locking.Gravatar Richard Cochran 1-2/+2
2015-05-25net: dp83640: reinforce locking rules.Gravatar Richard Cochran 1-1/+16
2015-05-25net: dp83640: fix broken calibration routine.Gravatar Richard Cochran 1-1/+1
2015-05-25net: phy: bcm7xxx: Fix 7425 PHY ID and flagsGravatar Florian Fainelli 1-1/+1
2015-05-20net: phy: Make sure phy_start() always re-enables the phy interruptsGravatar Tim Beale 1-13/+16
2015-05-16net: phy: Make sure PHY_RESUMING state change is always processedGravatar Tim Beale 1-1/+1
2015-05-15net: phy: Allow EEE for all RGMII variantsGravatar Florian Fainelli 1-3/+4
2015-05-12net: phy: micrel: Fix regression in kszphy_probeGravatar Niklas Cassel 1-1/+2
2015-05-10net: mdio-gpio: Allow for unspecified bus idGravatar Bert Vermeulen 1-1/+4
2015-05-09net: amd-xgbe: Add hardware dependencyGravatar Jean Delvare 1-0/+1
2015-04-27mdio-mux-gpio: use new gpiod_get_array and gpiod_put_array functionsGravatar Rojhalat Ibrahim 1-43/+17
2015-04-24net: mdio-gpio: support access that may sleepGravatar Vivien Didelot 1-5/+9
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 12-60/+126
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+16
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-04-08net: phy: broadcom: Add BCM54616S phy entryGravatar Alessio Igor Bogani 2-2/+16
2015-04-03add fixed_phy_update_state() - update state of fixed_phyGravatar Stas Sergeev 1-0/+29
2015-04-01net: phy: at803x: simplify using devm_gpiod_get_optional and its 4th argumentGravatar Uwe Kleine-König 1-5/+6
2015-03-31ptp: dp83640: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-9/+10
2015-03-20amd-xgbe-phy: Provide support for auto-negotiation timeoutGravatar Lendacky, Thomas 1-0/+20
2015-03-20amd-xgbe-phy: Use the phy_driver flags fieldGravatar Lendacky, Thomas 1-0/+1
2015-03-20amd-xgbe-phy: Use phydev advertising field vs supportedGravatar Lendacky, Thomas 1-39/+38
2015-03-17net: phy: constify of_device_id arrayGravatar Fabian Frederick 5-5/+5
2015-03-09net: phy: bcm7xxx: add alternate id for 7439Gravatar Florian Fainelli 1-0/+1
2015-03-06treewide: Fix typo in printk messagesGravatar Masanari Iida 1-1/+1
2015-02-25amd-xgbe-phy: PHY KX/KR mode differencesGravatar Tom Lendacky 1-2/+80
2015-02-20net: phy: Fix verification of EEE support in phy_init_eeeGravatar Guenter Roeck 1-3/+20
2015-02-14net: phy: micrel: disable NAND-tree for KSZ8021, KSZ8031, KSZ8051, KSZ8081Gravatar Sylvain Rochet 1-0/+28
2015-01-27net: phy: Invalidate LP advertising flags when restarting or disabling ANGravatar Ben Hutchings 1-0/+3
2015-01-27net: phy: avoid suspending twice a PHYGravatar Florian Fainelli 1-2/+6
2015-01-27net: phy: keep track of the PHY suspend stateGravatar Florian Fainelli 1-4/+18
2015-01-27net: phy: utilize phy_suspend and phy_resumeGravatar Florian Fainelli 1-4/+2
2015-01-25net: phy: fixed: allow setting no update_link callbackGravatar Florian Fainelli 1-1/+1
2015-01-16amd-xgbe-phy: Allow certain PHY settings to be set by UEFIGravatar Lendacky, Thomas 1-23/+136
2015-01-16amd-xgbe: Add ACPI supportGravatar Lendacky, Thomas 2-38/+92
2015-01-16amd-xgbe-phy: Use the proper auto-negotiation XNP registersGravatar Lendacky, Thomas 1-2/+6
2015-01-16amd-xgbe-phy: Properly support the FEC auto-negotiationGravatar Lendacky, Thomas 1-11/+33
2015-01-16amd-xgbe-phy: Change auto-negotiation logicGravatar Lendacky, Thomas 1-266/+361
2015-01-16amd-xgbe-phy: On suspend, save CTRL1 reg for use on resumeGravatar Lendacky, Thomas 1-11/+9
2015-01-16amd-xgbe-phy: Checkpatch fixesGravatar Lendacky, Thomas 1-3/+4
2014-12-26net: phy: micrel: use generic config_init for KSZ8021/KSZ8031Gravatar Johan Hovold 1-15/+3
2014-12-16net: Allow FIXED_PHY to be modular.Gravatar David S. Miller 3-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-5/+0
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-24/+13
2014-12-12net: phy: export fixed_phy_register()Gravatar Mark Salter 1-0/+1
2014-12-08net: phy: bcm7xxx: add an explicit version check for GPHY rev G0Gravatar Florian Fainelli 1-0/+2
2014-11-28mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array functionGravatar Rojhalat Ibrahim 1-24/+13
2014-11-21net: phy: micrel: add copyright entryGravatar Johan Hovold 1-0/+1
2014-11-21net: phy: micrel: refactor interrupt configGravatar Johan Hovold 1-42/+29