summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko2017-12-261-0/+1
* phylink: ensure AN is enabledRussell King2017-12-261-0/+1
* phylink: ensure the PHY interface mode is appropriately setRussell King2017-12-261-0/+1
* net: phy: xgene: disable clk on error pathsAlexey Khoroshilov2017-12-181-6/+15
* net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151xRussell King2017-12-181-0/+12
* net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang2017-12-181-1/+1
* net: phy: marvell: avoid configuring fiber page for SGMII-to-CopperRussell King2017-12-131-0/+4
* net: phy: meson-gxl: make function meson_gxl_read_status staticColin Ian King2017-12-131-1/+1
* of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King2017-12-131-0/+1
* net: phy: fix resume handlingRussell King2017-12-133-14/+9
* net: phy: meson-gxl: detect LPA corruptionJerome Brunet2017-12-111-1/+73
* phylink: ensure we take the link down when phylink_stop() is calledRussell King2017-12-011-0/+1
* sfp: warn about modules requiring address change sequenceRussell King2017-12-011-1/+7
* sfp: improve RX_LOS handlingRussell King2017-12-011-11/+22
* sfp: fix RX_LOS signal handlingRussell King2017-12-011-3/+5
* net: phy-micrel: check return code in flp center functionMax Uvarov2017-12-011-2/+4
* net: phy: marvell10g: fix the PHY id maskAntoine Tenart2017-11-281-2/+3
* net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-11-231-0/+4
* net: phy: realtek: fix RTL8211F interrupt modeHeiner Kallweit2017-11-141-0/+2
* net: phy: leds: Add support for "link" triggerMaciej S. Szmigiero2017-11-082-5/+45
* net: phy: leds: Refactor "no link" handler into a separate functionMaciej S. Szmigiero2017-11-081-10/+10
* phylink: make local function phylink_phy_change() staticWei Yongjun2017-11-041-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-044-0/+4
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-024-0/+4
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-3/+5
|\| |
| * | net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn2017-11-011-3/+5
| |/
* | net: phy: Fix sfp.c build against GPIO definitionsFlorian Fainelli2017-11-011-1/+1
* | net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli2017-11-013-29/+22
* | net: phy: broadcom: support new device flag for setting master modeRafał Miłecki2017-10-131-0/+6
* | net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy2017-10-111-1/+1
* | net: phy: DP83822 initial driver submissionDan Murphy2017-10-114-3/+350
* | Add a driver for Renesas uPD60620 and uPD60620A PHYsBernd Edlinger2017-10-103-0/+115
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-234-12/+13
|\|
| * net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven2017-09-221-1/+1
| * net: phy: Keep reporting transceiver typeFlorian Fainelli2017-09-221-1/+2
| * net: phy: Kconfig: Fix PHY infrastructure menu in menuconfigJerome Brunet2017-09-191-9/+9
| * net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi2017-09-191-1/+1
* | net: phy: realtek: add RTL8201F phy-id and functionsJassi Brar2017-09-181-0/+44
* | net: phy: realtek: rename RTL8211F_PAGE_SELECT to RTL821x_PAGE_SELECTKunihiko Hayashi2017-09-181-5/+5
|/
* Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli2017-09-091-2/+4
* net: phy: sfp: rename dt properties to match the bindingBaruch Siach2017-09-091-2/+2
* net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe2017-09-054-6/+8
* net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-051-3/+19
* net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...Colin Ian King2017-09-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-022-5/+4
|\
| * Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli2017-08-311-3/+0
| * net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli2017-08-221-2/+4
* | net: mdio-mux: fix unbalanced put_deviceCorentin Labbe2017-09-011-4/+2
* | net: mdio-mux-mmioreg: Can handle 8/16/32 bits registersCorentin Labbe2017-09-011-1/+1