Re: [PATCH v4 0/2] Fixes for UFS clock gating initialization
From: Bart Van Assche
Date: Tue Jan 28 2025 - 13:54:51 EST
On 1/27/25 11:12 PM, Avri Altman wrote:
This patch series addresses two issues related to the UFS clock gating
mechanism. The first patch ensures that the `clk_gating.lock` is used
only after it has been properly initialized.
The second patch fixes an issue where `clk_gating.state` is toggled even
if clock gating is not allowed, which can lead to crashes.
For both patches:
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>