All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: cpu: Fix JSON schema
@ 2019-03-18 10:05 Maxime Ripard
  2019-03-28 19:35 ` Rob Herring
  0 siblings, 1 reply; 10+ messages in thread
From: Maxime Ripard @ 2019-03-18 10:05 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: devicetree, Sugaya Taichi, linux-kernel, Maxime Ripard

Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
Milbeaut") added support for a new cpu enable-method, but did so using
tabulations to ident. This is however invalid in the syntax, and resulted
in a failure when trying to use that schemas for validation.

Use spaces instead of tabs to indent to fix this.

Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---
 Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
index 365dcf384d73..82dd7582e945 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -228,7 +228,7 @@ patternProperties:
                 - renesas,r9a06g032-smp
                 - rockchip,rk3036-smp
                 - rockchip,rk3066-smp
-		- socionext,milbeaut-m10v-smp
+                - socionext,milbeaut-m10v-smp
                 - ste,dbx500-smp
 
       cpu-release-addr:
-- 
2.20.1


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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-03-18 10:05 [PATCH] dt-bindings: cpu: Fix JSON schema Maxime Ripard
@ 2019-03-28 19:35 ` Rob Herring
  2019-04-01  9:10   ` Maxime Ripard
  0 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2019-03-28 19:35 UTC (permalink / raw)
  To: Maxime Ripard, ARM-SoC Maintainers
  Cc: Mark Rutland, devicetree, Sugaya Taichi, linux-kernel

+arm-soc

On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
> Milbeaut") added support for a new cpu enable-method, but did so using
> tabulations to ident. This is however invalid in the syntax, and resulted
> in a failure when trying to use that schemas for validation.
>
> Use spaces instead of tabs to indent to fix this.
>
> Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
> ---
>  Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

This should be applied to arm-soc tree having the commit.

Rob

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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-03-28 19:35 ` Rob Herring
@ 2019-04-01  9:10   ` Maxime Ripard
  2019-04-01 10:52     ` Sugaya, Taichi
  0 siblings, 1 reply; 10+ messages in thread
From: Maxime Ripard @ 2019-04-01  9:10 UTC (permalink / raw)
  To: ARM-SoC Maintainers, Sugaya Taichi
  Cc: Mark Rutland, devicetree, Rob Herring, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]

Hi Sugaya, Arnd, Olof,

On Thu, Mar 28, 2019 at 02:35:54PM -0500, Rob Herring wrote:
> +arm-soc
>
> On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> >
> > Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
> > Milbeaut") added support for a new cpu enable-method, but did so using
> > tabulations to ident. This is however invalid in the syntax, and resulted
> > in a failure when trying to use that schemas for validation.
> >
> > Use spaces instead of tabs to indent to fix this.
> >
> > Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
> > Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
> > ---
> >  Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Rob Herring <robh@kernel.org>
>
> This should be applied to arm-soc tree having the commit.

Could you pick up that patch?

Thanks!
Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-04-01  9:10   ` Maxime Ripard
@ 2019-04-01 10:52     ` Sugaya, Taichi
  2019-04-01 11:35       ` Maxime Ripard
  0 siblings, 1 reply; 10+ messages in thread
From: Sugaya, Taichi @ 2019-04-01 10:52 UTC (permalink / raw)
  To: Maxime Ripard, ARM-SoC Maintainers
  Cc: Mark Rutland, devicetree, Rob Herring, linux-kernel

Hi Maxime,

Thanks for pointing my bug.

On 2019/04/01 18:10, Maxime Ripard wrote:
> Hi Sugaya, Arnd, Olof,
> 
> On Thu, Mar 28, 2019 at 02:35:54PM -0500, Rob Herring wrote:
>> +arm-soc
>>
>> On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>>>
>>> Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
>>> Milbeaut") added support for a new cpu enable-method, but did so using
>>> tabulations to ident. This is however invalid in the syntax, and resulted
>>> in a failure when trying to use that schemas for validation.
>>>
>>> Use spaces instead of tabs to indent to fix this.
>>>
>>> Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
>>> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
>>> ---
>>>   Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Reviewed-by: Rob Herring <robh@kernel.org>
>>
>> This should be applied to arm-soc tree having the commit.
> 
> Could you pick up that patch?
> 

I got it.
My mission is to resubmit your fix-patch added my singned-off tag and
Rob's reviewed tag...right?

Thanks,
Sugaya Taichi

> Thanks!
> Maxime
> 
> --
> Maxime Ripard, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
> 


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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-04-01 10:52     ` Sugaya, Taichi
@ 2019-04-01 11:35       ` Maxime Ripard
  2019-04-01 13:02         ` Sugaya, Taichi
  0 siblings, 1 reply; 10+ messages in thread
