linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source
@ 2021-02-12 16:38 Krzysztof Kozlowski
  2021-03-01 15:02 ` Linus Walleij
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-02-12 16:38 UTC (permalink / raw)
  To: Nick Dyer, Dmitry Torokhov, Rob Herring, Nicolas Ferre,
	Alexandre Belloni, Ludovic Desroches, Linus Walleij, linux-input,
	devicetree, linux-arm-kernel, linux-kernel
  Cc: Krzysztof Kozlowski

The touchscreen can be a wake up source and it's being used in DTS:

  arch/arm/boot/dts/exynos5250-spring.dt.yaml:
    trackpad@4b: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/devicetree/bindings/input/atmel,maxtouch.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml b/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
index 8c6418f76e94..eb69a8fc8498 100644
--- a/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
+++ b/Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
@@ -53,6 +53,9 @@ properties:
       or experiment to determine which bit corresponds to which input. Use
       KEY_RESERVED for unused padding values.
 
+  wakeup-source:
+    type: boolean
+
 required:
   - compatible
   - reg
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source
  2021-02-12 16:38 [PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source Krzysztof Kozlowski
@ 2021-03-01 15:02 ` Linus Walleij
  2021-03-05 20:39 ` Rob Herring
  2021-03-21 22:52 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-03-01 15:02 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Nick Dyer, Dmitry Torokhov, Rob Herring, Nicolas Ferre,
	Alexandre Belloni, Ludovic Desroches, Linux Input,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-kernel

On Fri, Feb 12, 2021 at 5:38 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:

> The touchscreen can be a wake up source and it's being used in DTS:
>
>   arch/arm/boot/dts/exynos5250-spring.dt.yaml:
>     trackpad@4b: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Looks correct to me:
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source
  2021-02-12 16:38 [PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source Krzysztof Kozlowski
  2021-03-01 15:02 ` Linus Walleij
@ 2021-03-05 20:39 ` Rob Herring
  2021-03-21 22:52 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-03-05 20:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Ludovic Desroches, Dmitry Torokhov, linux-input, Linus Walleij,
	Nicolas Ferre, devicetree, Nick Dyer, linux-kernel,
	Alexandre Belloni, linux-arm-kernel, Rob Herring

On Fri, 12 Feb 2021 17:38:06 +0100, Krzysztof Kozlowski wrote:
> The touchscreen can be a wake up source and it's being used in DTS:
> 
>   arch/arm/boot/dts/exynos5250-spring.dt.yaml:
>     trackpad@4b: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/input/atmel,maxtouch.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

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

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

* Re: [PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source
  2021-02-12 16:38 [PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source Krzysztof Kozlowski
  2021-03-01 15:02 ` Linus Walleij
  2021-03-05 20:39 ` Rob Herring
@ 2021-03-21 22:52 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2021-03-21 22:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Nick Dyer, Rob Herring, Nicolas Ferre, Alexandre Belloni,
	Ludovic Desroches, Linus Walleij, linux-input, devicetree,
	linux-arm-kernel, linux-kernel

On Fri, Feb 12, 2021 at 05:38:06PM +0100, Krzysztof Kozlowski wrote:
> The touchscreen can be a wake up source and it's being used in DTS:
> 
>   arch/arm/boot/dts/exynos5250-spring.dt.yaml:
>     trackpad@4b: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Applied, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2021-03-21 22:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 16:38 [PATCH] dt-bindings: input: atmel,maxtouch: add wakeup-source Krzysztof Kozlowski
2021-03-01 15:02 ` Linus Walleij
2021-03-05 20:39 ` Rob Herring
2021-03-21 22:52 ` 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).