From: Dipen Patel Date: Thu, 12 May 2022 17:50:11 +0000 (-0700) Subject: dt-bindings: Renamed hte directory to timestamp X-Git-Tag: v6.6.17~7053^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af583852d2efcbc76ce68ac8d65126d4b0c65067;p=platform%2Fkernel%2Flinux-rpi.git dt-bindings: Renamed hte directory to timestamp Renamed hte dt binding directory to timestamp according review comment. Addressed minor comment about having HTE acronym first in the common dt binding document. The change reflects above renaming in MAINTAINERS files too. Signed-off-by: Dipen Patel Reviewed-by: Linus Walleij Acked-by: Rob Herring Signed-off-by: Thierry Reding --- diff --git a/Documentation/devicetree/bindings/hte/hardware-timestamps-common.yaml b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml similarity index 71% rename from Documentation/devicetree/bindings/hte/hardware-timestamps-common.yaml rename to Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml index 3e26de6..4c25ba2 100644 --- a/Documentation/devicetree/bindings/hte/hardware-timestamps-common.yaml +++ b/Documentation/devicetree/bindings/timestamp/hardware-timestamps-common.yaml @@ -10,9 +10,9 @@ maintainers: - Dipen Patel description: - Some devices/SoCs have hardware time stamping engines which can use hardware - means to timestamp entity in realtime. The entity could be anything from - GPIOs, IRQs, Bus and so on. The hardware timestamp engine (HTE) present + Some devices/SoCs have hardware timestamp engines (HTE) which can use + hardware means to timestamp entity in realtime. The entity could be anything + from GPIOs, IRQs, Bus and so on. The hardware timestamp engine present itself as a provider with the bindings described in this document. properties: diff --git a/Documentation/devicetree/bindings/hte/hte-consumer.yaml b/Documentation/devicetree/bindings/timestamp/hte-consumer.yaml similarity index 100% rename from Documentation/devicetree/bindings/hte/hte-consumer.yaml rename to Documentation/devicetree/bindings/timestamp/hte-consumer.yaml diff --git a/Documentation/devicetree/bindings/hte/nvidia,tegra194-hte.yaml b/Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml similarity index 100% rename from Documentation/devicetree/bindings/hte/nvidia,tegra194-hte.yaml rename to Documentation/devicetree/bindings/timestamp/nvidia,tegra194-hte.yaml diff --git a/MAINTAINERS b/MAINTAINERS index dbc17c6..5feb95e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9002,7 +9002,7 @@ F: drivers/input/touchscreen/htcpen.c HTE SUBSYSTEM M: Dipen Patel S: Maintained -F: Documentation/devicetree/bindings/hte/ +F: Documentation/devicetree/bindings/timestamp/ F: Documentation/hte/ F: drivers/hte/ F: include/linux/hte.h