]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'dpll-zl3073x-various-fixes'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 28 May 2026 12:05:31 +0000 (14:05 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 28 May 2026 12:05:31 +0000 (14:05 +0200)
commit8d26955ea5a4697c1e21a3869ceb36b90389b051
tree73e9886a6a81b34fdaad06db622cfaff62948c3a
parent1af2af707f772f7f7ae7853ebe6d2695354fe85e
parentc1224569cef038b040db0459510cd7948ecd467b
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 <pabeni@redhat.com>