All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Mergnat <amergnat@baylibre.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-mediatek@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Paul Elder <paul.elder@ideasonboard.com>,
	Fabien Parent <fabien.parent@linaro.org>,
	Julien Stephan <jstephan@baylibre.com>,
	Suhrid Subramaniam <suhrid.subramaniam@mediatek.com>,
	Ted Larson <ted@ologicinc.com>
Subject: Re: [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add prefix for OLogic, Inc.
Date: Thu, 19 Oct 2023 14:46:42 +0200	[thread overview]
Message-ID: <5b4e2ed9-c312-4df8-8d5f-65fb4a619b2f@baylibre.com> (raw)
In-Reply-To: <20231016215123.30343-2-laurent.pinchart@ideasonboard.com>

Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>

On 16/10/2023 23:51, Laurent Pinchart wrote:
> Add a DT vendor prefix for OLogic, Inc. OLogic is a hardware and system
> design company that manufactures, among other things, development boards
> with MediaTek SoCs.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>   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 573578db9509..247b724bc01f 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -981,6 +981,8 @@ patternProperties:
>       description: Oki Electric Industry Co., Ltd.
>     "^olimex,.*":
>       description: OLIMEX Ltd.
> +  "^ologic,.*":
> +    description: OLogic, Inc.
>     "^olpc,.*":
>       description: One Laptop Per Child
>     "^oneplus,.*":

-- 
Regards,
Alexandre


WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Mergnat <amergnat@baylibre.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-mediatek@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Paul Elder <paul.elder@ideasonboard.com>,
	Fabien Parent <fabien.parent@linaro.org>,
	Julien Stephan <jstephan@baylibre.com>,
	Suhrid Subramaniam <suhrid.subramaniam@mediatek.com>,
	Ted Larson <ted@ologicinc.com>
Subject: Re: [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add prefix for OLogic, Inc.
Date: Thu, 19 Oct 2023 14:46:42 +0200	[thread overview]
Message-ID: <5b4e2ed9-c312-4df8-8d5f-65fb4a619b2f@baylibre.com> (raw)
In-Reply-To: <20231016215123.30343-2-laurent.pinchart@ideasonboard.com>

Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>

On 16/10/2023 23:51, Laurent Pinchart wrote:
> Add a DT vendor prefix for OLogic, Inc. OLogic is a hardware and system
> design company that manufactures, among other things, development boards
> with MediaTek SoCs.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>   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 573578db9509..247b724bc01f 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -981,6 +981,8 @@ patternProperties:
>       description: Oki Electric Industry Co., Ltd.
>     "^olimex,.*":
>       description: OLIMEX Ltd.
> +  "^ologic,.*":
> +    description: OLogic, Inc.
>     "^olpc,.*":
>       description: One Laptop Per Child
>     "^oneplus,.*":

-- 
Regards,
Alexandre

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

  parent reply	other threads:[~2023-10-19 12:46 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-16 21:51 [PATCH v1 0/2] arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350 Laurent Pinchart
2023-10-16 21:51 ` Laurent Pinchart
2023-10-16 21:51 ` [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add prefix for OLogic, Inc Laurent Pinchart
2023-10-16 21:51   ` Laurent Pinchart
2023-10-17  6:18   ` Krzysztof Kozlowski
2023-10-17  6:18     ` Krzysztof Kozlowski
2023-10-19 12:46   ` Alexandre Mergnat [this message]
2023-10-19 12:46     ` Alexandre Mergnat
2023-10-16 21:51 ` [PATCH v1 2/3] dt-bindings: arm64: dts: mediatek: Add ologic,pumpkin-i350 board Laurent Pinchart
2023-10-16 21:51   ` Laurent Pinchart
2023-10-17  6:20   ` Krzysztof Kozlowski
2023-10-17  6:20     ` Krzysztof Kozlowski
2023-10-19 12:46   ` Alexandre Mergnat
2023-10-19 12:46     ` Alexandre Mergnat
2023-10-16 21:51 ` [PATCH v1 3/3] arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350 Laurent Pinchart
2023-10-16 21:51   ` Laurent Pinchart
2023-10-19 12:45   ` Alexandre Mergnat
2023-10-19 12:45     ` Alexandre Mergnat
2023-10-19 21:09     ` Laurent Pinchart
2023-10-19 21:09       ` Laurent Pinchart
2023-10-20  8:19     ` AngeloGioacchino Del Regno
2023-10-20  8:19       ` AngeloGioacchino Del Regno

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=5b4e2ed9-c312-4df8-8d5f-65fb4a619b2f@baylibre.com \
    --to=amergnat@baylibre.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fabien.parent@linaro.org \
    --cc=jstephan@baylibre.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=paul.elder@ideasonboard.com \
    --cc=robh+dt@kernel.org \
    --cc=suhrid.subramaniam@mediatek.com \
    --cc=ted@ologicinc.com \
    /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.