aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/marvell/comphy_a3700.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-14phy: marvell: a3700: Fix compatible string for ehciMarek Behún1-1/+1
2018-05-14phy: marvell: a3700: Save/restore selector reg in SGMII initMarek Behún1-1/+8
2018-05-14phy: marvell: a3700: Use comphy_mux on Armada 37xx.Marek Behún1-0/+36
2018-05-14phy: marvell: a3700: revise the USB3 comphy setting during power onzachary1-8/+23
2018-05-14phy: marvell: a3700: Set USB3 RX wait depending on ref clockMarek Behún1-5/+3
2018-05-14phy: marvell: a3700: Access USB3 register indirectly on lane 2Marek Behún1-35/+67
2018-05-14phy: marvell: a3700: Use reg_set_indirect istead of 2 reg_setsMarek Behún1-12/+20
2018-05-14phy: marvell: a3700: Use (!ret) instead of (ret == 0)Marek Behún1-13/+13
2018-05-14phy: marvell: a3700: Use same timeout for all register pollingMarek Behún1-13/+3
2018-05-14phy: marvell: a3700: Don't create functional macro for each registerMarek Behún1-56/+52
2018-05-14phy: marvell: a3700: Use reg_set16 instead of phy_write16Marek Behún1-11/+14
2018-05-14phy: marvell: a3700: Change return type of macro MVEBU_REGMarek Behún1-115/+91
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-01phy: comphy_a3700: Change SD/MMC compatible DT node to match the updatesStefan Roese1-4/+3
2016-09-27drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3kStefan Roese1-0/+962