From: Maxime Ripard @ 2019-04-01 11:35 UTC (permalink / raw)
  To: Sugaya, Taichi
  Cc: ARM-SoC Maintainers, Mark Rutland, devicetree, Rob Herring, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1748 bytes --]

Hi,

On Mon, Apr 01, 2019 at 07:52:06PM +0900, Sugaya, Taichi wrote:
> On 2019/04/01 18:10, Maxime Ripard wrote:
> > Hi Sugaya, Arnd, Olof,
> >
> > On Thu, Mar 28, 2019 at 02:35:54PM -0500, Rob Herring wrote:
> > > +arm-soc
> > >
> > > On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> > > >
> > > > Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
> > > > Milbeaut") added support for a new cpu enable-method, but did so using
> > > > tabulations to ident. This is however invalid in the syntax, and resulted
> > > > in a failure when trying to use that schemas for validation.
> > > >
> > > > Use spaces instead of tabs to indent to fix this.
> > > >
> > > > Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
> > > > Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
> > > > ---
> > > >   Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
> > > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > Reviewed-by: Rob Herring <robh@kernel.org>
> > >
> > > This should be applied to arm-soc tree having the commit.
> >
> > Could you pick up that patch?
>
> I got it.
> My mission is to resubmit your fix-patch added my singned-off tag and
> Rob's reviewed tag...right?

If you are part of arm-soc and send your pull requests to Arnd and
Olof, simply pick it up in the same branch than the initial patch was
in. And when you apply that patch, you indeed need to add your
Signed-off-by (note that most commands to commit have an option to do
that automatically: -s and that includes git am) and the Rob's
reviewed-by.

