aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/marvell.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-03-09net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber1-55/+10
2018-07-26net: phy: Clean up includes of common.hJoe Hershberger1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-26net: phy: marvell 88e151x: Fix handling of bare RGMII interface typeMario Six1-1/+2
2018-02-26net: phy: marvell: Fix style violationsMario Six1-22/+22
2018-01-15net: phy: marvell: Add functions to read PHY's extended registersLukasz Majewski1-0/+29
2017-06-12net: phy: marvell: Fix init function for m88e1145York Sun1-1/+4
2017-06-02net: phy: marvell 88e151x: Fix handling of RGMII interface typesPhil Edworthy1-1/+44
2017-02-07net: phy: Improve the Marvell 151x constantsJoe Hershberger1-11/+36
2017-02-07net: phy: Marvell: Use phy_interface_is_rgmii helper functionPhil Edworthy1-4/+1
2017-02-07net: phy: Add support for Marvell M88E1512Phil Edworthy1-2/+7
2017-02-07net: phy: Fix mask so that we can identify Marvell 88E1518Phil Edworthy1-2/+2
2017-02-01net: phy: Support Marvell 88E1680Dirk Eibach1-0/+54
2016-07-27net: phy: marvell: Add a missing errno.h headerSimon Glass1-0/+1
2016-06-21net: phy: marvell: Do not reset 88e1310 after autonegNathan Rossi1-4/+1
2016-05-24phy: marvell: Do not reset phy after negotiationMichal Simek1-5/+1
2016-05-24net: phy: Handle phy_startup() error codes properlyMichal Simek1-10/+19
2016-05-24phy: Return correct error code when timeout happensMichal Simek1-2/+2
2016-02-18net: phy: marvell: Fix problem with phy_reset() clearing BMCRStefan Roese1-2/+1
2016-02-18net: phy: marvell: Call phy_reset() where possibleStefan Roese1-21/+2
2015-08-11net: Add support for Marvell 88E1510 PHYClemens Gruber1-0/+30
2015-08-11net: Improve 88E151x PHY initializationClemens Gruber1-14/+23
2014-11-06net: phy: marvell: add errata w/a for 88E151* chipsHao Zhang1-1/+52
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-15/+1
2013-06-24NET: phy: add 88E1310 PHY initializationSebastian Hesselbarth1-0/+48
2013-04-30net: phy: Define Marvell 88e1518 phyMichal Simek1-0/+11
2012-12-15phy: Add support for Marvell 88E1118RMichal Simek1-0/+11
2011-12-05Phy/Marvell: Rewrite the MV88E1111 phy config function based on kernel codeZang Roy-R619111-6/+107
2011-04-20phylib: Add a bunch of PHY drivers from tsecAndy Fleming1-0/+367