summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2018-01-02phylink: remove 'mode' variable from phylink_sfp_module_insert()Russell King1-7/+8
2018-01-02sfp: improve support for direct-attach copper cablesRussell King1-7/+44
2018-01-02sfp: add support for 1000Base-PX and 1000Base-BX10Russell King1-0/+21
2018-01-02sfp: don't guess support from connector typeRussell King1-29/+0
2018-01-02sfp: use precision to print non-null terminated stringsRussell King1-18/+6
2018-01-02net: phy: marvell10g: add support for half duplex 100M and 10MRussell King1-25/+12
2018-01-02net: phy: add helper to convert negotiation result to phy settingsRussell King1-0/+43
2018-01-02net: phy: marvell10g: clean up interface mode switchingRussell King1-16/+20
2018-01-02net: phy: marvell10g: add MDI swap reportingRussell King2-0/+64
2018-01-02net: phy: marvell10g: update header commentsRussell King1-1/+7
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2017-12-27phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner1-1/+1
2017-12-26net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko1-0/+1
2017-12-25phylink: ensure AN is enabledRussell King1-0/+1
2017-12-25phylink: ensure the PHY interface mode is appropriately setRussell King1-0/+1
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+29
2017-12-21phylink: avoid attaching more than one PHYRussell King1-0/+3
2017-12-18net: phy: xgene: disable clk on error pathsAlexey Khoroshilov1-6/+15
2017-12-18net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151xRussell King1-0/+12
2017-12-18phylink: fix locking assertsRussell King1-17/+17
2017-12-18sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King1-4/+3
2017-12-18sfp: fix non-detection of PHYRussell King1-4/+4
2017-12-18net: phy: meson-gxl: join the authorsJerome Brunet1-0/+1
2017-12-18net: phy: meson-gxl: add interrupt supportJerome Brunet1-1/+36
2017-12-18net: phy: meson-gxl: leave CONFIG_A6 untouchedJerome Brunet1-9/+0
2017-12-18net: phy: meson-gxl: use genphy_config_initJerome Brunet1-1/+1
2017-12-18net: phy: meson-gxl: add read and write helpers for banked registersJerome Brunet1-61/+69
2017-12-18net: phy: meson-gxl: define control registersJerome Brunet1-20/+66
2017-12-18net: phy: meson-gxl: check phy_write return valueJerome Brunet1-12/+38
2017-12-18net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-14/+87
2017-12-15net: phy: broadcom: Add entry for 5395 switch PHYsFlorian Fainelli1-0/+42
2017-12-15net: phy: phylink: Handle NULL fwnode_handleFlorian Fainelli1-0/+3
2017-12-15sfp: add sff module supportRussell King1-14/+64
2017-12-13net: phy: marvell: avoid configuring fiber page for SGMII-to-CopperRussell King1-0/+4
2017-12-13net: phy: phylink: Report MoCA as PORT_BNCFlorian Fainelli1-1/+4
2017-12-13net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli1-2/+32
2017-12-13net: phy: phylink: Remove error messageFlorian Fainelli1-3/+1
2017-12-13net: phy: phylink: Use PHY device interface if N/AFlorian Fainelli1-0/+6
2017-12-13net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli1-2/+5
2017-12-13net: phy: meson-gxl: make function meson_gxl_read_status staticColin Ian King1-1/+1
2017-12-13net: phy: marvell10g: remove XGMII as an option for 88x3310Russell King1-1/+0
2017-12-13of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King1-0/+1
2017-12-13net: phy: fix resume handlingRussell King3-14/+9
2017-12-13net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner1-1/+1
2017-12-13phylib: add reset after clk enable supportRichard Leitner1-0/+24
2017-12-13phylib: Add device reset delay supportRichard Leitner1-2/+11
2017-12-11net: phy: meson-gxl: detect LPA corruptionJerome Brunet1-1/+73
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov4-19/+77
2017-12-05phylink: convert to fwnodeRussell King1-38/+53