linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC
@ 2021-03-12  5:12 Vinod Koul
  2021-03-12 17:28 ` Bjorn Andersson
  2021-03-24 15:22 ` Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Vinod Koul @ 2021-03-12  5:12 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: linux-arm-msm, Vinod Koul, Andy Gross, Manivannan Sadhasivam,
	Rob Herring, devicetree, linux-kernel

Add the compatible string for SM8350 IPCC block on this SoC

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
index 168beeb7e9f7..fe17ba9b84f2 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
@@ -25,6 +25,7 @@ properties:
     items:
       - enum:
           - qcom,sm8250-ipcc
+          - qcom,sm8350-ipcc
       - const: qcom,ipcc
 
   reg:
-- 
2.26.2


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

* Re: [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC
  2021-03-12  5:12 [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC Vinod Koul
@ 2021-03-12 17:28 ` Bjorn Andersson
  2021-03-25  6:08   ` Vinod Koul
  2021-03-24 15:22 ` Rob Herring
  1 sibling, 1 reply; 5+ messages in thread
From: Bjorn Andersson @ 2021-03-12 17:28 UTC (permalink / raw)
  To: Vinod Koul, Jassi Brar
  Cc: linux-arm-msm, Andy Gross, Manivannan Sadhasivam, Rob Herring,
	devicetree, linux-kernel

On Thu 11 Mar 23:12 CST 2021, Vinod Koul wrote:

Adding Jassi as recipient. Please let Vinod know if you want him to
resend this patch to you. (I send a patch for MAINTAINERS yesterday)

> Add the compatible string for SM8350 IPCC block on this SoC
> 

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> index 168beeb7e9f7..fe17ba9b84f2 100644
> --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> @@ -25,6 +25,7 @@ properties:
>      items:
>        - enum:
>            - qcom,sm8250-ipcc
> +          - qcom,sm8350-ipcc
>        - const: qcom,ipcc
>  
>    reg:
> -- 
> 2.26.2
> 

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

* Re: [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC
  2021-03-12  5:12 [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC Vinod Koul
  2021-03-12 17:28 ` Bjorn Andersson
@ 2021-03-24 15:22 ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2021-03-24 15:22 UTC (permalink / raw)
  To: Vinod Koul
  Cc: linux-arm-msm, Bjorn Andersson, linux-kernel, Andy Gross,
	devicetree, Rob Herring, Manivannan Sadhasivam

On Fri, 12 Mar 2021 10:42:03 +0530, Vinod Koul wrote:
> Add the compatible string for SM8350 IPCC block on this SoC
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
>  Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* Re: [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC
  2021-03-12 17:28 ` Bjorn Andersson
@ 2021-03-25  6:08   ` Vinod Koul
  2021-03-25 14:32     ` Jassi Brar
  0 siblings, 1 reply; 5+ messages in thread
From: Vinod Koul @ 2021-03-25  6:08 UTC (permalink / raw)
  To: Bjorn Andersson, Jassi Brar
  Cc: linux-arm-msm, Andy Gross, Manivannan Sadhasivam, Rob Herring,
	devicetree, linux-kernel

On 12-03-21, 11:28, Bjorn Andersson wrote:
> On Thu 11 Mar 23:12 CST 2021, Vinod Koul wrote:
> 
> Adding Jassi as recipient. Please let Vinod know if you want him to
> resend this patch to you. (I send a patch for MAINTAINERS yesterday)

Jassi, should I resend or you can pick from lore?
> 
> > Add the compatible string for SM8350 IPCC block on this SoC
> > 
> 
> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> 
> Regards,
> Bjorn
> 
> > Signed-off-by: Vinod Koul <vkoul@kernel.org>
> > ---
> >  Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> > index 168beeb7e9f7..fe17ba9b84f2 100644
> > --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> > +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
> > @@ -25,6 +25,7 @@ properties:
> >      items:
> >        - enum:
> >            - qcom,sm8250-ipcc
> > +          - qcom,sm8350-ipcc
> >        - const: qcom,ipcc
> >  
> >    reg:
> > -- 
> > 2.26.2
> > 

-- 
~Vinod

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

* Re: [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC
  2021-03-25  6:08   ` Vinod Koul
@ 2021-03-25 14:32     ` Jassi Brar
  0 siblings, 0 replies; 5+ messages in thread
From: Jassi Brar @ 2021-03-25 14:32 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Bjorn Andersson, linux-arm-msm, Andy Gross,
	Manivannan Sadhasivam, Rob Herring, Devicetree List,
	Linux Kernel Mailing List

On Thu, Mar 25, 2021 at 1:08 AM Vinod Koul <vkoul@kernel.org> wrote:
>
> On 12-03-21, 11:28, Bjorn Andersson wrote:
> > On Thu 11 Mar 23:12 CST 2021, Vinod Koul wrote:
> >
> > Adding Jassi as recipient. Please let Vinod know if you want him to
> > resend this patch to you. (I send a patch for MAINTAINERS yesterday)
>
> Jassi, should I resend or you can pick from lore?
>
I will pick.

thanks

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

end of thread, other threads:[~2021-03-25 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  5:12 [PATCH] dt-bindings: mailbox: Add compatible for SM8350 IPCC Vinod Koul
2021-03-12 17:28 ` Bjorn Andersson
2021-03-25  6:08   ` Vinod Koul
2021-03-25 14:32     ` Jassi Brar
2021-03-24 15:22 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).