]> git.ipfire.org Git - thirdparty/iproute2.git/commit
dpll: add frequency monitoring support
authorIvan Vecera <ivecera@redhat.com>
Mon, 4 May 2026 16:30:14 +0000 (18:30 +0200)
committerDavid Ahern <dsahern@kernel.org>
Thu, 7 May 2026 15:20:23 +0000 (09:20 -0600)
commit12954bc7d2c3bdb86eb5e8740119079173c4ef9d
tree542a275dff8c150fbfa559ac2e447cab66948c67
parent410888eea295a860491aa343d1b8298cb3b40af7
dpll: add frequency monitoring support

Add support for the new frequency monitoring feature from the kernel
patch series "dpll: add actual frequency monitoring feature". This
includes:

- DPLL_A_FREQUENCY_MONITOR device attribute (enable/disable)
- DPLL_A_PIN_MEASURED_FREQUENCY pin attribute displayed as fractional Hz
  using DPLL_PR_MEASURED_FREQUENCY macro (kernel reports in mHz)
- device set: frequency-monitor { enable | disable }
- Refactor phase-offset-monitor to use new dpll_parse_attr_feature_state
  helper shared with frequency-monitor
- Update man page and bash-completion

Reviewed-by: Petr Oros <poros@redhat.com>
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
bash-completion/dpll
dpll/dpll.c
man/man8/dpll.8