Then, send a new pull request to arm-soc.

Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-04-01 11:35       ` Maxime Ripard
@ 2019-04-01 13:02         ` Sugaya, Taichi
  2019-04-02 11:42           ` Sugaya, Taichi
  0 siblings, 1 reply; 10+ messages in thread
From: Sugaya, Taichi @ 2019-04-01 13:02 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: ARM-SoC Maintainers, Mark Rutland, devicetree, Rob Herring, linux-kernel

Hi,

On 2019/04/01 20:35, Maxime Ripard wrote:
> Hi,
> 
> On Mon, Apr 01, 2019 at 07:52:06PM +0900, Sugaya, Taichi wrote:
>> On 2019/04/01 18:10, Maxime Ripard wrote:
>>> Hi Sugaya, Arnd, Olof,
>>>
>>> On Thu, Mar 28, 2019 at 02:35:54PM -0500, Rob Herring wrote:
>>>> +arm-soc
>>>>
>>>> On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>>>>>
>>>>> Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
>>>>> Milbeaut") added support for a new cpu enable-method, but did so using
>>>>> tabulations to ident. This is however invalid in the syntax, and resulted
>>>>> in a failure when trying to use that schemas for validation.
>>>>>
>>>>> Use spaces instead of tabs to indent to fix this.
>>>>>
>>>>> Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
>>>>> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
>>>>> ---
>>>>>    Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> Reviewed-by: Rob Herring <robh@kernel.org>
>>>>
>>>> This should be applied to arm-soc tree having the commit.
>>>
>>> Could you pick up that patch?
>>
>> I got it.
>> My mission is to resubmit your fix-patch added my singned-off tag and
>> Rob's reviewed tag...right?
> 
> If you are part of arm-soc and send your pull requests to Arnd and
> Olof, simply pick it up in the same branch than the initial patch was
> in. And when you apply that patch, you indeed need to add your
> Signed-off-by (note that most commands to commit have an option to do
> that automatically: -s and that includes git am) and the Rob's
> reviewed-by.
> 
> Then, send a new pull request to arm-soc.
> 

Okay, thanks for your suggestion.
I try to make pull request!

Thanks,
Sugaya Taichi

> Maxime
> 
> --
> Maxime Ripard, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
> 


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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-04-01 13:02         ` Sugaya, Taichi
@ 2019-04-02 11:42           ` Sugaya, Taichi
  2019-04-03  1:29             ` Sugaya, Taichi
  2019-04-07 22:13             ` Olof Johansson
  0 siblings, 2 replies; 10+ messages in thread
From: Sugaya, Taichi @ 2019-04-02 11:42 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: ARM-SoC Maintainers, Mark Rutland, devicetree, Rob Herring, linux-kernel

Hi,

On 2019/04/01 22:02, Sugaya, Taichi wrote:
> Hi,
> 
> On 2019/04/01 20:35, Maxime Ripard wrote:
>> Hi,
>>
>> On Mon, Apr 01, 2019 at 07:52:06PM +0900, Sugaya, Taichi wrote:
>>> On 2019/04/01 18:10, Maxime Ripard wrote:
>>>> Hi Sugaya, Arnd, Olof,
>>>>
>>>> On Thu, Mar 28, 2019 at 02:35:54PM -0500, Rob Herring wrote:
>>>>> +arm-soc
>>>>>
>>>>> On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>>>>>>
>>>>>> Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
>>>>>> Milbeaut") added support for a new cpu enable-method, but did so using
>>>>>> tabulations to ident. This is however invalid in the syntax, and resulted
>>>>>> in a failure when trying to use that schemas for validation.
>>>>>>
>>>>>> Use spaces instead of tabs to indent to fix this.
>>>>>>
>>>>>> Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
>>>>>> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
>>>>>> ---
>>>>>>    Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
>>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>
>>>>> Reviewed-by: Rob Herring <robh@kernel.org>
>>>>>
>>>>> This should be applied to arm-soc tree having the commit.
>>>>
>>>> Could you pick up that patch?
>>>
>>> I got it.
>>> My mission is to resubmit your fix-patch added my singned-off tag and
>>> Rob's reviewed tag...right?
>>
>> If you are part of arm-soc and send your pull requests to Arnd and
>> Olof, simply pick it up in the same branch than the initial patch was
>> in. And when you apply that patch, you indeed need to add your
>> Signed-off-by (note that most commands to commit have an option to do
>> that automatically: -s and that includes git am) and the Rob's
>> reviewed-by.
>>
>> Then, send a new pull request to arm-soc.
>>
> 
> Okay, thanks for your suggestion.
> I try to make pull request!
> 

Sorry I realized that I couldn't make a private repository, so I'll send my Ack instead.

Acked-by: Sugaya Taichi <sugaya.taichi@socionext.com>

> Thanks,
> Sugaya Taichi
> 
>> Maxime
>>
>> -- 
>> Maxime Ripard, Bootlin
>> Embedded Linux and Kernel engineering
>> https://bootlin.com
>>


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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-04-02 11:42           ` Sugaya, Taichi
@ 2019-04-03  1:29             ` Sugaya, Taichi
  2019-04-07 22:13             ` Olof Johansson
  1 sibling, 0 replies; 10+ messages in thread
From: Sugaya, Taichi @ 2019-04-03  1:29 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: ARM-SoC Maintainers, Mark Rutland, devicetree, Rob Herring, linux-kernel



