summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2018-04-23net: phy: marvell: clear wol event before setting itJingju Hou-0/+9
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+177
2018-04-20lan78xx: Read LED states from Device TreePhil Elwell-0/+25
2018-04-20net: phy: mdio-boardinfo: Allow recursive mdiobus_register()Andrew Lunn-1/+4
2018-04-19net-next: phy: new Asix Electronics PHY driverMichael Schmitz-0/+70
2018-04-19net: phy: mdio-gpio: Remove redundant platform data headerAndrew Lunn-1/+1
2018-04-19net: phy: mdio-gpio: Add #defines for the GPIO index'sAndrew Lunn-3/+7
2018-04-19net: phy: mdio-gpio: Parse properties directly into bitbang structureAndrew Lunn-29/+16
2018-04-19net: phy: mdio-gpio: Move allocation for bitbanging dataAndrew Lunn-6/+7
2018-04-19net: phy: mdio-gpio: Swap to using gpio descriptorsAndrew Lunn-56/+17
2018-04-19net: phy: mdio-gpio: Remove support for IRQs in platform dataAndrew Lunn-7/+0
2018-04-19net: phy: mdio-gpio: remove support for phy maskAndrew Lunn-4/+0
2018-04-19net: phy: mdio-gpio: remove support for ignoring turn aroundAndrew Lunn-1/+0
2018-04-19net: phy: mdio-bitbang: Remove reset supportAndrew Lunn-9/+0
2018-04-19net: phy: mdio-gpio: Remove reset functionAndrew Lunn-1/+0
2018-04-19net: phy_ mdio-gpio: Fixup , which should be ;Andrew Lunn-1/+1
2018-04-12lan78xx: PHY DSP registers initialization to address EEE link drop issues wit...Raghuram Chary J-1/+177
2018-04-08dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal-0/+18
2018-04-06net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal-2/+18
2018-04-04net: phy: marvell10g: add thermal hwmon deviceRussell King-2/+182
2018-04-01fix typo in command value in drivers/net/phy/mdio-bitbang.Frans Meulenbroeks-1/+1
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King-32/+2
2018-03-30net: phy: phylink: Provide PHY interface to mac_link_{up, down}Florian Fainelli-1/+3
2018-03-29sfp: allow cotsworks modulesRussell King-10/+31
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches-1/+1
2018-03-23net: phy: intel-xway: add VR9 v1.1 phy idsMathias Kresin-0/+28
2018-03-23net: phy: intel-xway: add VR9 version numberMathias Kresin-8/+8
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-95/+101
2018-03-22net: phy: micrel: Use the general dummy stubs for MMD register accessKevin Hao-21/+2
2018-03-22net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211bKevin Hao-0/+2
2018-03-22net: phy: Add general dummy stubs for MMD register accessKevin Hao-0/+17
2018-03-19net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko-4/+11
2018-03-12net: phy: set link state to down when creating the phy_deviceHeiner Kallweit-1/+1
2018-03-12net: phy: Tell caller result of phy_change()Brad Mouring-73/+72
2018-03-07net: phy: mdio-mux: slience probe defer errorJerome Brunet-2/+3
2018-03-07net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit-7/+2
2018-03-07net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit-11/+2
2018-03-06net: phy: broadcom: Use strlcpy() for ethtool::get_stringsFlorian Fainelli-2/+2
2018-03-06net: phy: micrel: Use strlcpy() for ethtool::get_stringsFlorian Fainelli-2/+2
2018-03-06net: phy: marvell: Use strlcpy() for ethtool::get_stringsFlorian Fainelli-2/+2
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+14
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King-15/+15
2018-03-01net: phy: marvell10g: Utilize gen10g_no_soft_reset()Florian Fainelli-10/+1
2018-03-01net: phy: cortina: Utilize generic functionsFlorian Fainelli-15/+3
2018-03-01net: phy: teranetics: Utilize generic functionsFlorian Fainelli-27/+5
2018-03-01net: phy: Export gen10g_* functionsFlorian Fainelli-7/+13
2018-03-01net: phy: aquantia: Utilize genphy_c45_aneg_done()Florian Fainelli-14/+6
2018-03-01net: phylink: Remove redundant netdev.phydev assignmentRichard Cochran-2/+0
2018-02-28sfp: add high power module supportJon Nettleton-18/+132
2018-02-28phylink,sfp: negotiate interface format with MACRussell King-76/+58