2020-03-23 05:30:51

by allen

[permalink] [raw]
Subject: [PATCH v8 1/3] dt-bindings: Add vendor prefix for ITE Tech. Inc.

ITE Tech. Inc. (abbreviated as ITE ) is a professional fabless IC
design house. ITE's core technology includes PC and NB Controller chips,
Super I/O, High Speed Serial Interface, Video Codec, Touch Sensing,
Surveillance, OFDM, Sensor Fusion, and so on.

more information on: http://www.ite.com.tw/

Signed-off-by: Allen Chen <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 4c8eaa1..49b7294 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -482,7 +482,7 @@ patternProperties:
"^issi,.*":
description: Integrated Silicon Solutions Inc.
"^ite,.*":
- description: ITE Tech, Inc.
+ description: ITE Tech. Inc.
"^itead,.*":
description: ITEAD Intelligent Systems Co.Ltd
"^iwave,.*":
--
1.9.1


2020-03-26 19:08:16

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v8 1/3] dt-bindings: Add vendor prefix for ITE Tech. Inc.

On Mon, Mar 23, 2020 at 01:21:52PM +0800, allen wrote:
> ITE Tech. Inc. (abbreviated as ITE ) is a professional fabless IC
> design house. ITE's core technology includes PC and NB Controller chips,
> Super I/O, High Speed Serial Interface, Video Codec, Touch Sensing,
> Surveillance, OFDM, Sensor Fusion, and so on.

The commit message should explain why you are changing ',' to '.'
because you are no longer adding the vendor.

>
> more information on: http://www.ite.com.tw/
>
> Signed-off-by: Allen Chen <[email protected]>
> Acked-by: Rob Herring <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> index 4c8eaa1..49b7294 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -482,7 +482,7 @@ patternProperties:
> "^issi,.*":
> description: Integrated Silicon Solutions Inc.
> "^ite,.*":
> - description: ITE Tech, Inc.
> + description: ITE Tech. Inc.
> "^itead,.*":
> description: ITEAD Intelligent Systems Co.Ltd
> "^iwave,.*":
> --
> 1.9.1
>