[PATCH V1 0/3] Add support to disable UFS LPM

Nitin Rawat posted 3 patches 8 months ago
There is a newer version of this series
.../devicetree/bindings/ufs/ufs-common.yaml       |  5 +++++
drivers/ufs/host/ufs-qcom.c                       | 15 ++++++++-------
drivers/ufs/host/ufshcd-pltfrm.c                  | 15 +++++++++++++++
include/ufs/ufshcd.h                              |  1 +
4 files changed, 29 insertions(+), 7 deletions(-)
[PATCH V1 0/3] Add support to disable UFS LPM
Posted by Nitin Rawat 8 months ago
Add support to disable UFS Low Power Mode (LPM) for platforms
that doesn't support LPM.

Nitin Rawat (3):
  scsi: ufs: dt-bindings: Document UFS Disable LPM property
  scsi: ufs: pltfrm: Add parsing support for disable LPM property
  scsi: ufs: qcom: Add support to disable UFS LPM Feature

 .../devicetree/bindings/ufs/ufs-common.yaml       |  5 +++++
 drivers/ufs/host/ufs-qcom.c                       | 15 ++++++++-------
 drivers/ufs/host/ufshcd-pltfrm.c                  | 15 +++++++++++++++
 include/ufs/ufshcd.h                              |  1 +
 4 files changed, 29 insertions(+), 7 deletions(-)

--
2.48.1
Re: [PATCH V1 0/3] Add support to disable UFS LPM
Posted by Bart Van Assche 8 months ago
On 4/17/25 5:46 AM, Nitin Rawat wrote:
> Add support to disable UFS Low Power Mode (LPM) for platforms
> that doesn't support LPM.
This patch series looks good to me.

Thanks,

Bart.