public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
@ 2023-06-09 14:07 Krzysztof Kozlowski
  2023-06-09 14:21 ` Conor Dooley
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-09 14:07 UTC (permalink / raw)
  To: Conor Dooley, Rob Herring, Krzysztof Kozlowski, Paul Walmsley,
	Palmer Dabbelt, Albert Ou, linux-riscv, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/riscv/cpus.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
index db5253a2a74a..8a56473cdd5a 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -61,7 +61,7 @@ properties:
       hart.  These values originate from the RISC-V Privileged
       Specification document, available from
       https://riscv.org/specifications/
-    $ref: "/schemas/types.yaml#/definitions/string"
+    $ref: /schemas/types.yaml#/definitions/string
     enum:
       - riscv,sv32
       - riscv,sv39
@@ -95,7 +95,7 @@ properties:
       While the isa strings in ISA specification are case
       insensitive, letters in the riscv,isa string must be all
       lowercase.
-    $ref: "/schemas/types.yaml#/definitions/string"
+    $ref: /schemas/types.yaml#/definitions/string
     pattern: ^rv(?:64|32)imaf?d?q?c?b?k?j?p?v?h?(?:[hsxz](?:[a-z])+)?(?:_[hsxz](?:[a-z])+)*$
 
   # RISC-V requires 'timebase-frequency' in /cpus, so disallow it here
@@ -120,7 +120,7 @@ properties:
       - interrupt-controller
 
   cpu-idle-states:
-    $ref: '/schemas/types.yaml#/definitions/phandle-array'
+    $ref: /schemas/types.yaml#/definitions/phandle-array
     items:
       maxItems: 1
     description: |
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
  2023-06-09 14:07 [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes Krzysztof Kozlowski
@ 2023-06-09 14:21 ` Conor Dooley
  2023-06-14 14:46   ` Palmer Dabbelt
  2023-06-09 14:34 ` Rob Herring
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Conor Dooley @ 2023-06-09 14:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Conor Dooley, Rob Herring, Krzysztof Kozlowski, Paul Walmsley,
	Palmer Dabbelt, Albert Ou, linux-riscv, devicetree, linux-kernel

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

On Fri, Jun 09, 2023 at 04:07:06PM +0200, Krzysztof Kozlowski wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

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

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

