Re: [PATCH v2] slimbus: qcom-ngd-ctrl: Reduce auto suspend delay

From: Konrad Dybcio
Date: Mon Mar 11 2024 - 20:15:28 EST




On 3/8/24 13:41, Viken Dadhaniya wrote:
Currently we have auto suspend delay of 1s which is
very high and it takes long time to driver for runtime
suspend after use case is done.

Hence to optimize runtime PM ops, reduce auto suspend
delay to 100ms.

Signed-off-by: Viken Dadhaniya <quic_vdadhani@xxxxxxxxxxx>
---

Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad