linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: input: Add DT bindings for Whiskers switch
@ 2019-10-05 10:13 Ikjoon Jang
  2019-10-18  3:10 ` Ikjoon Jang
  0 siblings, 1 reply; 3+ messages in thread
From: Ikjoon Jang @ 2019-10-05 10:13 UTC (permalink / raw)
  To: linux-input, linux-kernel
  Cc: Dmitry Torokhov, Benson Leung, Enric Balletbo i Serra,
	Guenter Roeck, Brian Norris, Enrico Granata, Ting Shen,
	Nicolas Boichat, Ikjoon Jang

Add the DT binding document for Hammer's TABLET_MODE switch.

Signed-off-by: Ikjoon Jang <ikjn@chromium.org>
---
 .../devicetree/bindings/input/cros-cbas.yaml  | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/cros-cbas.yaml

diff --git a/Documentation/devicetree/bindings/input/cros-cbas.yaml b/Documentation/devicetree/bindings/input/cros-cbas.yaml
new file mode 100644
index 000000000000..3bc989c6a295
--- /dev/null
+++ b/Documentation/devicetree/bindings/input/cros-cbas.yaml
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: GPL-2.0
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/input/cros-cbas.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: ChromeOS Hammer's Base Attached Switch
+
+maintainers:
+  - Dmitry Torokhov <dmitry.torokhov@gmail.com>
+
+description:
+  This device is used to signal when a detachable base is attached to a
+  Chrome OS tablet. The node for this device must be under a cros-ec node
+  like google,cros-ec-spi or google,cros-ec-i2c.
+
+properties:
+  compatible:
+    const: google,cros-cbas
+
+required:
+  - compatible
-- 
2.23.0.581.g78d2f28ef7-goog


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

* Re: [PATCH 1/3] dt-bindings: input: Add DT bindings for Whiskers switch
  2019-10-05 10:13 [PATCH 1/3] dt-bindings: input: Add DT bindings for Whiskers switch Ikjoon Jang
@ 2019-10-18  3:10 ` Ikjoon Jang
  2019-10-18 16:23   ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Ikjoon Jang @ 2019-10-18  3:10 UTC (permalink / raw)
  To: jikos, Dmitry Torokhov
  Cc: linux-input, linux-kernel, Guenter Roeck, Brian Norris,
	Enrico Granata, Nicolas Boichat

A gentle ping on adding DT binding for Hammer (1/2).

On Sat, Oct 5, 2019 at 6:14 PM Ikjoon Jang <ikjn@chromium.org> wrote:
>
> Add the DT binding document for Hammer's TABLET_MODE switch.
>
> Signed-off-by: Ikjoon Jang <ikjn@chromium.org>
> ---
>  .../devicetree/bindings/input/cros-cbas.yaml  | 22 +++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/input/cros-cbas.yaml
>
> diff --git a/Documentation/devicetree/bindings/input/cros-cbas.yaml b/Documentation/devicetree/bindings/input/cros-cbas.yaml
> new file mode 100644
> index 000000000000..3bc989c6a295
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/input/cros-cbas.yaml
> @@ -0,0 +1,22 @@
> +# SPDX-License-Identifier: GPL-2.0
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/input/cros-cbas.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: ChromeOS Hammer's Base Attached Switch
> +
> +maintainers:
> +  - Dmitry Torokhov <dmitry.torokhov@gmail.com>
> +
> +description:
> +  This device is used to signal when a detachable base is attached to a
> +  Chrome OS tablet. The node for this device must be under a cros-ec node
> +  like google,cros-ec-spi or google,cros-ec-i2c.
> +
> +properties:
> +  compatible:
> +    const: google,cros-cbas
> +
> +required:
> +  - compatible
> --
> 2.23.0.581.g78d2f28ef7-goog
>

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

* Re: [PATCH 1/3] dt-bindings: input: Add DT bindings for Whiskers switch
  2019-10-18  3:10 ` Ikjoon Jang
@ 2019-10-18 16:23   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2019-10-18 16:23 UTC (permalink / raw)
  To: Ikjoon Jang
  Cc: Jiri Kosina, open list:HID CORE LAYER, lkml, Guenter Roeck,
	Brian Norris, Enrico Granata, Nicolas Boichat

Hi Ikjoon,

On Thu, Oct 17, 2019 at 8:10 PM Ikjoon Jang <ikjn@chromium.org> wrote:
>
> A gentle ping on adding DT binding for Hammer (1/2).

DT bindings need to be sent to devicetree@vger.kernel.org and Rob
Herring <robh+dt@kernel.org>

Thanks,
Dmitry

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

end of thread, other threads:[~2019-10-18 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 10:13 [PATCH 1/3] dt-bindings: input: Add DT bindings for Whiskers switch Ikjoon Jang
2019-10-18  3:10 ` Ikjoon Jang
2019-10-18 16:23   ` 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).