On 2019/04/02 20:42, Sugaya, Taichi wrote:
> Hi,
> 
> On 2019/04/01 22:02, Sugaya, Taichi wrote:
>> Hi,
>>
>> On 2019/04/01 20:35, Maxime Ripard wrote:
>>> Hi,
>>>
>>> On Mon, Apr 01, 2019 at 07:52:06PM +0900, Sugaya, Taichi wrote:
>>>> On 2019/04/01 18:10, Maxime Ripard wrote:
>>>>> Hi Sugaya, Arnd, Olof,
>>>>>
>>>>> On Thu, Mar 28, 2019 at 02:35:54PM -0500, Rob Herring wrote:
>>>>>> +arm-soc
>>>>>>
>>>>>> On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>>>>>>>
>>>>>>> Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
>>>>>>> Milbeaut") added support for a new cpu enable-method, but did so using
>>>>>>> tabulations to ident. This is however invalid in the syntax, and resulted
>>>>>>> in a failure when trying to use that schemas for validation.
>>>>>>>
>>>>>>> Use spaces instead of tabs to indent to fix this.
>>>>>>>
>>>>>>> Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
>>>>>>> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
>>>>>>> ---
>>>>>>>    Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
>>>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>>
>>>>>> Reviewed-by: Rob Herring <robh@kernel.org>
>>>>>>
>>>>>> This should be applied to arm-soc tree having the commit.
>>>>>
>>>>> Could you pick up that patch?
>>>>
>>>> I got it.
>>>> My mission is to resubmit your fix-patch added my singned-off tag and
>>>> Rob's reviewed tag...right?
>>>
>>> If you are part of arm-soc and send your pull requests to Arnd and
>>> Olof, simply pick it up in the same branch than the initial patch was
>>> in. And when you apply that patch, you indeed need to add your
>>> Signed-off-by (note that most commands to commit have an option to do
>>> that automatically: -s and that includes git am) and the Rob's
>>> reviewed-by.
>>>
>>> Then, send a new pull request to arm-soc.
>>>
>>
>> Okay, thanks for your suggestion.
>> I try to make pull request!
>>
> 
> Sorry I realized that I couldn't make a private repository, so I'll send my Ack instead.

One correction: "a public repository"

> 
> Acked-by: Sugaya Taichi <sugaya.taichi@socionext.com>
> 
>> Thanks,
>> Sugaya Taichi
>>
>>> Maxime
>>>
>>> -- 
>>> Maxime Ripard, Bootlin
>>> Embedded Linux and Kernel engineering
>>> https://bootlin.com
>>>


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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-04-02 11:42           ` Sugaya, Taichi
  2019-04-03  1:29             ` Sugaya, Taichi
@ 2019-04-07 22:13             ` Olof Johansson
  2019-04-08  3:35               ` Sugaya, Taichi
  1 sibling, 1 reply; 10+ messages in thread
From: Olof Johansson @ 2019-04-07 22:13 UTC (permalink / raw)
  To: Sugaya, Taichi
  Cc: Maxime Ripard, ARM-SoC Maintainers, Mark Rutland, devicetree,
	Rob Herring, linux-kernel

On Tue, Apr 02, 2019 at 08:42:02PM +0900, Sugaya, Taichi wrote:
> Hi,
> 
> On 2019/04/01 22:02, Sugaya, Taichi wrote:
> > Hi,
> > 
> > On 2019/04/01 20:35, Maxime Ripard wrote:
> > > Hi,
> > > 
> > > On Mon, Apr 01, 2019 at 07:52:06PM +0900, Sugaya, Taichi wrote:
> > > > On 2019/04/01 18:10, Maxime Ripard wrote:
> > > > > Hi Sugaya, Arnd, Olof,
> > > > > 
> > > > > On Thu, Mar 28, 2019 at 02:35:54PM -0500, Rob Herring wrote:
> > > > > > +arm-soc
> > > > > > 
> > > > > > On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> > > > > > > 
> > > > > > > Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
> > > > > > > Milbeaut") added support for a new cpu enable-method, but did so using
> > > > > > > tabulations to ident. This is however invalid in the syntax, and resulted
> > > > > > > in a failure when trying to use that schemas for validation.
> > > > > > > 
> > > > > > > Use spaces instead of tabs to indent to fix this.
> > > > > > > 
> > > > > > > Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
> > > > > > > Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
> > > > > > > ---
> > > > > > >    Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
> > > > > > >    1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > > 
> > > > > > Reviewed-by: Rob Herring <robh@kernel.org>
> > > > > > 
> > > > > > This should be applied to arm-soc tree having the commit.
> > > > > 
> > > > > Could you pick up that patch?
> > > > 
> > > > I got it.
> > > > My mission is to resubmit your fix-patch added my singned-off tag and
> > > > Rob's reviewed tag...right?
> > > 
> > > If you are part of arm-soc and send your pull requests to Arnd and
> > > Olof, simply pick it up in the same branch than the initial patch was
> > > in. And when you apply that patch, you indeed need to add your
> > > Signed-off-by (note that most commands to commit have an option to do
> > > that automatically: -s and that includes git am) and the Rob's
> > > reviewed-by.
> > > 
> > > Then, send a new pull request to arm-soc.
> > > 
> > 
> > Okay, thanks for your suggestion.
> > I try to make pull request!
> > 
> 
> Sorry I realized that I couldn't make a private repository, so I'll send my Ack instead.
> 
> Acked-by: Sugaya Taichi <sugaya.taichi@socionext.com>

