Age | Commit message (Expand) | Author | Files | Lines |
2015-05-26 | amd-xgbe-phy: Fix initial mode when autoneg is disabled | Lendacky, Thomas | 1 | -3/+42 |
2015-05-25 | net: dp83640: fix improper double spin locking. | Richard Cochran | 1 | -2/+2 |
2015-05-25 | net: dp83640: reinforce locking rules. | Richard Cochran | 1 | -1/+16 |
2015-05-25 | net: dp83640: fix broken calibration routine. | Richard Cochran | 1 | -1/+1 |
2015-05-25 | net: phy: bcm7xxx: Fix 7425 PHY ID and flags | Florian Fainelli | 1 | -1/+1 |
2015-05-20 | net: phy: Make sure phy_start() always re-enables the phy interrupts | Tim Beale | 1 | -13/+16 |
2015-05-16 | net: phy: Make sure PHY_RESUMING state change is always processed | Tim Beale | 1 | -1/+1 |
2015-05-15 | net: phy: Allow EEE for all RGMII variants | Florian Fainelli | 1 | -3/+4 |
2015-05-12 | net: phy: micrel: Fix regression in kszphy_probe | Niklas Cassel | 1 | -1/+2 |
2015-05-10 | net: mdio-gpio: Allow for unspecified bus id | Bert Vermeulen | 1 | -1/+4 |
2015-05-09 | net: amd-xgbe: Add hardware dependency | Jean Delvare | 1 | -0/+1 |
2015-04-27 | mdio-mux-gpio: use new gpiod_get_array and gpiod_put_array functions | Rojhalat Ibrahim | 1 | -43/+17 |
2015-04-24 | net: mdio-gpio: support access that may sleep | Vivien Didelot | 1 | -5/+9 |
2015-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 12 | -60/+126 |
2015-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+16 |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2015-04-08 | net: phy: broadcom: Add BCM54616S phy entry | Alessio Igor Bogani | 2 | -2/+16 |
2015-04-03 | add fixed_phy_update_state() - update state of fixed_phy | Stas Sergeev | 1 | -0/+29 |
2015-04-01 | net: phy: at803x: simplify using devm_gpiod_get_optional and its 4th argument | Uwe Kleine-König | 1 | -5/+6 |
2015-03-31 | ptp: dp83640: convert to the 64 bit get/set time methods. | Richard Cochran | 1 | -9/+10 |
2015-03-20 | amd-xgbe-phy: Provide support for auto-negotiation timeout | Lendacky, Thomas | 1 | -0/+20 |
2015-03-20 | amd-xgbe-phy: Use the phy_driver flags field | Lendacky, Thomas | 1 | -0/+1 |
2015-03-20 | amd-xgbe-phy: Use phydev advertising field vs supported | Lendacky, Thomas | 1 | -39/+38 |
2015-03-17 | net: phy: constify of_device_id array | Fabian Frederick | 5 | -5/+5 |
2015-03-09 | net: phy: bcm7xxx: add alternate id for 7439 | Florian Fainelli | 1 | -0/+1 |
2015-03-06 | treewide: Fix typo in printk messages | Masanari Iida | 1 | -1/+1 |
2015-02-25 | amd-xgbe-phy: PHY KX/KR mode differences | Tom Lendacky | 1 | -2/+80 |
2015-02-20 | net: phy: Fix verification of EEE support in phy_init_eee | Guenter Roeck | 1 | -3/+20 |
2015-02-14 | net: phy: micrel: disable NAND-tree for KSZ8021, KSZ8031, KSZ8051, KSZ8081 | Sylvain Rochet | 1 | -0/+28 |
2015-01-27 | net: phy: Invalidate LP advertising flags when restarting or disabling AN | Ben Hutchings | 1 | -0/+3 |
2015-01-27 | net: phy: avoid suspending twice a PHY | Florian Fainelli | 1 | -2/+6 |
2015-01-27 | net: phy: keep track of the PHY suspend state | Florian Fainelli | 1 | -4/+18 |
2015-01-27 | net: phy: utilize phy_suspend and phy_resume | Florian Fainelli | 1 | -4/+2 |
2015-01-25 | net: phy: fixed: allow setting no update_link callback | Florian Fainelli | 1 | -1/+1 |
2015-01-16 | amd-xgbe-phy: Allow certain PHY settings to be set by UEFI | Lendacky, Thomas | 1 | -23/+136 |
2015-01-16 | amd-xgbe: Add ACPI support | Lendacky, Thomas | 2 | -38/+92 |
2015-01-16 | amd-xgbe-phy: Use the proper auto-negotiation XNP registers | Lendacky, Thomas | 1 | -2/+6 |
2015-01-16 | amd-xgbe-phy: Properly support the FEC auto-negotiation | Lendacky, Thomas | 1 | -11/+33 |
2015-01-16 | amd-xgbe-phy: Change auto-negotiation logic | Lendacky, Thomas | 1 | -266/+361 |
2015-01-16 | amd-xgbe-phy: On suspend, save CTRL1 reg for use on resume | Lendacky, Thomas | 1 | -11/+9 |
2015-01-16 | amd-xgbe-phy: Checkpatch fixes | Lendacky, Thomas | 1 | -3/+4 |
2014-12-26 | net: phy: micrel: use generic config_init for KSZ8021/KSZ8031 | Johan Hovold | 1 | -15/+3 |
2014-12-16 | net: Allow FIXED_PHY to be modular. | David S. Miller | 3 | -3/+3 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -5/+0 |
2014-12-14 | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -24/+13 |
2014-12-12 | net: phy: export fixed_phy_register() | Mark Salter | 1 | -0/+1 |
2014-12-08 | net: phy: bcm7xxx: add an explicit version check for GPHY rev G0 | Florian Fainelli | 1 | -0/+2 |
2014-11-28 | mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array function | Rojhalat Ibrahim | 1 | -24/+13 |
2014-11-21 | net: phy: micrel: add copyright entry | Johan Hovold | 1 | -0/+1 |
2014-11-21 | net: phy: micrel: refactor interrupt config | Johan Hovold | 1 | -42/+29 |