linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* dt-bindings: ps2-gpio: convert binding to json-schema
@ 2022-02-15 18:08 Danilo Krummrich
  2022-02-15 18:08 ` [PATCH v3 1/3] " Danilo Krummrich
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Danilo Krummrich @ 2022-02-15 18:08 UTC (permalink / raw)
  To: krzysztof.kozlowski, dmitry.torokhov, robh+dt, devicetree,
	linux-input, linux-kernel
  Cc: linus.walleij

Changes since v1
================
  - binding as separate patch (driver patch will be sent outside the scope of
    this patch series)
  - fixes requested by Krzysztof
  - fix warnings/errors reported by 'make dt_binding_check'

Changes since v2
================
  - add the driver patch to enforce open drain GPIO flags again
  - fix additionalProperties: false

This series converts the ps2-gpio dt-binding to the json-schema.

Additionally, it documents (in the dt-binding) and enforces to flag the
given gpios as open drain, since the PS/2 bus is open drain by
definition.

Danilo Krummrich (3):
      dt-bindings: ps2-gpio: convert binding to json-schema
      dt-bindings: ps2-gpio: document bus signals open drain
      input: ps2-gpio: enforce GPIOs flag open drain

 Documentation/devicetree/bindings/serio/ps2-gpio.txt  | 23 -----------------------
 Documentation/devicetree/bindings/serio/ps2-gpio.yaml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/input/serio/ps2-gpio.c                        |  9 +++++++--
 3 files changed, 71 insertions(+), 25 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.yaml



^ permalink raw reply	[flat|nested] 11+ messages in thread
* dt-bindings: ps2-gpio: convert binding to json-schema
@ 2022-02-15 16:51 Danilo Krummrich
  2022-02-15 17:01 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 11+ messages in thread
From: Danilo Krummrich @ 2022-02-15 16:51 UTC (permalink / raw)
  To: krzysztof.kozlowski, dmitry.torokhov, robh+dt, devicetree,
	linux-input, linux-kernel
  Cc: linus.walleij

Changes since v1
================
  - binding as separate patch (driver patch will be sent outside the scope of
    this patch series)
  - fixes requested by Krzysztof
  - fix warnings/errors reported by 'make dt_binding_check'

This series converts the ps2-gpio dt-binding to the json-schema.

Additionally, it documents to flag the given gpios as open drain, since the
PS/2 bus is open drain by definition.

Danilo Krummrich (2):
      dt-bindings: ps2-gpio: convert binding to json-schema
      dt-bindings: ps2-gpio: document bus signals open drain

 Documentation/devicetree/bindings/serio/ps2-gpio.txt  | 23 -----------------------
 Documentation/devicetree/bindings/serio/ps2-gpio.yaml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+), 23 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.yaml



^ permalink raw reply	[flat|nested] 11+ messages in thread
* dt-bindings: ps2-gpio: convert binding to json-schema
@ 2022-02-11 23:31 Danilo Krummrich
  0 siblings, 0 replies; 11+ messages in thread
From: Danilo Krummrich @ 2022-02-11 23:31 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, devicetree, linux-input, linux-kernel
  Cc: linus.walleij

This series converts the ps2-gpio dt-binding to the json-schema.

Additionally, it documents (in the dt-binding) and enforces to flag the
given gpios as open drain, since the PS/2 bus is open drain by
definition.



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

end of thread, other threads:[~2022-02-16  7:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 18:08 dt-bindings: ps2-gpio: convert binding to json-schema Danilo Krummrich
2022-02-15 18:08 ` [PATCH v3 1/3] " Danilo Krummrich
2022-02-16  7:19   ` Krzysztof Kozlowski
2022-02-15 18:08 ` [PATCH v3 2/3] dt-bindings: ps2-gpio: document bus signals open drain Danilo Krummrich
2022-02-16  7:19   ` Krzysztof Kozlowski
2022-02-15 18:08 ` [PATCH v3 3/3] input: ps2-gpio: enforce GPIOs flag " Danilo Krummrich
2022-02-15 22:56   ` Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2022-02-15 16:51 dt-bindings: ps2-gpio: convert binding to json-schema Danilo Krummrich
2022-02-15 17:01 ` Krzysztof Kozlowski
2022-02-15 17:46   ` Danilo Krummrich
2022-02-11 23:31 Danilo Krummrich

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