summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | sfp: add sff module supportRussell King2017-12-151-14/+64
* | net: phy: phylink: Report MoCA as PORT_BNCFlorian Fainelli2017-12-131-1/+4
* | net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli2017-12-131-2/+32
* | net: phy: phylink: Remove error messageFlorian Fainelli2017-12-131-3/+1
* | net: phy: phylink: Use PHY device interface if N/AFlorian Fainelli2017-12-131-0/+6
* | net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli2017-12-131-2/+5
* | net: phy: marvell10g: remove XGMII as an option for 88x3310Russell King2017-12-131-1/+0
* | net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner2017-12-131-1/+1
* | phylib: add reset after clk enable supportRichard Leitner2017-12-131-0/+24
* | phylib: Add device reset delay supportRichard Leitner2017-12-131-2/+11
* | phylib: Add device reset GPIO supportSergei Shtylyov2017-12-054-19/+77
* | phylink: convert to fwnodeRussell King2017-12-051-38/+53
* | sfp: convert to fwnodeRussell King2017-12-052-8/+9
* | sfp: fix sparse warningRussell King2017-12-051-1/+1
* | sfp: add documentation for kernel APIsRussell King2017-12-051-0/+104
* | phylink: add documentation for kernel APIsRussell King2017-12-051-0/+182
* | phylink: restart 802.3z negotiation when starting net deviceRussell King2017-12-051-0/+6
* | phylink: remove phylink_init_eee()Russell King2017-12-051-13/+0
* | phylink: add support for 2500baseX and 10GbaseKRRussell King2017-12-051-0/+2
* | phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King2017-12-051-25/+14
* | phylink: merge SGMII and 802.3z handlingRussell King2017-12-051-7/+9
* | phy: add phy_interface_mode_is_8023z() helperRussell King2017-12-051-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-053-13/+35
|\|
| * 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: broadcom: re-add mistakenly removed config settingsHeiner Kallweit2017-12-041-0/+3
* | net: phy: core: don't disable device interrupts in phy_changeHeiner Kallweit2017-12-041-13/+6
* | net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit2017-12-041-24/+2
* | net: phy: realtek: add utility functions to read/write page addressesMartin Blumenstingl2017-12-031-30/+53
* | net: phy: realtek: use the same indentation for all #definesMartin Blumenstingl2017-12-031-13/+14
* | net: phy: realtek: group all register bit #defines for RTL821x_INERMartin Blumenstingl2017-12-031-2/+5
* | net: phy: realtek: rename RTL821x_INER_INIT to RTL8211B_INER_INITMartin Blumenstingl2017-12-031-2/+2
* | net: phy: realtek: use the BIT and GENMASK macrosMartin Blumenstingl2017-12-031-5/+6
* | net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-0128-169/+0
* | net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit2017-12-011-1/+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-241-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