All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
@ 2021-02-04 16:52 Vinod Koul
  2021-02-09 21:39 ` Rob Herring
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Vinod Koul @ 2021-02-04 16:52 UTC (permalink / raw)
  To: Martin K . Petersen
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul,
	James E . J . Bottomley, Asutosh Das, Rob Herring, devicetree,
	linux-kernel

Document "qcom,sm8250-ufshc" and "qcom,sm8350-ufshc" compatible string.
Use of "qcom,sm8250-ufshc" is already present upstream, so add misiing
documentation. "qcom,sm8350-ufshc" is for UFS HC found in SM8350 SoC.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 - add Bjorn's ack
 - split from phy series

 Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
index 415ccdd7442d..d8fd4df81743 100644
--- a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
+++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
@@ -14,6 +14,8 @@ Required properties:
 			    "qcom,msm8998-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
 			    "qcom,sdm845-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
 			    "qcom,sm8150-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
+			    "qcom,sm8250-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
+			    "qcom,sm8350-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
 - interrupts        : <interrupt mapping for UFS host controller IRQ>
 - reg               : <registers mapping>
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
  2021-02-04 16:52 [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings Vinod Koul
@ 2021-02-09 21:39 ` Rob Herring
  2021-03-12  5:09 ` Vinod Koul
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-02-09 21:39 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Asutosh Das, Rob Herring, Martin K . Petersen, linux-arm-msm,
	Bjorn Andersson, linux-kernel, devicetree,
	James E . J . Bottomley

On Thu, 04 Feb 2021 22:22:34 +0530, Vinod Koul wrote:
> Document "qcom,sm8250-ufshc" and "qcom,sm8350-ufshc" compatible string.
> Use of "qcom,sm8250-ufshc" is already present upstream, so add misiing
> documentation. "qcom,sm8350-ufshc" is for UFS HC found in SM8350 SoC.
> 
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  - add Bjorn's ack
>  - split from phy series
> 
>  Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
  2021-02-04 16:52 [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings Vinod Koul
  2021-02-09 21:39 ` Rob Herring
@ 2021-03-12  5:09 ` Vinod Koul
  2021-03-17  1:21   ` Martin K. Petersen
  2021-03-19  3:46 ` Martin K. Petersen
  2021-05-26 19:03 ` patchwork-bot+linux-arm-msm
  3 siblings, 1 reply; 7+ messages in thread
From: Vinod Koul @ 2021-03-12  5:09 UTC (permalink / raw)
  To: Martin K . Petersen
  Cc: linux-arm-msm, Bjorn Andersson, James E . J . Bottomley,
	Asutosh Das, Rob Herring, devicetree, linux-kernel

On 04-02-21, 22:22, Vinod Koul wrote:
> Document "qcom,sm8250-ufshc" and "qcom,sm8350-ufshc" compatible string.
> Use of "qcom,sm8250-ufshc" is already present upstream, so add misiing
> documentation. "qcom,sm8350-ufshc" is for UFS HC found in SM8350 SoC.

Gentle reminder for this patch, Rob has acked this

Thanks

> 
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  - add Bjorn's ack
>  - split from phy series
> 
>  Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
> index 415ccdd7442d..d8fd4df81743 100644
> --- a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
> +++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt
> @@ -14,6 +14,8 @@ Required properties:
>  			    "qcom,msm8998-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
>  			    "qcom,sdm845-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
>  			    "qcom,sm8150-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
> +			    "qcom,sm8250-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
> +			    "qcom,sm8350-ufshc", "qcom,ufshc", "jedec,ufs-2.0"
>  - interrupts        : <interrupt mapping for UFS host controller IRQ>
>  - reg               : <registers mapping>
>  
> -- 
> 2.26.2

