aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/marvell/comphy_a3700.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-22drivers: phy: Remove duplicate newlinesMarek Vasut1-1/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07phy: Remove <common.h> and add needed includesTom Rini1-1/+0
2022-02-17usb: ehci: ehci-marvell: Update compatible string to official DT bindingsPali Rohár1-1/+1
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún1-6/+6
2021-12-19phy: marvell: a3700: Convert to official DT bindings in COMPHY driverPali Rohár1-0/+133
2021-10-08phy: marvell: a3700: Return correct error code when power up failsPali Rohár1-6/+20
2021-10-08phy: marvell: a3700: Fix configuring polarity invert bitsPali Rohár1-0/+12
2021-10-08phy: marvell: a3700: Set TXDCLK_2X_SEL bit during PCIe initializationPali Rohár1-1/+1
2021-04-29phy: marvell: rename comphy related definitions to COMPHY_XXIgal Liberman1-35/+35
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-04phy: marvell: a3700: add sata comphy on lane 2 with invert optionzachary1-19/+14
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