* [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc
@ 2026-07-20 2:35 Shawn Guo
2026-07-20 7:12 ` Krzysztof Kozlowski
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Shawn Guo @ 2026-07-20 2:35 UTC (permalink / raw)
To: Martin K . Petersen
Cc: Manivannan Sadhasivam, Alim Akhtar, Avri Altman, Bart Van Assche,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Kumar Dwivedi,
Anjana Hari, linux-arm-msm, linux-scsi, devicetree, linux-kernel,
Shawn Guo, stable
Qualcomm UFS controller found on SoCs SA8255P/SA8797P has a MCQ I/O
address space. It should be defined in the bindings even though Linux
driver currently doesn't utilize it. Fix the binding before it gets
adopted by DTS.
Fixes: e2725ed2a7fb ("scsi: ufs: dt-bindings: Document bindings for SA8255P UFS Host Controller")
Cc: stable@vger.kernel.org
Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
Changes for v2:
- Recover the newline which got dropped by accident
- Link to v1: https://lore.kernel.org/r/20260716083313.2367249-1-shengchao.guo@oss.qualcomm.com
.../devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml b/Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml
index db165a235cb6..66d73e9025d6 100644
--- a/Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml
+++ b/Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml
@@ -18,7 +18,14 @@ properties:
- const: qcom,sa8255p-ufshc
reg:
- maxItems: 1
+ minItems: 1
+ maxItems: 2
+
+ reg-names:
+ minItems: 1
+ items:
+ - const: std
+ - const: mcq
interrupts:
maxItems: 1
--
2.43.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc
2026-07-20 2:35 [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc Shawn Guo
@ 2026-07-20 7:12 ` Krzysztof Kozlowski
2026-07-28 9:07 ` Shawn Guo
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-07-20 7:12 UTC (permalink / raw)
To: Shawn Guo
Cc: Martin K . Petersen, Manivannan Sadhasivam, Alim Akhtar,
Avri Altman, Bart Van Assche, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Kumar Dwivedi, Anjana Hari, linux-arm-msm,
linux-scsi, devicetree, linux-kernel, stable
On Mon, Jul 20, 2026 at 10:35:52AM +0800, Shawn Guo wrote:
> Qualcomm UFS controller found on SoCs SA8255P/SA8797P has a MCQ I/O
> address space. It should be defined in the bindings even though Linux
> driver currently doesn't utilize it. Fix the binding before it gets
> adopted by DTS.
>
> Fixes: e2725ed2a7fb ("scsi: ufs: dt-bindings: Document bindings for SA8255P UFS Host Controller")
> Cc: stable@vger.kernel.org
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---
> Changes for v2:
> - Recover the newline which got dropped by accident
> - Link to v1: https://lore.kernel.org/r/20260716083313.2367249-1-shengchao.guo@oss.qualcomm.com
>
> .../devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
qcom,sa8797p-ufshc should require it, but nevertheless:
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc
2026-07-20 2:35 [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc Shawn Guo
2026-07-20 7:12 ` Krzysztof Kozlowski
@ 2026-07-28 9:07 ` Shawn Guo
2026-07-29 1:39 ` Martin K. Petersen
2026-07-28 13:27 ` Manivannan Sadhasivam
2026-07-29 2:56 ` Martin K. Petersen
3 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2026-07-28 9:07 UTC (permalink / raw)
To: Martin K . Petersen
Cc: Manivannan Sadhasivam, Alim Akhtar, Avri Altman, Bart Van Assche,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Kumar Dwivedi,
Anjana Hari, linux-arm-msm, linux-scsi, devicetree, linux-kernel,
stable
On Mon, Jul 20, 2026 at 10:35:52AM +0800, Shawn Guo wrote:
> Qualcomm UFS controller found on SoCs SA8255P/SA8797P has a MCQ I/O
> address space. It should be defined in the bindings even though Linux
> driver currently doesn't utilize it. Fix the binding before it gets
> adopted by DTS.
>
> Fixes: e2725ed2a7fb ("scsi: ufs: dt-bindings: Document bindings for SA8255P UFS Host Controller")
> Cc: stable@vger.kernel.org
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
Hi Martin,
I don't mean to rush you. But I do wonder whether you are fine to accept
it as a fix for 7.2 release. Thank you!
Shawn
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc
2026-07-20 2:35 [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc Shawn Guo
2026-07-20 7:12 ` Krzysztof Kozlowski
2026-07-28 9:07 ` Shawn Guo
@ 2026-07-28 13:27 ` Manivannan Sadhasivam
2026-07-29 2:56 ` Martin K. Petersen
3 siblings, 0 replies; 6+ messages in thread
From: Manivannan Sadhasivam @ 2026-07-28 13:27 UTC (permalink / raw)
To: Shawn Guo
Cc: Martin K . Petersen, Alim Akhtar, Avri Altman, Bart Van Assche,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Kumar Dwivedi,
Anjana Hari, linux-arm-msm, linux-scsi, devicetree, linux-kernel,
stable
On Mon, Jul 20, 2026 at 10:35:52AM +0800, Shawn Guo wrote:
> Qualcomm UFS controller found on SoCs SA8255P/SA8797P has a MCQ I/O
> address space. It should be defined in the bindings even though Linux
> driver currently doesn't utilize it. Fix the binding before it gets
> adopted by DTS.
>
> Fixes: e2725ed2a7fb ("scsi: ufs: dt-bindings: Document bindings for SA8255P UFS Host Controller")
> Cc: stable@vger.kernel.org
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
Acked-by: Manivannan Sadhasivam <mani@kernel.org>
- Mani
> ---
> Changes for v2:
> - Recover the newline which got dropped by accident
> - Link to v1: https://lore.kernel.org/r/20260716083313.2367249-1-shengchao.guo@oss.qualcomm.com
>
> .../devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml b/Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml
> index db165a235cb6..66d73e9025d6 100644
> --- a/Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml
> +++ b/Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml
> @@ -18,7 +18,14 @@ properties:
> - const: qcom,sa8255p-ufshc
>
> reg:
> - maxItems: 1
> + minItems: 1
> + maxItems: 2
> +
> + reg-names:
> + minItems: 1
> + items:
> + - const: std
> + - const: mcq
>
> interrupts:
> maxItems: 1
> --
> 2.43.0
>
--
மணிவண்ணன் சதாசிவம்
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc
2026-07-28 9:07 ` Shawn Guo
@ 2026-07-29 1:39 ` Martin K. Petersen
0 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2026-07-29 1:39 UTC (permalink / raw)
To: Shawn Guo
Cc: Martin K . Petersen, Manivannan Sadhasivam, Alim Akhtar,
Avri Altman, Bart Van Assche, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Kumar Dwivedi, Anjana Hari, linux-arm-msm,
linux-scsi, devicetree, linux-kernel, stable
Shawn,
> I don't mean to rush you. But I do wonder whether you are fine to
> accept it as a fix for 7.2 release. Thank you!
It's been in my fixes branch for a few days, I've just been unable to
push my tree while away. It'll go out shortly.
--
Martin K. Petersen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc
2026-07-20 2:35 [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc Shawn Guo
` (2 preceding siblings ...)
2026-07-28 13:27 ` Manivannan Sadhasivam
@ 2026-07-29 2:56 ` Martin K. Petersen
3 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2026-07-29 2:56 UTC (permalink / raw)
To: Shawn Guo
Cc: Martin K . Petersen, Manivannan Sadhasivam, Alim Akhtar,
Avri Altman, Bart Van Assche, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Kumar Dwivedi, Anjana Hari, linux-arm-msm,
linux-scsi, devicetree, linux-kernel, stable
On Mon, 20 Jul 2026 10:35:52 +0800, Shawn Guo wrote:
> Qualcomm UFS controller found on SoCs SA8255P/SA8797P has a MCQ I/O
> address space. It should be defined in the bindings even though Linux
> driver currently doesn't utilize it. Fix the binding before it gets
> adopted by DTS.
>
>
Applied to 7.2/scsi-fixes, thanks!
[1/1] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc
https://git.kernel.org/mkp/scsi/c/4d5282c06ca1
--
Martin K. Petersen
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-07-29 2:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 2:35 [PATCH v2] scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc Shawn Guo
2026-07-20 7:12 ` Krzysztof Kozlowski
2026-07-28 9:07 ` Shawn Guo
2026-07-29 1:39 ` Martin K. Petersen
2026-07-28 13:27 ` Manivannan Sadhasivam
2026-07-29 2:56 ` Martin K. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®