All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Gonzalez <mgonzalez@freebox.fr>
To: AML <linux-amlogic@lists.infradead.org>, DT <devicetree@vger.kernel.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Pierre-Hugues Husson <phhusson@freebox.fr>
Subject: [PATCH v2 1/4] dt-bindings: vendor-prefixes: add freebox
Date: Mon, 12 Feb 2024 18:49:11 +0100	[thread overview]
Message-ID: <47a5baee-866d-437d-8950-4e730f210bdf@freebox.fr> (raw)
In-Reply-To: <77edaf7e-aeb5-4fc0-8b69-85dcddfd5a58@freebox.fr>

Freebox is a French ISP who makes gateways and STBs.

Signed-off-by: Marc Gonzalez <mgonzalez@freebox.fr>
---
  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 1a0dc04f1db47..4f5a1f4e6689a 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -500,6 +500,8 @@ patternProperties:
      description: FocalTech Systems Co.,Ltd
    "^forlinx,.*":
      description: Baoding Forlinx Embedded Technology Co., Ltd.
+  "^freebox,.*":
+    description: Freebox SAS
    "^freecom,.*":
      description: Freecom Gmbh
    "^frida,.*":
-- 
2.34.1

WARNING: multiple messages have this Message-ID (diff)
From: Marc Gonzalez <mgonzalez@freebox.fr>
To: AML <linux-amlogic@lists.infradead.org>, DT <devicetree@vger.kernel.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Pierre-Hugues Husson <phhusson@freebox.fr>
Subject: [PATCH v2 1/4] dt-bindings: vendor-prefixes: add freebox
Date: Mon, 12 Feb 2024 18:49:11 +0100	[thread overview]
Message-ID: <47a5baee-866d-437d-8950-4e730f210bdf@freebox.fr> (raw)
In-Reply-To: <77edaf7e-aeb5-4fc0-8b69-85dcddfd5a58@freebox.fr>

Freebox is a French ISP who makes gateways and STBs.

Signed-off-by: Marc Gonzalez <mgonzalez@freebox.fr>
---
  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 1a0dc04f1db47..4f5a1f4e6689a 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -500,6 +500,8 @@ patternProperties:
      description: FocalTech Systems Co.,Ltd
    "^forlinx,.*":
      description: Baoding Forlinx Embedded Technology Co., Ltd.
+  "^freebox,.*":
+    description: Freebox SAS
    "^freecom,.*":
      description: Freecom Gmbh
    "^frida,.*":
-- 
2.34.1

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2024-02-12 17:55 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-12 17:47 [PATCH v2 0/4] Add support for Freebox fbx8am boards Marc Gonzalez
2024-02-12 17:47 ` Marc Gonzalez
2024-02-12 17:49 ` Marc Gonzalez [this message]
2024-02-12 17:49   ` [PATCH v2 1/4] dt-bindings: vendor-prefixes: add freebox Marc Gonzalez
2024-02-12 18:02   ` Conor Dooley
2024-02-12 18:02     ` Conor Dooley
2024-02-12 17:50 ` [PATCH v2 2/4] dt-bindings: arm: amlogic: add fbx8am binding Marc Gonzalez
2024-02-12 17:50   ` Marc Gonzalez
2024-02-12 18:20   ` Conor Dooley
2024-02-12 18:20     ` Conor Dooley
2024-02-13  8:41   ` Krzysztof Kozlowski
2024-02-13  8:41     ` Krzysztof Kozlowski
2024-02-13 12:35     ` Marc Gonzalez
2024-02-13 12:35       ` Marc Gonzalez
2024-02-13 14:12       ` Krzysztof Kozlowski
2024-02-13 14:12         ` Krzysztof Kozlowski
2024-02-12 17:51 ` [PATCH v2 3/4] arm64: dts: amlogic: add fbx8am board Marc Gonzalez
2024-02-12 17:51   ` Marc Gonzalez
2024-02-13  8:42   ` Krzysztof Kozlowski
2024-02-13  8:42     ` Krzysztof Kozlowski
2024-02-13 10:49     ` Marc Gonzalez
2024-02-13 10:49       ` Marc Gonzalez
2024-02-13 14:23       ` Krzysztof Kozlowski
2024-02-13 14:23         ` Krzysztof Kozlowski
2024-02-12 17:53 ` [PATCH v2 4/4] arm64: dts: amlogic: add fbx8am DT overlays Marc Gonzalez
2024-02-12 17:53   ` Marc Gonzalez
2024-02-13 13:51   ` Rob Herring
2024-02-13 13:51     ` Rob Herring
2024-02-13 14:58     ` Marc Gonzalez
2024-02-13 14:58       ` Marc Gonzalez
2024-02-19  9:03       ` Krzysztof Kozlowski
2024-02-19  9:03         ` Krzysztof Kozlowski
2024-02-13  8:38 ` [PATCH v2 0/4] Add support for Freebox fbx8am boards Neil Armstrong
2024-02-13  8:38   ` Neil Armstrong
2024-02-13  8:41   ` Krzysztof Kozlowski
2024-02-13  8:41     ` Krzysztof Kozlowski
2024-02-13  8:44     ` neil.armstrong
2024-02-13  8:44       ` neil.armstrong
2024-02-13  8:45       ` Krzysztof Kozlowski
2024-02-13  8:45         ` Krzysztof Kozlowski
2024-02-19  8:54 ` Neil Armstrong
2024-02-19  8:54   ` Neil Armstrong
2024-02-19  9:05   ` Krzysztof Kozlowski
2024-02-19  9:05     ` Krzysztof Kozlowski
2024-02-19  9:07     ` Neil Armstrong
2024-02-19  9:07       ` Neil Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47a5baee-866d-437d-8950-4e730f210bdf@freebox.fr \
    --to=mgonzalez@freebox.fr \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=neil.armstrong@linaro.org \
    --cc=phhusson@freebox.fr \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.