[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251210155033.229051-1-ram.dwivedi@oss.qualcomm.com>
Date: Wed, 10 Dec 2025 21:20:30 +0530
From: Ram Kumar Dwivedi <ram.dwivedi@....qualcomm.com>
To: mani@...nel.org, alim.akhtar@...sung.com, avri.altman@....com,
bvanassche@....org, robh@...nel.org, krzk+dt@...nel.org,
conor+dt@...nel.org, James.Bottomley@...senPartnership.com,
martin.petersen@...cle.com, ram.dwivedi@....qualcomm.com,
anjana.hari@....qualcomm.com
Cc: linux-arm-msm@...r.kernel.org, linux-scsi@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH V2 0/3] ufs: ufs-qcom: Add support firmware managed platforms
On Qualcomm automotive SoC SA8255P, platform resource like clocks,
interconnect, resets, regulators and PHY are configured remotely by
firmware.
Logical power domain is used to abstract these resources in firmware
and SCMI power protocol is used to request resource operations by using
runtime PM framework APIs such as pm_runtime_get/put_sync to invoke
power_on/_off calls from kernel respectively.
Changes from V1
1. Updated "dma-coherent" property type from boolean to just true.
2. Switched from QUIC mail ID to OSS mail ID.
3. Added Acknowledged by tag from Dmitry for patch 1/3
4. Added Reviewed-by tag from Manivannan for patch 1/3
Ram Kumar Dwivedi (3):
MAINTAINERS: broaden UFS Qualcomm binding file pattern
dt-bindings: ufs: Document bindings for SA8255P UFS Host Controller
ufs: ufs-qcom: Add support for firmware-managed resource abstraction
.../bindings/ufs/qcom,sa8255p-ufshc.yaml | 62 +++++++
MAINTAINERS | 2 +-
drivers/ufs/host/ufs-qcom.c | 161 +++++++++++++++++-
drivers/ufs/host/ufs-qcom.h | 1 +
4 files changed, 224 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml
--
2.34.1
Powered by blists - more mailing lists