linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Convert touchscreen bindings to json-schema
@ 2020-01-08  9:11 Benjamin Gaignard
  2020-01-08  9:11 ` [PATCH v2 1/2] dt-bindings: touchscreen: Add touchscreen schema Benjamin Gaignard
  2020-01-08  9:11 ` [PATCH v2 2/2] dt-bindings: touchscreen: Convert Goodix touchscreen to json-schema Benjamin Gaignard
  0 siblings, 2 replies; 7+ messages in thread
From: Benjamin Gaignard @ 2020-01-08  9:11 UTC (permalink / raw)
  To: dmitry.torokhov, robh+dt, mark.rutland, hadess
  Cc: linux-input, devicetree, linux-kernel, yannick.fertre, Benjamin Gaignard

This series convert Goodix touchscreen used on STM32 boards to json-schema.
Before converting goodix bindings itself it add a schema for common
touchscreen properties.

version 2:
- remove old definition in touchscreen.txt
- add type for all properties
- add dependencies between properties 
- enumerate goodix's I2C adresses
- add description for irq-gpio property
- reference the common properties used by goodix

Benjamin Gaignard (2):
  dt-bindings: touchscreen: Add touchscreen schema
  dt-bindings: touchscreen: Convert Goodix touchscreen to json-schema

 .../bindings/input/touchscreen/goodix.txt          | 50 -------------
 .../bindings/input/touchscreen/goodix.yaml         | 78 ++++++++++++++++++++
 .../bindings/input/touchscreen/touchscreen.txt     | 40 +----------
 .../bindings/input/touchscreen/touchscreen.yaml    | 83 ++++++++++++++++++++++
 4 files changed, 162 insertions(+), 89 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.txt
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchscreen.yaml

-- 
2.15.0


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

end of thread, other threads:[~2020-01-27 22:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08  9:11 [PATCH v2 0/2] Convert touchscreen bindings to json-schema Benjamin Gaignard
2020-01-08  9:11 ` [PATCH v2 1/2] dt-bindings: touchscreen: Add touchscreen schema Benjamin Gaignard
2020-01-14 23:30   ` Rob Herring
2020-01-27 22:07     ` Dmitry Torokhov
2020-01-08  9:11 ` [PATCH v2 2/2] dt-bindings: touchscreen: Convert Goodix touchscreen to json-schema Benjamin Gaignard
2020-01-14 23:31   ` Rob Herring
2020-01-27 22:07     ` 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).