On Mon, 31 Aug 2026 18:09:08 +0530, Anup Vishwakarma wrote:
> adsp_start() computes 5 * HZ, an already-converted jiffies count, and
> passes it into msecs_to_jiffies(), which expects milliseconds --
> reinterpreting the value and shrinking the intended timeout. Every
> other caller (q6v5_start() in qcom_q6v5_mss.c, qcom_pas_start() in
> qcom_q6v5_pas.c) passes msecs_to_jiffies(5000) directly, matching
> qcom_q6v5_wait_for_start()'s kerneldoc, which documents @timeout as
> already being in jiffies.
> 
> [...]

Applied, thanks!

[1/1] remoteproc: qcom_q6v5_adsp: Fix double jiffies conversion in adsp_start()
      commit: f559ef6316971fe39dc5f5edd6a483429ba03768

Best regards,
-- 
Bjorn Andersson <[email protected]>

Reply via email to