aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-19net: phy: remove redundant .aneg_done initialisersRussell King1-6/+0
2019-11-16mscc.c: fix semicolon.cocci warningskbuild test robot1-1/+1
2019-11-13mscc.c: Add support for additional VSC PHYsBryan Whitehead1-6/+188
2019-10-08net: phy: mscc: make arrays static, makes object smallerColin Ian King1-7/+7
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit1-2/+2
2019-07-24net: phy: mscc: initialize stats arrayAndreas Schwab1-8/+8
2019-04-23net: phy: mscc: add support for VSC8514 PHY.Kavya Sree Kotagiri1-0/+467
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-0/+1
2018-12-19net: phy: mscc: Fix the VSC 8531/41 Chip Init sequenceRaju Lakkaraju1-1/+54
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+5
2018-11-23net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz1-9/+5
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-6/+0
2018-10-17net: phy: mscc: fix memory leak in vsc8574_config_pre_initGustavo A. R. Silva1-1/+1
2018-10-17net: phy: mscc: fix signedness bug in vsc85xx_downshift_getGustavo A. R. Silva1-1/+1
2018-10-08net: phy: mscc: add support for VSC8574 PHYQuentin Schulz1-1/+319
2018-10-08net: phy: mscc: add support for VSC8584 PHYQuentin Schulz1-0/+747
2018-10-08net: phy: mscc: remove unneeded temporary variableQuentin Schulz1-8/+4
2018-10-08net: phy: mscc: shorten `x != 0` condition to `x`Quentin Schulz1-4/+4
2018-10-08net: phy: mscc: remove unneeded parenthesisQuentin Schulz1-1/+1
2018-10-08net: phy: mscc: Add EEE init sequenceRaju Lakkaraju1-0/+65
2018-10-08net: phy: mscc: add ethtool statistics countersRaju Lakkaraju1-0/+119
2018-10-08net: phy: mscc: migrate to phy_select/restore_page functionsQuentin Schulz1-84/+62
2018-09-28phy: mscc: fix printf formatArnd Bergmann1-1/+1
2018-09-04net: phy: mscc: read 'vsc8531, led-%d-mode' as an u32Quentin Schulz1-6/+7
2018-09-04net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32Quentin Schulz1-4/+3
2018-09-04net: phy: mscc: read 'vsc8531,vddmac' as an u32Quentin Schulz1-3/+3
2018-09-04net: phy: mscc: factorize function for getting LED mode from DTQuentin Schulz1-1/+19
2018-09-04net: phy: mscc: factorize code for LEDs modeQuentin Schulz1-36/+39
2018-07-30net: phy: mscc: the extended page access register is 16 bitsQuentin Schulz1-1/+1
2017-02-08net: phy: Add LED mode driver for Microsemi PHYs.Raju Lakkaraju1-1/+84
2016-12-01net: phy: Add mdi(x) support in Microsemi PHYs driverRaju Lakkaraju1-8/+97
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli1-11/+5
2016-11-18net: phy: Add downshift get/set support in Microsemi PHYs driverRaju Lakkaraju1-0/+100
2016-10-29net: phy: Add support for Microsemi VSC 8530/40 Fast Ethernet PHYRaju Lakkaraju1-0/+42
2016-10-14net: phy: Cleanup the Edge-Rate feature in Microsemi PHYs.Allan W. Nielsen1-73/+62
2016-10-06net: phy: Add Wake-on-LAN driver for Microsemi PHYs.Raju Lakkaraju1-0/+128
2016-10-04net: phy: Add Edge-rate driver for Microsemi PHYs.Raju Lakkaraju1-0/+125
2016-09-20net: phy: Add MAC-IF driver for Microsemi PHYs.Raju Lakkaraju1-0/+51
2016-09-09net: phy: Fixed checkpatch errors for Microsemi PHYs.Raju Lakkaraju1-89/+89
2016-08-13net: phy: initialize rc to zero to avoid returning garbage valueColin Ian King1-1/+1
2016-08-08Microsemi VSC 8531/41 PHY DriverRaju Lakkaraju1-0/+161