linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label
@ 2024-02-26 12:29 Krzysztof Kozlowski
  2024-02-26 17:31 ` Jernej Škrabec
  2024-03-05 17:51 ` Dmitry Torokhov
  0 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-26 12:29 UTC (permalink / raw)
  To: Hans de Goede, Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
	Maxime Ripard, linux-input, devicetree, linux-arm-kernel,
	linux-sunxi, linux-kernel
  Cc: Krzysztof Kozlowski

dtschema defines label as string, so $ref in other bindings is
redundant.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/input/allwinner,sun4i-a10-lradc-keys.yaml           | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
index 5efceb313879..c384bf0bb25d 100644
--- a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
+++ b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
@@ -49,7 +49,6 @@ patternProperties:
     $ref: input.yaml#
     properties:
       label:
-        $ref: /schemas/types.yaml#/definitions/string
         description: Descriptive name of the key
 
       linux,code: true
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label
  2024-02-26 12:29 [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label Krzysztof Kozlowski
@ 2024-02-26 17:31 ` Jernej Škrabec
  2024-02-27  3:50   ` Rob Herring
  2024-02-27  6:48   ` Krzysztof Kozlowski
  2024-03-05 17:51 ` Dmitry Torokhov
  1 sibling, 2 replies; 6+ messages in thread
From: Jernej Škrabec @ 2024-02-26 17:31 UTC (permalink / raw)
  To: Hans de Goede, Dmitry Torokhov, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Chen-Yu Tsai, Samuel Holland, Maxime Ripard,
	linux-input, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski

Dne ponedeljek, 26. februar 2024 ob 13:29:34 CET je Krzysztof Kozlowski napisal(a):
> dtschema defines label as string, so $ref in other bindings is
> redundant.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

I already send PR for 6.9. Do you mind if it waits on next cycle?

Best regards,
Jernej

> ---
>  .../bindings/input/allwinner,sun4i-a10-lradc-keys.yaml           | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
> index 5efceb313879..c384bf0bb25d 100644
> --- a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
> +++ b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
> @@ -49,7 +49,6 @@ patternProperties:
>      $ref: input.yaml#
>      properties:
>        label:
> -        $ref: /schemas/types.yaml#/definitions/string
>          description: Descriptive name of the key
>  
>        linux,code: true
> 





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

* Re: [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label
  2024-02-26 17:31 ` Jernej Škrabec
@ 2024-02-27  3:50   ` Rob Herring
  2024-02-27  6:48   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2024-02-27  3:50 UTC (permalink / raw)
  To: Jernej Škrabec
  Cc: Hans de Goede, Dmitry Torokhov, Krzysztof Kozlowski,
	Conor Dooley, Chen-Yu Tsai, Samuel Holland, Maxime Ripard,
	linux-input, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, Krzysztof Kozlowski

On Mon, Feb 26, 2024 at 06:31:38PM +0100, Jernej Škrabec wrote:
> Dne ponedeljek, 26. februar 2024 ob 13:29:34 CET je Krzysztof Kozlowski napisal(a):
> > dtschema defines label as string, so $ref in other bindings is
> > redundant.
> > 
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
> 
> I already send PR for 6.9. Do you mind if it waits on next cycle?

This should go via input tree, not allwinner.

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

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

* Re: [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label
  2024-02-26 17:31 ` Jernej Škrabec
  2024-02-27  3:50   ` Rob Herring
@ 2024-02-27  6:48   ` Krzysztof Kozlowski
  2024-02-27  6:49     ` Krzysztof Kozlowski
  1 sibling, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-27  6:48 UTC (permalink / raw)
  To: Jernej Škrabec, Hans de Goede, Dmitry Torokhov, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai, Samuel Holland,
	Maxime Ripard, linux-input, devicetree, linux-arm-kernel,
	linux-sunxi, linux-kernel

On 26/02/2024 18:31, Jernej Škrabec wrote:
> Dne ponedeljek, 26. februar 2024 ob 13:29:34 CET je Krzysztof Kozlowski napisal(a):
>> dtschema defines label as string, so $ref in other bindings is
>> redundant.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
> 
> I already send PR for 6.9. Do you mind if it waits on next cycle?

Yes.

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label
  2024-02-27  6:48   ` Krzysztof Kozlowski
@ 2024-02-27  6:49     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-27  6:49 UTC (permalink / raw)
  To: Jernej Škrabec, Hans de Goede, Dmitry Torokhov, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai, Samuel Holland,
	Maxime Ripard, linux-input, devicetree, linux-arm-kernel,
	linux-sunxi, linux-kernel

On 27/02/2024 07:48, Krzysztof Kozlowski wrote:
> On 26/02/2024 18:31, Jernej Škrabec wrote:
>> Dne ponedeljek, 26. februar 2024 ob 13:29:34 CET je Krzysztof Kozlowski napisal(a):
>>> dtschema defines label as string, so $ref in other bindings is
>>> redundant.
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>
>> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
>>
>> I already send PR for 6.9. Do you mind if it waits on next cycle?
> 
> Yes.

Damn English. I don't mind, but as Rob pointed this is patch for input.

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label
  2024-02-26 12:29 [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label Krzysztof Kozlowski
  2024-02-26 17:31 ` Jernej Škrabec
@ 2024-03-05 17:51 ` Dmitry Torokhov
  1 sibling, 0 replies; 6+ messages in thread
From: Dmitry Torokhov @ 2024-03-05 17:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Hans de Goede, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Maxime Ripard,
	linux-input, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel

On Mon, Feb 26, 2024 at 01:29:34PM +0100, Krzysztof Kozlowski wrote:
> dtschema defines label as string, so $ref in other bindings is
> redundant.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Applied, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2024-03-05 17:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26 12:29 [PATCH] dt-bindings: input: allwinner,sun4i-a10-lrad: drop redundant type from label Krzysztof Kozlowski
2024-02-26 17:31 ` Jernej Škrabec
2024-02-27  3:50   ` Rob Herring
2024-02-27  6:48   ` Krzysztof Kozlowski
2024-02-27  6:49     ` Krzysztof Kozlowski
2024-03-05 17:51 ` Dmitry Torokhov

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).