Re: [PATCH v6 3/4] ufs: host: Add ICE clock scaling during UFS clock changes
From: Krzysztof Kozlowski
Date: Wed Feb 25 2026 - 04:06:16 EST
On 19/02/2026 10:39, Abhinaba Rakshit wrote:
> Implement ICE (Inline Crypto Engine) clock scaling in sync with
> UFS controller clock scaling. This ensures that the ICE operates at
> an appropriate frequency when the UFS clocks are scaled up or down,
> improving performance and maintaining stability for crypto operations.
>
> Incase of OPP scaling is not supported by ICE, ensure to not prevent
> devfreq for UFS, as ICE OPP-table is optional.
>
> Acked-by: Manivannan Sadhasivam <mani@xxxxxxxxxx>
> Signed-off-by: Abhinaba Rakshit <abhinaba.rakshit@xxxxxxxxxxxxxxxx>
> ---
> drivers/ufs/host/ufs-qcom.c | 21 ++++++++++++++++++++-
SCSI/UFS is not respecting subsystem boundaries, thus you must not
combine multiple subsystem when targeting UFS.
Please split your patches.
Best regards,
Krzysztof