All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] dt-bindings: convert timing + panel-dpi to DT schema
@ 2020-01-20 20:06 ` Sam Ravnborg
  0 siblings, 0 replies; 24+ messages in thread
From: Sam Ravnborg @ 2020-01-20 20:06 UTC (permalink / raw)
  To: Rob Herring, dri-devel, devicetree
  Cc: Oleksandr Suvorov, Maxime Ripard, Laurent Pinchart,
	Thierry Reding

This set of patches convert display-timing.txt to DT schema.
To do that add a panel-timing.yaml file that include all the
panel-timing properties and use this in panel-common and in display-timings.

panel-dpi was also converted so we have no .txt users left of panel-timing
in panel/

Everything passed dt_binding_check - and the trivial errors I tried in
the examples was all catched during validation.

This work was triggered by a patch-set from Oleksandr Suvorov aiming
at updating panel-lvds to support panel-dpi too.
This will make it simple to add additional properties to panel-dpi.

The .yaml file are all (GPL-2.0-only OR BSD-2-Clause).
There are some parts copied or inspired from other files,
but there is also a lot of content written by me.

The license can be questioned - and I just used
the default for new bindings.

Feedback welcome!

	Sam

Sam Ravnborg (3):
      dt-bindings: display: add panel-timing.yaml
      dt-bindings: display: convert display-timings to DT schema
      dt-bindings: display: convert panel-dpi to DT schema

 .../bindings/display/panel/display-timing.txt      | 124 +---------
 .../bindings/display/panel/display-timings.yaml    |  67 ++++++
 .../bindings/display/panel/panel-common.yaml       |   7 +-
 .../bindings/display/panel/panel-dpi.txt           |  50 ----
 .../bindings/display/panel/panel-dpi.yaml          |  71 ++++++
 .../bindings/display/panel/panel-timing.yaml       | 253 +++++++++++++++++++++
 6 files changed, 395 insertions(+), 177 deletions(-)



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

end of thread, other threads:[~2020-01-25 19:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 20:06 [PATCH v1 0/3] dt-bindings: convert timing + panel-dpi to DT schema Sam Ravnborg
2020-01-20 20:06 ` Sam Ravnborg
2020-01-20 20:06 ` [PATCH v1 1/3] dt-bindings: display: add panel-timing.yaml Sam Ravnborg
2020-01-20 20:06   ` Sam Ravnborg
2020-01-20 20:48   ` Oleksandr Suvorov
2020-01-20 20:54     ` Oleksandr Suvorov
2020-01-21 20:05     ` Sam Ravnborg
2020-01-21 20:05       ` Sam Ravnborg
2020-01-25 18:29     ` Sam Ravnborg
2020-01-25 18:29       ` Sam Ravnborg
2020-01-21  7:29   ` Maxime Ripard
2020-01-21  7:29     ` Maxime Ripard
2020-01-25 18:26     ` Sam Ravnborg
2020-01-25 18:26       ` Sam Ravnborg
2020-01-21 14:35   ` Rob Herring
2020-01-21 14:35     ` Rob Herring
2020-01-20 20:06 ` [PATCH v1 2/3] dt-bindings: display: convert display-timings to DT schema Sam Ravnborg
2020-01-20 20:06   ` Sam Ravnborg
2020-01-20 20:06 ` [PATCH v1 3/3] dt-bindings: display: convert panel-dpi " Sam Ravnborg
2020-01-20 20:06   ` Sam Ravnborg
2020-01-21 14:50   ` Rob Herring
2020-01-21 14:50     ` Rob Herring
2020-01-25 19:39     ` Sam Ravnborg
2020-01-25 19:39       ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.