summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: mscc: initialize stats arrayAndreas Schwab2019-07-251-8/+8
* net: phy: mscc: add support for VSC8514 PHY.Kavya Sree Kotagiri2019-04-231-0/+467
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-6/+6
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-0/+1
* net: phy: mscc: Fix the VSC 8531/41 Chip Init sequenceRaju Lakkaraju2018-12-191-1/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-9/+5Star
|\
| * net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz2018-11-241-9/+5Star
* | net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-6/+0Star
|/
* net: phy: mscc: fix memory leak in vsc8574_config_pre_initGustavo A. R. Silva2018-10-181-1/+1
* net: phy: mscc: fix signedness bug in vsc85xx_downshift_getGustavo A. R. Silva2018-10-181-1/+1
* net: phy: mscc: add support for VSC8574 PHYQuentin Schulz2018-10-081-1/+319
* net: phy: mscc: add support for VSC8584 PHYQuentin Schulz2018-10-081-0/+747
* net: phy: mscc: remove unneeded temporary variableQuentin Schulz2018-10-081-8/+4Star
* net: phy: mscc: shorten `x != 0` condition to `x`Quentin Schulz2018-10-081-4/+4
* net: phy: mscc: remove unneeded parenthesisQuentin Schulz2018-10-081-1/+1
* net: phy: mscc: Add EEE init sequenceRaju Lakkaraju2018-10-081-0/+65
* net: phy: mscc: add ethtool statistics countersRaju Lakkaraju2018-10-081-0/+119
* net: phy: mscc: migrate to phy_select/restore_page functionsQuentin Schulz2018-10-081-84/+62Star
* phy: mscc: fix printf formatArnd Bergmann2018-09-281-1/+1
* net: phy: mscc: read 'vsc8531, led-%d-mode' as an u32Quentin Schulz2018-09-041-6/+7
* net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32Quentin Schulz2018-09-041-4/+3Star
* net: phy: mscc: read 'vsc8531,vddmac' as an u32Quentin Schulz2018-09-041-3/+3
* net: phy: mscc: factorize function for getting LED mode from DTQuentin Schulz2018-09-041-1/+19
* net: phy: mscc: factorize code for LEDs modeQuentin Schulz2018-09-041-36/+39
* net: phy: mscc: the extended page access register is 16 bitsQuentin Schulz2018-07-301-1/+1
* net: phy: Add LED mode driver for Microsemi PHYs.Raju Lakkaraju2017-02-081-1/+84
* net: phy: Add mdi(x) support in Microsemi PHYs driverRaju Lakkaraju2016-12-011-8/+97
* ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli2016-11-241-11/+5Star
* net: phy: Add downshift get/set support in Microsemi PHYs driverRaju Lakkaraju2016-11-181-0/+100
* net: phy: Add support for Microsemi VSC 8530/40 Fast Ethernet PHYRaju Lakkaraju2016-10-291-0/+42
* net: phy: Cleanup the Edge-Rate feature in Microsemi PHYs.Allan W. Nielsen2016-10-141-73/+62Star
* net: phy: Add Wake-on-LAN driver for Microsemi PHYs.Raju Lakkaraju2016-10-071-0/+128
* net: phy: Add Edge-rate driver for Microsemi PHYs.Raju Lakkaraju2016-10-041-0/+125
* net: phy: Add MAC-IF driver for Microsemi PHYs.Raju Lakkaraju2016-09-201-0/+51
* net: phy: Fixed checkpatch errors for Microsemi PHYs.Raju Lakkaraju2016-09-101-89/+89
* net: phy: initialize rc to zero to avoid returning garbage valueColin Ian King2016-08-141-1/+1
* Microsemi VSC 8531/41 PHY DriverRaju Lakkaraju2016-08-091-0/+161