summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/dpll.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-2/+2
|\
| * dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-1/+1
|\|
| * net/mlx5: DPLL, Fix possible use after free after delayed work timer triggersJiri Pirko2024-02-081-1/+1
* | net/mlx5: DPLL, Implement lock status error valueJiri Pirko2024-02-011-0/+23
* | dpll: extend lock_status_get() op by status error and expose to userJiri Pirko2024-02-011-4/+5
|/
* net/mlx5: DPLL, Implement fractional frequency offset get pin opJiri Pirko2024-01-051-0/+31
* net/mlx5: DPLL, Use struct to get values from mlx5_dpll_synce_status_get()Jiri Pirko2024-01-051-35/+28
* dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2023-12-131-9/+0
* mlx5: Fix type of mode parameter in mlx5_dpll_device_mode_get()Nathan Chancellor2023-10-041-2/+2
* mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko2023-09-171-0/+432