summaryrefslogtreecommitdiff
path: root/drivers/phy/microchip/sparx5_serdes.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski1-1/+1
2023-05-08phy: sparx5-serdes: add skip_cmu_cfg check when configuring lanesDaniel Machon1-0/+5
2023-05-08phy: sparx5-serdes: remove power up of all CMUsDaniel Machon1-25/+0
2023-05-08phy: sparx5-serdes: power on CMUs individuallyDaniel Machon1-1/+42
2023-05-08phy: sparx5-serdes: power down all CMUs by defaultDaniel Machon1-0/+51
2023-05-08phy: sparx5-serdes: reorder CMU functionsDaniel Machon1-153/+153
2023-05-08phy: sparx5-serdes: configure optimal quiet mode for serdes lanesDaniel Machon1-1/+31
2021-10-26phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()Yang Yingliang1-2/+2
2021-06-03phy: Sparx5 Eth SerDes: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-04-06phy: fix resource_size.cocci warningskernel test robot1-1/+1
2021-04-06phy: Sparx5 Eth SerDes: Use direct register operationsSteen Hegelund1-918/+951
2021-03-17phy: Add Sparx5 ethernet serdes PHY driverSteen Hegelund1-0/+2480