Applied to arm/fixes now. Thanks!


-Olof

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

* Re: [PATCH] dt-bindings: cpu: Fix JSON schema
  2019-04-07 22:13             ` Olof Johansson
@ 2019-04-08  3:35               ` Sugaya, Taichi
  0 siblings, 0 replies; 10+ messages in thread
From: Sugaya, Taichi @ 2019-04-08  3:35 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Maxime Ripard, ARM-SoC Maintainers, Mark Rutland, devicetree,
	Rob Herring, linux-kernel



On 2019/04/08 7:13, Olof Johansson wrote:
> On Tue, Apr 02, 2019 at 08:42:02PM +0900, Sugaya, Taichi wrote:
>> Hi,
>>
>> On 2019/04/01 22:02, Sugaya, Taichi wrote:
>>> Hi,
>>>
>>> On 2019/04/01 20:35, Maxime Ripard wrote:
>>>> Hi,
>>>>
>>>> On Mon, Apr 01, 2019 at 07:52:06PM +0900, Sugaya, Taichi wrote:
>>>>> On 2019/04/01 18:10, Maxime Ripard wrote:
>>>>>> Hi Sugaya, Arnd, Olof,
>>>>>>
>>>>>> On Thu, Mar 28, 2019 at 02:35:54PM -0500, Rob Herring wrote:
>>>>>>> +arm-soc
>>>>>>>
>>>>>>> On Mon, Mar 18, 2019 at 5:05 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>>>>>>>>
>>>>>>>> Commit fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for
>>>>>>>> Milbeaut") added support for a new cpu enable-method, but did so using
>>>>>>>> tabulations to ident. This is however invalid in the syntax, and resulted
>>>>>>>> in a failure when trying to use that schemas for validation.
>>>>>>>>
>>>>>>>> Use spaces instead of tabs to indent to fix this.
>>>>>>>>
>>>>>>>> Fixes: fd73403a4862 ("dt-bindings: arm: Add SMP enable-method for Milbeaut")
>>>>>>>> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
>>>>>>>> ---
>>>>>>>>     Documentation/devicetree/bindings/arm/cpus.yaml | 2 +-
>>>>>>>>     1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>>>
>>>>>>> Reviewed-by: Rob Herring <robh@kernel.org>
>>>>>>>
>>>>>>> This should be applied to arm-soc tree having the commit.
>>>>>>
>>>>>> Could you pick up that patch?
>>>>>
>>>>> I got it.
>>>>> My mission is to resubmit your fix-patch added my singned-off tag and
>>>>> Rob's reviewed tag...right?
>>>>
>>>> If you are part of arm-soc and send your pull requests to Arnd and
>>>> Olof, simply pick it up in the same branch than the initial patch was
>>>> in. And when you apply that patch, you indeed need to add your
>>>> Signed-off-by (note that most commands to commit have an option to do
>>>> that automatically: -s and that includes git am) and the Rob's
>>>> reviewed-by.
>>>>
>>>> Then, send a new pull request to arm-soc.
>>>>
>>>
>>> Okay, thanks for your suggestion.
>>> I try to make pull request!
>>>
>>
>> Sorry I realized that I couldn't make a private repository, so I'll send my Ack instead.
>>
>> Acked-by: Sugaya Taichi <sugaya.taichi@socionext.com>
> 
> Applied to arm/fixes now. Thanks!
> 
> 
> -Olof
> 

Thank you for appling!


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

end of thread, other threads:[~2019-04-08  3:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 10:05 [PATCH] dt-bindings: cpu: Fix JSON schema Maxime Ripard
2019-03-28 19:35 ` Rob Herring
2019-04-01  9:10   ` Maxime Ripard
2019-04-01 10:52     ` Sugaya, Taichi
2019-04-01 11:35       ` Maxime Ripard
2019-04-01 13:02         ` Sugaya, Taichi
2019-04-02 11:42           ` Sugaya, Taichi
2019-04-03  1:29             ` Sugaya, Taichi
2019-04-07 22:13             ` Olof Johansson
2019-04-08  3:35               ` Sugaya, Taichi

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.