linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add yet another for ST-Ericsson
@ 2019-11-20 18:18 Stephan Gerhold
  2019-11-20 18:18 ` [PATCH v2 2/4] dt-bindings: vendor-prefixes: Deprecate "ste" and "st-ericsson" Stephan Gerhold
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Stephan Gerhold @ 2019-11-20 18:18 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring
  Cc: Mark Rutland, linux-arm-kernel, devicetree, linux-kernel,
	Stephan Gerhold

Unfortunately the vendor prefix for ST-Ericsson is used very
inconsistently. "ste," and "stericsson," are already documented,
but some things in the kernel use "st-ericsson," which is not
documented yet.

st-ericsson,u8500 is documented in bindings/arm/ux500/boards.txt,
and is used to match the machine code and the generic DT cpufreq
driver.

Add it to the list of vendor prefixes.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
---
Changes in v2: none, added new patch to deprecate other vendor prefixes
v1: https://lore.kernel.org/linux-devicetree/20191120121720.72845-1-stephan@gerhold.net/
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 967e78c5ec0a..c9b0bab8ed23 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -909,6 +909,8 @@ patternProperties:
     description: ST-Ericsson
   "^stericsson,.*":
     description: ST-Ericsson
+  "^st-ericsson,.*":
+    description: ST-Ericsson
   "^summit,.*":
     description: Summit microelectronics
   "^sunchip,.*":
-- 
2.24.0


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

end of thread, other threads:[~2019-12-04 19:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 18:18 [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add yet another for ST-Ericsson Stephan Gerhold
2019-11-20 18:18 ` [PATCH v2 2/4] dt-bindings: vendor-prefixes: Deprecate "ste" and "st-ericsson" Stephan Gerhold
2019-11-20 20:20   ` Linus Walleij
2019-12-04 19:01   ` Rob Herring
2019-11-20 18:18 ` [PATCH v2 3/4] dt-bindings: vendor-prefixes: Add "calaosystems" for CALAO Systems SAS Stephan Gerhold
2019-11-20 20:21   ` Linus Walleij
2019-12-04 19:01   ` Rob Herring
2019-11-20 18:18 ` [PATCH v2 4/4] dt-bindings: arm: Document compatibles for Ux500 boards Stephan Gerhold
2019-11-20 20:22   ` Linus Walleij
2019-11-22 14:10     ` Stephan Gerhold
2019-11-22 15:43       ` Linus Walleij
2019-11-20 20:19 ` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add yet another for ST-Ericsson Linus Walleij
2019-12-04 19:00 ` Rob Herring

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