summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2017-12-18sfp: fix non-detection of PHYRussell King-4/+4
2017-12-18net: phy: meson-gxl: join the authorsJerome Brunet-0/+1
2017-12-18net: phy: meson-gxl: add interrupt supportJerome Brunet-1/+36
2017-12-18net: phy: meson-gxl: leave CONFIG_A6 untouchedJerome Brunet-9/+0
2017-12-18net: phy: meson-gxl: use genphy_config_initJerome Brunet-1/+1
2017-12-18net: phy: meson-gxl: add read and write helpers for banked registersJerome Brunet-61/+69
2017-12-18net: phy: meson-gxl: define control registersJerome Brunet-20/+66
2017-12-18net: phy: meson-gxl: check phy_write return valueJerome Brunet-12/+38
2017-12-18net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+87
2017-12-15net: phy: broadcom: Add entry for 5395 switch PHYsFlorian Fainelli-0/+42
2017-12-15net: phy: phylink: Handle NULL fwnode_handleFlorian Fainelli-0/+3
2017-12-15sfp: add sff module supportRussell King-14/+64
2017-12-13net: phy: marvell: avoid configuring fiber page for SGMII-to-CopperRussell King-0/+4
2017-12-13net: phy: phylink: Report MoCA as PORT_BNCFlorian Fainelli-1/+4
2017-12-13net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli-2/+32
2017-12-13net: phy: phylink: Remove error messageFlorian Fainelli-3/+1
2017-12-13net: phy: phylink: Use PHY device interface if N/AFlorian Fainelli-0/+6
2017-12-13net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli-2/+5
2017-12-13net: phy: meson-gxl: make function meson_gxl_read_status staticColin Ian King-1/+1
2017-12-13net: phy: marvell10g: remove XGMII as an option for 88x3310Russell King-1/+0
2017-12-13of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King-0/+1
2017-12-13net: phy: fix resume handlingRussell King-14/+9
2017-12-13net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner-1/+1
2017-12-13phylib: add reset after clk enable supportRichard Leitner-0/+24
2017-12-13phylib: Add device reset delay supportRichard Leitner-2/+11
2017-12-11net: phy: meson-gxl: detect LPA corruptionJerome Brunet-1/+73
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov-19/+77
2017-12-05phylink: convert to fwnodeRussell King-38/+53
2017-12-05sfp: convert to fwnodeRussell King-8/+9
2017-12-05sfp: fix sparse warningRussell King-1/+1
2017-12-05sfp: add documentation for kernel APIsRussell King-0/+104
2017-12-05phylink: add documentation for kernel APIsRussell King-0/+182
2017-12-05phylink: restart 802.3z negotiation when starting net deviceRussell King-0/+6
2017-12-05phylink: remove phylink_init_eee()Russell King-13/+0
2017-12-05phylink: add support for 2500baseX and 10GbaseKRRussell King-0/+2
2017-12-05phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King-25/+14
2017-12-05phylink: merge SGMII and 802.3z handlingRussell King-7/+9
2017-12-05phy: add phy_interface_mode_is_8023z() helperRussell King-2/+1
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+35
2017-12-04net: phy: broadcom: re-add mistakenly removed config settingsHeiner Kallweit-0/+3
2017-12-04net: phy: core: don't disable device interrupts in phy_changeHeiner Kallweit-13/+6
2017-12-04net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit-24/+2
2017-12-03net: phy: realtek: add utility functions to read/write page addressesMartin Blumenstingl-30/+53
2017-12-03net: phy: realtek: use the same indentation for all #definesMartin Blumenstingl-13/+14
2017-12-03net: phy: realtek: group all register bit #defines for RTL821x_INERMartin Blumenstingl-2/+5
2017-12-03net: phy: realtek: rename RTL821x_INER_INIT to RTL8211B_INER_INITMartin Blumenstingl-2/+2
2017-12-03net: phy: realtek: use the BIT and GENMASK macrosMartin Blumenstingl-5/+6
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit-169/+0
2017-12-01net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit-1/+4