Re: [PATCH net-next v2 1/3] dpll: add frequency monitoring to netlink spec
From: Vadim Fedorenko
Date: Tue Mar 31 2026 - 07:45:48 EST
On 30/03/2026 11:55, Ivan Vecera wrote:
Add DPLL_A_FREQUENCY_MONITOR device attribute to allow control over
the frequency monitor feature. The attribute uses the existing
dpll_feature_state enum (enable/disable) and is present in both
device-get reply and device-set request.
Add DPLL_A_PIN_MEASURED_FREQUENCY pin attribute to expose the measured
input frequency in Hz. The attribute is present in the pin-get reply.
Signed-off-by: Ivan Vecera <ivecera@xxxxxxxxxx>
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>