-- 
~Vinod

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
  2021-03-12  5:09 ` Vinod Koul
@ 2021-03-17  1:21   ` Martin K. Petersen
  2021-03-17  5:50     ` Vinod Koul
  0 siblings, 1 reply; 7+ messages in thread
From: Martin K. Petersen @ 2021-03-17  1:21 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Martin K . Petersen, linux-arm-msm, Bjorn Andersson,
	James E . J . Bottomley, Asutosh Das, Rob Herring, devicetree,
	linux-kernel


Vinod,

>> Document "qcom,sm8250-ufshc" and "qcom,sm8350-ufshc" compatible string.
>> Use of "qcom,sm8250-ufshc" is already present upstream, so add misiing
>> documentation. "qcom,sm8350-ufshc" is for UFS HC found in SM8350 SoC.
>
> Gentle reminder for this patch, Rob has acked this

Was not really expecting a DT patch to be routed through SCSI. But no
worries. I've queued it up.

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
  2021-03-17  1:21   ` Martin K. Petersen
@ 2021-03-17  5:50     ` Vinod Koul
  0 siblings, 0 replies; 7+ messages in thread
From: Vinod Koul @ 2021-03-17  5:50 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: linux-arm-msm, Bjorn Andersson, James E . J . Bottomley,
	Asutosh Das, Rob Herring, devicetree, linux-kernel

Hello Martin,

On 16-03-21, 21:21, Martin K. Petersen wrote:
> 
> Vinod,
> 
> >> Document "qcom,sm8250-ufshc" and "qcom,sm8350-ufshc" compatible string.
> >> Use of "qcom,sm8250-ufshc" is already present upstream, so add misiing
> >> documentation. "qcom,sm8350-ufshc" is for UFS HC found in SM8350 SoC.
> >
> > Gentle reminder for this patch, Rob has acked this
> 
> Was not really expecting a DT patch to be routed through SCSI. But no
> worries. I've queued it up.

Thank you. You can blame MAINTAINERS for pointing it to you :)
Typically DT binding go thru subsystem and dts thru soc trees

-- 
~Vinod

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
  2021-02-04 16:52 [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings Vinod Koul
  2021-02-09 21:39 ` Rob Herring
  2021-03-12  5:09 ` Vinod Koul
@ 2021-03-19  3:46 ` Martin K. Petersen
  2021-05-26 19:03 ` patchwork-bot+linux-arm-msm
  3 siblings, 0 replies; 7+ messages in thread
From: Martin K. Petersen @ 2021-03-19  3:46 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Martin K . Petersen, Asutosh Das, Bjorn Andersson, Rob Herring,
	devicetree, linux-arm-msm, James E . J . Bottomley, linux-kernel

On Thu, 4 Feb 2021 22:22:34 +0530, Vinod Koul wrote:

> Document "qcom,sm8250-ufshc" and "qcom,sm8350-ufshc" compatible string.
> Use of "qcom,sm8250-ufshc" is already present upstream, so add misiing
> documentation. "qcom,sm8350-ufshc" is for UFS HC found in SM8350 SoC.

Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
      https://git.kernel.org/mkp/scsi/c/4517e77eb83d

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
  2021-02-04 16:52 [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings Vinod Koul
                   ` (2 preceding siblings ...)
  2021-03-19  3:46 ` Martin K. Petersen
@ 2021-05-26 19:03 ` patchwork-bot+linux-arm-msm
  3 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-05-26 19:03 UTC (permalink / raw)
  To: Vinod Koul; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Thu,  4 Feb 2021 22:22:34 +0530 you wrote:
> Document "qcom,sm8250-ufshc" and "qcom,sm8350-ufshc" compatible string.
> Use of "qcom,sm8250-ufshc" is already present upstream, so add misiing
> documentation. "qcom,sm8350-ufshc" is for UFS HC found in SM8350 SoC.
> 
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> 
> [...]

Here is the summary with links:
  - [v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings
    https://git.kernel.org/qcom/c/4517e77eb83d

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-26 19:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 16:52 [PATCH v2] scsi: dt-bindings: ufs: Add sm8250, sm8350 compatible strings Vinod Koul
2021-02-09 21:39 ` Rob Herring
2021-03-12  5:09 ` Vinod Koul
2021-03-17  1:21   ` Martin K. Petersen
2021-03-17  5:50     ` Vinod Koul
2021-03-19  3:46 ` Martin K. Petersen
2021-05-26 19:03 ` patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.