aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-12net: phy: fix wrong mask to phy_modify()Ingo van Lil1-1/+1
2018-02-08net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit1-1/+1
2018-02-06net: phy: Handle not having GPIO enabled in the kernelAndrew Lunn1-1/+2
2018-01-23net: phy: sfp: Fix kernel doc warningFlorian Fainelli1-1/+1
2018-01-16phy: realtek: use new helpers for paged register accessHeiner Kallweit1-45/+14
2018-01-16phy: use new helpers phy_set_bits/phy_clear_bits in phylibHeiner Kallweit1-2/+2
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit1-7/+3
2018-01-15net: phy: Have __phy_modify return 0 on successAndrew Lunn1-7/+6
2018-01-11net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()Wei Yongjun1-0/+2
2018-01-10net: phy: marvell: mv88e6390 temperature sensor readingAndrew Lunn1-1/+150
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+11
2018-01-08mdio-sun4i: Fix a memory leakChristophe JAILLET1-2/+4
2018-01-08phylink: mark expected switch fall-throughs in phylink_mii_ioctlGustavo A. R. Silva1-0/+2
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King4-15/+14
2018-01-03net: mdio: Only perform gpio reset for PHYsAndrew Lunn1-4/+17
2018-01-03net: phy: convert read-modify-write to phy_modify()Russell King3-112/+46
2018-01-03net: phy: add phy_modify() accessorRussell King1-0/+23
2018-01-03net: phy: marvell: fix paged access racesRussell King1-217/+137
2018-01-03net: phy: add paged phy register accessorsRussell King1-0/+157
2018-01-03net: phy: add unlocked accessorsRussell King1-0/+25
2018-01-03net: phy: use unlocked accessors for indirect MMD accessesRussell King1-5/+6
2018-01-03net: mdiobus: add unlocked accessorsRussell King1-12/+53
2018-01-03net: phy: fixed-phy: remove fixed_phy_update_state()Russell King1-31/+0
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
2018-01-02sfp: fix sfp-bus oops when removing socket/upstreamRussell King1-2/+4
2018-01-02phylink: ensure we report link down when LOS assertedRussell King1-2/+1
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