* Re: [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
  2023-06-09 14:07 [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes Krzysztof Kozlowski
  2023-06-09 14:21 ` Conor Dooley
@ 2023-06-09 14:34 ` Rob Herring
  2023-06-09 15:02   ` Krzysztof Kozlowski
  2023-06-19 22:07 ` Palmer Dabbelt
  2023-06-20  1:00 ` patchwork-bot+linux-riscv
  3 siblings, 1 reply; 9+ messages in thread
From: Rob Herring @ 2023-06-09 14:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Conor Dooley, Krzysztof Kozlowski, Paul Walmsley, Palmer Dabbelt,
	Albert Ou, linux-riscv, devicetree, linux-kernel

On Fri, Jun 9, 2023 at 8:07 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/riscv/cpus.yaml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Note that I already have the whole tree done. Just not all split up.

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

>
> diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
> index db5253a2a74a..8a56473cdd5a 100644
> --- a/Documentation/devicetree/bindings/riscv/cpus.yaml
> +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
> @@ -61,7 +61,7 @@ properties:
>        hart.  These values originate from the RISC-V Privileged
>        Specification document, available from
>        https://riscv.org/specifications/
> -    $ref: "/schemas/types.yaml#/definitions/string"
> +    $ref: /schemas/types.yaml#/definitions/string
>      enum:
>        - riscv,sv32
>        - riscv,sv39
> @@ -95,7 +95,7 @@ properties:
>        While the isa strings in ISA specification are case
>        insensitive, letters in the riscv,isa string must be all
>        lowercase.
> -    $ref: "/schemas/types.yaml#/definitions/string"
> +    $ref: /schemas/types.yaml#/definitions/string
>      pattern: ^rv(?:64|32)imaf?d?q?c?b?k?j?p?v?h?(?:[hsxz](?:[a-z])+)?(?:_[hsxz](?:[a-z])+)*$
>
>    # RISC-V requires 'timebase-frequency' in /cpus, so disallow it here
> @@ -120,7 +120,7 @@ properties:
>        - interrupt-controller
>
>    cpu-idle-states:
> -    $ref: '/schemas/types.yaml#/definitions/phandle-array'
> +    $ref: /schemas/types.yaml#/definitions/phandle-array
>      items:
>        maxItems: 1
>      description: |
> --
> 2.34.1
>

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

* Re: [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
  2023-06-09 14:34 ` Rob Herring
@ 2023-06-09 15:02   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-09 15:02 UTC (permalink / raw)
  To: Rob Herring
  Cc: Conor Dooley, Krzysztof Kozlowski, Paul Walmsley, Palmer Dabbelt,
	Albert Ou, linux-riscv, devicetree, linux-kernel

On 09/06/2023 16:34, Rob Herring wrote:
> On Fri, Jun 9, 2023 at 8:07 AM Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
>>
>> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
>> checking for this can be enabled in yamllint.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  Documentation/devicetree/bindings/riscv/cpus.yaml | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> Note that I already have the whole tree done. Just not all split up.
> 
> Acked-by: Rob Herring <robh@kernel.org>

This was on latest next, so I assumed all your patches are already there
and few of them are missing.

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
  2023-06-09 14:21 ` Conor Dooley
@ 2023-06-14 14:46   ` Palmer Dabbelt
  2023-06-14 15:03     ` Conor Dooley
  0 siblings, 1 reply; 9+ messages in thread
From: Palmer Dabbelt @ 2023-06-14 14:46 UTC (permalink / raw)
  To: Conor Dooley
  Cc: krzysztof.kozlowski, Conor Dooley, robh+dt,
	krzysztof.kozlowski+dt, Paul Walmsley, aou, linux-riscv,
	devicetree, linux-kernel

On Fri, 09 Jun 2023 07:21:17 PDT (-0700), Conor Dooley wrote:
> On Fri, Jun 09, 2023 at 04:07:06PM +0200, Krzysztof Kozlowski wrote:
>> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
>> checking for this can be enabled in yamllint.
>> 
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

Did you want me to pick this up in the RISC-V tree, or is it aimed 
somewhere else?

>
> Thanks,
> Conor.

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

* Re: [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
  2023-06-14 14:46   ` Palmer Dabbelt
@ 2023-06-14 15:03     ` Conor Dooley
  2023-06-14 15:06       ` Palmer Dabbelt
  0 siblings, 1 reply; 9+ messages in thread
From: Conor Dooley @ 2023-06-14 15:03 UTC (permalink / raw)
  To: Palmer Dabbelt
  Cc: Conor Dooley, krzysztof.kozlowski, robh+dt,
	krzysztof.kozlowski+dt, Paul Walmsley, aou, linux-riscv,
	devicetree, linux-kernel

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

On Wed, Jun 14, 2023 at 07:46:12AM -0700, Palmer Dabbelt wrote:
> On Fri, 09 Jun 2023 07:21:17 PDT (-0700), Conor Dooley wrote:
> > On Fri, Jun 09, 2023 at 04:07:06PM +0200, Krzysztof Kozlowski wrote:
> > > Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> > > checking for this can be enabled in yamllint.
> > > 
> > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > 
> > Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
> 
> Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
> 
> Did you want me to pick this up in the RISC-V tree, or is it aimed somewhere
> else?

Usually subsystem, or in this case arch, maintainers should take the
bindings patches. So that'd be you ;)

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

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

* Re: [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
  2023-06-14 15:03     ` Conor Dooley
@ 2023-06-14 15:06       ` Palmer Dabbelt
  0 siblings, 0 replies; 9+ messages in thread
From: Palmer Dabbelt @ 2023-06-14 15:06 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Conor Dooley, krzysztof.kozlowski, robh+dt,
	krzysztof.kozlowski+dt, Paul Walmsley, aou, linux-riscv,
	devicetree, linux-kernel

On Wed, 14 Jun 2023 08:03:18 PDT (-0700), Conor Dooley wrote:
> On Wed, Jun 14, 2023 at 07:46:12AM -0700, Palmer Dabbelt wrote:
>> On Fri, 09 Jun 2023 07:21:17 PDT (-0700), Conor Dooley wrote:
>> > On Fri, Jun 09, 2023 at 04:07:06PM +0200, Krzysztof Kozlowski wrote:
>> > > Cleanup bindings dropping unneeded quotes. Once all these are fixed,
>> > > checking for this can be enabled in yamllint.
>> > > 
>> > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> > 
>> > Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
>> 
>> Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
>> 
>> Did you want me to pick this up in the RISC-V tree, or is it aimed somewhere
>> else?
>
> Usually subsystem, or in this case arch, maintainers should take the
> bindings patches. So that'd be you ;)

Cool, it's queued up.  I'm just put a bunch of stuff in the queue and I 
think something's failing so it might take a bit to make for-next.

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

* Re: [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
  2023-06-09 14:07 [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes Krzysztof Kozlowski
  2023-06-09 14:21 ` Conor Dooley
  2023-06-09 14:34 ` Rob Herring
@ 2023-06-19 22:07 ` Palmer Dabbelt
  2023-06-20  1:00 ` patchwork-bot+linux-riscv
  3 siblings, 0 replies; 9+ messages in thread
From: Palmer Dabbelt @ 2023-06-19 22:07 UTC (permalink / raw)
  To: Conor Dooley, Rob Herring, Krzysztof Kozlowski, Paul Walmsley,
	Palmer Dabbelt, Albert Ou, linux-riscv, devicetree, linux-kernel,
	Krzysztof Kozlowski


On Fri, 09 Jun 2023 16:07:06 +0200, Krzysztof Kozlowski wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> 

Applied, thanks!

[1/1] dt-bindings: riscv: cpus: drop unneeded quotes
      https://git.kernel.org/palmer/c/f20233852ae2

Best regards,
-- 
Palmer Dabbelt <palmer@rivosinc.com>


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

* Re: [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
  2023-06-09 14:07 [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2023-06-19 22:07 ` Palmer Dabbelt
@ 2023-06-20  1:00 ` patchwork-bot+linux-riscv
  3 siblings, 0 replies; 9+ messages in thread
From: patchwork-bot+linux-riscv @ 2023-06-20  1:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-riscv, conor, robh+dt, krzysztof.kozlowski+dt,
	paul.walmsley, palmer, aou, devicetree, linux-kernel

Hello:

This patch was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Fri,  9 Jun 2023 16:07:06 +0200 you wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/riscv/cpus.yaml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Here is the summary with links:
  - dt-bindings: riscv: cpus: drop unneeded quotes
    https://git.kernel.org/riscv/c/f20233852ae2

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] 9+ messages in thread

end of thread, other threads:[~2023-06-20  1:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 14:07 [PATCH] dt-bindings: riscv: cpus: drop unneeded quotes Krzysztof Kozlowski
2023-06-09 14:21 ` Conor Dooley
2023-06-14 14:46   ` Palmer Dabbelt
2023-06-14 15:03     ` Conor Dooley
2023-06-14 15:06       ` Palmer Dabbelt
2023-06-09 14:34 ` Rob Herring
2023-06-09 15:02   ` Krzysztof Kozlowski
2023-06-19 22:07 ` Palmer Dabbelt
2023-06-20  1:00 ` patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox