summaryrefslogtreecommitdiff
path: root/drivers/phy/marvell/comphy_cp110.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-27phy: marvell: cp110: Support SATA invert polarityDenis Odintsov1-1/+6
2021-04-29phy: marvell: utmi: update utmi config which fixes usb2.0 instabilityGrzegorz Jaszczyk1-5/+18
2021-04-29phy: marvell: add support for SFI1Igal Liberman1-6/+8
2021-04-29phy: marvell: fix pll initialization for second utmi portGrzegorz Jaszczyk1-8/+27
2021-04-29phy: marvell: cp110: mark u-boot power-off callsIgal Liberman1-2/+2
2021-04-29phy: marvell: fix handling of unconnected comphyChristine Gharzuzi1-0/+4
2021-04-29phy: marvell: pass sgmii id to firmwareIgal Liberman1-22/+5
2021-04-29phy: marvell: cp110: clean up driver after it was moved to atfGrzegorz Jaszczyk1-5/+0
2021-04-29phy: marvell: cp110: remove both phy and pipe selector configurationGrzegorz Jaszczyk1-94/+0
2021-04-29phy: marvell: cp110: let the firmware perform training for XFIGrzegorz Jaszczyk1-179/+18
2021-04-29phy: marvell: cp110: let the firmware configure comphy for USBGrzegorz Jaszczyk1-124/+9
2021-04-29phy: marvell: cp110: let the firmware configure comphy for RXAUIGrzegorz Jaszczyk1-180/+4
2021-04-29phy: marvell: cp110: remove unused definitionsMarcin Wojtas1-3/+0
2021-04-29phy: marvell: add RX training commandIgal Liberman1-0/+190
2021-04-29phy: marvell: cp110: utmi: update analog parameters according to latest ETPIgal Liberman1-6/+3
2021-04-29phy: marvell: cp110: initialize only enabled UTMI unitsOmri Itach1-25/+26
2021-04-29phy: marvell: rename comphy related definitions to COMPHY_XXIgal Liberman1-56/+68
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-29phy: marvell: cp110: update mode parameter for pcie power on callsIgal Liberman1-2/+5
2020-10-29phy: marvell: cp110: let the firmware configure comphy for PCIeGrzegorz Jaszczyk1-439/+12
2020-10-29phy: marvell: cp110: let the firmware configure the comphyGrzegorz Jaszczyk1-727/+89
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-09-19phy: marvell: add SATA comphy RX/TX polarity invert supportRabeeh Khoury1-2/+17
2018-09-19phy: marvell: Support changing SERDES map in board fileMarek BehĂșn1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-20/+20
2017-05-09fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETPIgal Liberman1-3/+63
2017-05-09fix: phy: marvell: cp110: rename comphy_index to cp_indexIgal Liberman1-3/+3
2017-05-09fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETPIgal Liberman1-7/+81
2017-05-09fix: phy: marvell: cp110: fix comphy lane 4 selection optionsStefan Roese1-3/+3
2017-05-09phy: marvell: cp110: add 5G XFI modeIgal Liberman1-7/+37
2017-05-09fix: phy: marvell: cp110: update comphy selector optionStefan Roese1-16/+13
2017-05-09fix: phy: marvell: cp110: sata: update analog parameters according to latest ETPIgal Liberman1-11/+177
2017-05-09fix: phy: marvell: cp110: fix the KR/SFI line 4 selectorStefan Roese1-2/+2
2017-05-09phy: marvell: add IGNORE COMPHY typeStefan Roese1-0/+1
2017-05-09phy: marvell: cp110: update utmi phy connection typeStefan Roese1-2/+3
2017-05-09phy: marvell: cp110: add support for end point configurationStefan Roese1-6/+10
2017-05-09phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFIStefan Roese1-9/+9
2016-09-27drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 7K/8KStefan Roese1-0/+1726