From: Paolo Abeni Date: Thu, 28 May 2026 12:05:31 +0000 (+0200) Subject: Merge branch 'dpll-zl3073x-various-fixes' X-Git-Tag: v7.1-rc6~27^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=8d26955ea5a4697c1e21a3869ceb36b90389b051;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'dpll-zl3073x-various-fixes' Ivan Vecera says: ==================== dpll: zl3073x: various fixes Three fixes for the zl3073x DPLL driver. Patch 1 exports __dpll_device_change_ntf() for use by drivers that need to send device change notifications from within callbacks already running under dpll_lock. Patch 2 replaces the change_work workqueue mechanism with direct calls to __dpll_device_change_ntf(), eliminating a race condition where the work handler could dereference a freed dpll_dev pointer during device teardown. Patch 3 moves the freq_monitor flag from per-DPLL to per-device scope to match the hardware behavior where frequency measurement registers are shared across all DPLL channels. ==================== Link: https://patch.msgid.link/20260526074525.1451008-1-ivecera@redhat.com Signed-off-by: Paolo Abeni --- 8d26955ea5a4697c1e21a3869ceb36b90389b051