summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/dpll.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-2/+2
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-09net/mlx5: DPLL, Fix possible use after free after delayed work timer triggersJiri Pirko1-1/+1
2024-02-01net/mlx5: DPLL, Implement lock status error valueJiri Pirko1-0/+23
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko1-4/+5
2024-01-05net/mlx5: DPLL, Implement fractional frequency offset get pin opJiri Pirko1-0/+31
2024-01-05net/mlx5: DPLL, Use struct to get values from mlx5_dpll_synce_status_get()Jiri Pirko1-35/+28
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-9/+0
2023-10-05mlx5: Fix type of mode parameter in mlx5_dpll_device_mode_get()Nathan Chancellor1-2/+2
2023-09-17mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko1-0/+432