aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/smsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-23net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey1-0/+1
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-6/+6
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-5/+1
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-6/+1
2018-04-27drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang1-4/+1
2017-12-13net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner1-1/+1
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-9/+0
2017-06-22net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann1-1/+1
2017-06-04net: phy: smsc: Implement PHY statisticsAndrew Lunn1-0/+72
2017-05-16net: phy: Remove residual magic from PHY driversAndrew Lunn1-6/+6
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2016-12-10net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi1-12/+6
2016-06-10net: phy: smsc: reintroduced unconditional soft resetManfred Schlaegl1-13/+4
2016-01-21net: phy: smsc: Fix disabling energy detect modeTeresa Remmet1-10/+44
2016-01-10net: phy: Add support for SMSC LAN8740 PHYJoshua Henderson1-0/+22
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-10/+0
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2015-10-21net: phy: smsc: disable energy detect modeHeiko Schocher1-5/+14
2015-08-17net: phy: fix semicolon.cocci warningskbuild test robot1-1/+1
2015-08-17net: phy: workaround for buggy cable detection by LAN8700 after cable pluggingIgor Plyatov1-12/+19
2014-11-12net: phy: replace phy_drivers_register callsJohan Hovold1-13/+1
2014-08-16net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset functionGwenhael Goavec-Merou1-12/+21
2014-04-23net/phy: Remove return value for void functionShruti Kanetkar1-2/+1
2012-12-07net: phy: smsc: Fix config_init typoPatrick Trantham1-1/+1
2012-12-07net: phy: smsc: force all capable mode if the phy is started in powerdown modetrem1-1/+25
2012-11-15net: phy: smsc: Re-enable EDPD mode for LAN87xxPatrick Trantham1-26/+43
2012-09-27net: phy: smsc: Implement PHY config_init for LAN87xxMarek Vasut1-1/+27
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-17Change email address for Steve GlendinningSteve Glendinning1-1/+1
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt1-53/+11
2012-01-03net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>Javier Martinez Canillas1-20/+1
2010-10-05net/phy: fix many "defined but unused" warningsUwe Kleine-König1-1/+1
2010-04-02phylib: Add module table to all existing phy driversDavid Woodhouse1-0/+11
2010-01-06phy: SMSC device Energy Detect power-down modeGiuseppe Cavallaro1-2/+19
2009-03-23phy: add new LAN8710 and LAN8720 device ids to smsc phy driverSteve Glendinning1-0/+31
2009-01-22phy: Add suspend/resume support to SMSC PHYsSteve Glendinning1-0/+12
2008-11-06SMSC LAN911x and LAN921x vendor driverSteve Glendinning1-0/+28
2008-04-29Add support for SMSC LAN8187 and LAN8700 PHYsSteve Glendinning1-1/+68
2008-04-29Rename SMSC phy functions to be more genericSteve Glendinning1-7/+7
2006-08-14[PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones1-1/+0
2006-05-24[PATCH] phy: new SMSC LAN83C185 PHY driverHerbert Valerio Riedel1-0/+101