All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/3] convert gpio-restart bindings to yaml
@ 2021-12-30 18:06 Sander Vanheule
  2021-12-30 18:06 ` [RFC PATCH v1 1/3] dt-bindings: power: reset: Convert gpio-restart binding to schema Sander Vanheule
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sander Vanheule @ 2021-12-30 18:06 UTC (permalink / raw)
  To: linux-pm, devicetree
  Cc: Sebastian Reichel, Rob Herring, linux-kernel, Sander Vanheule

This patch series first converts the gpio-restart bindings to the schema
format, so device descriptions can be verified against the binding.  Two
smaller patches then follow: one to fix the documentation, and a one to add
suffixes to values with implied units.

Open questions:
- Who should I add as maintainer for the binding, if not myself (patch 1)
- Should properties with names that don't match the guidelines be updated, or
  can the original names be kept? (patch 2, 3)
- Since the "priority" property is a Linux kernel specific thing, should it
  just deprecated entirely? (patch 3)

Sander Vanheule (3):
  dt-bindings: power: reset: Convert gpio-restart binding to schema
  dt-bindings: power: reset: gpio-restart: Add -ms suffix to delays
  dt-bindings: power: reset: gpio-restart: Correct default priority

 .../bindings/power/reset/gpio-restart.txt     |  54 ----------
 .../bindings/power/reset/gpio-restart.yaml    | 101 ++++++++++++++++++
 2 files changed, 101 insertions(+), 54 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/power/reset/gpio-restart.txt
 create mode 100644 Documentation/devicetree/bindings/power/reset/gpio-restart.yaml

-- 
2.33.1


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

end of thread, other threads:[~2022-01-10 20:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-30 18:06 [RFC PATCH v1 0/3] convert gpio-restart bindings to yaml Sander Vanheule
2021-12-30 18:06 ` [RFC PATCH v1 1/3] dt-bindings: power: reset: Convert gpio-restart binding to schema Sander Vanheule
2021-12-30 18:11   ` Sander Vanheule
2022-01-01 22:01   ` Rob Herring
2021-12-30 18:06 ` [RFC PATCH v1 2/3] dt-bindings: power: reset: gpio-restart: Add -ms suffix to delays Sander Vanheule
2022-01-10 20:38   ` Rob Herring
2022-01-10 20:55     ` Sander Vanheule
2021-12-30 18:06 ` [RFC PATCH v1 3/3] dt-bindings: power: reset: gpio-restart: Correct default priority Sander Vanheule

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.