linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: input: matrix_keypad - add wakeup-source property
@ 2025-02-28  1:06 Dmitry Torokhov
  2025-02-28  6:42 ` Manuel Traut
  2025-02-28 18:49 ` Conor Dooley
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2025-02-28  1:06 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski
  Cc: linux-input, Conor Dooley, Markus Burri, Manuel Traut, devicetree,
	linux-kernel

The driver recognizes standard "wakeup-source" property and there are
DTS files using it. Add the property to the binding.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502280105.REZ29MVg-lkp@intel.com/
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 .../devicetree/bindings/input/gpio-matrix-keypad.yaml         | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
index 73bb153ed241..ebfff9e42a36 100644
--- a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
@@ -68,6 +68,8 @@ properties:
       Drive inactive columns during scan,
       default is to turn inactive columns into inputs.
 
+  wakeup-source: true
+
 required:
   - compatible
   - row-gpios
@@ -96,4 +98,6 @@ examples:
                         0x0001006A
                         0x0101001C
                         0x0201006C>;
+
+        wakeup-source;
     };
-- 
2.48.1.711.g2feabab25a-goog


-- 
Dmitry

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

* Re: [PATCH] dt-bindings: input: matrix_keypad - add wakeup-source property
  2025-02-28  1:06 [PATCH] dt-bindings: input: matrix_keypad - add wakeup-source property Dmitry Torokhov
@ 2025-02-28  6:42 ` Manuel Traut
  2025-02-28 18:49 ` Conor Dooley
  1 sibling, 0 replies; 3+ messages in thread
From: Manuel Traut @ 2025-02-28  6:42 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Rob Herring, Krzysztof Kozlowski, linux-input, Conor Dooley,
	Markus Burri, devicetree, linux-kernel

On Thu, Feb 27, 2025 at 05:06:43PM -0800, Dmitry Torokhov wrote:
> The driver recognizes standard "wakeup-source" property and there are
> DTS files using it. Add the property to the binding.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202502280105.REZ29MVg-lkp@intel.com/
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

Reviewed-by: Manuel Traut <manuel.traut@mt.com>

> ---
>  .../devicetree/bindings/input/gpio-matrix-keypad.yaml         | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
> index 73bb153ed241..ebfff9e42a36 100644
> --- a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
> +++ b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
> @@ -68,6 +68,8 @@ properties:
>        Drive inactive columns during scan,
>        default is to turn inactive columns into inputs.
>  
> +  wakeup-source: true
> +
>  required:
>    - compatible
>    - row-gpios
> @@ -96,4 +98,6 @@ examples:
>                          0x0001006A
>                          0x0101001C
>                          0x0201006C>;
> +
> +        wakeup-source;
>      };
> -- 
> 2.48.1.711.g2feabab25a-goog
> 
> 
> -- 
> Dmitry

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

* Re: [PATCH] dt-bindings: input: matrix_keypad - add wakeup-source property
  2025-02-28  1:06 [PATCH] dt-bindings: input: matrix_keypad - add wakeup-source property Dmitry Torokhov
  2025-02-28  6:42 ` Manuel Traut
@ 2025-02-28 18:49 ` Conor Dooley
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2025-02-28 18:49 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Rob Herring, Krzysztof Kozlowski, linux-input, Conor Dooley,
	Markus Burri, Manuel Traut, devicetree, linux-kernel

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

On Thu, Feb 27, 2025 at 05:06:43PM -0800, Dmitry Torokhov wrote:
> The driver recognizes standard "wakeup-source" property and there are
> DTS files using it. Add the property to the binding.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202502280105.REZ29MVg-lkp@intel.com/
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

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

> ---
>  .../devicetree/bindings/input/gpio-matrix-keypad.yaml         | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
> index 73bb153ed241..ebfff9e42a36 100644
> --- a/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
> +++ b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
> @@ -68,6 +68,8 @@ properties:
>        Drive inactive columns during scan,
>        default is to turn inactive columns into inputs.
>  
> +  wakeup-source: true
> +
>  required:
>    - compatible
>    - row-gpios
> @@ -96,4 +98,6 @@ examples:
>                          0x0001006A
>                          0x0101001C
>                          0x0201006C>;
> +
> +        wakeup-source;
>      };
> -- 
> 2.48.1.711.g2feabab25a-goog
> 
> 
> -- 
> Dmitry

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

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

end of thread, other threads:[~2025-02-28 18:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28  1:06 [PATCH] dt-bindings: input: matrix_keypad - add wakeup-source property Dmitry Torokhov
2025-02-28  6:42 ` Manuel Traut
2025-02-28 18:49 ` Conor Dooley

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