[PATCH] dt-bindings: vendor-prefixes: clarify HP prefix

Krzysztof Kozlowski posted 1 patch 4 years, 5 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: vendor-prefixes: clarify HP prefix
Posted by Krzysztof Kozlowski 4 years, 5 months ago
There are two independent companies: "HP Inc." and "Hewlett Packard
Enterprise". Clarify that "hp" prefix is about the first one.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

---

Cc: nick.hawkins@hpe.com
Cc: verdun@hpe.com

Optionally please squash it with a new patch adding "hpe" prefix.
See: https://lore.kernel.org/all/20220125194609.32314-1-nick.hawkins@hpe.com/
---
 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 0d8da47cda1a..05a059c8a011 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -518,7 +518,7 @@ patternProperties:
   "^hoperun,.*":
     description: Jiangsu HopeRun Software Co., Ltd.
   "^hp,.*":
-    description: Hewlett Packard
+    description: Hewlett Packard Inc.
   "^hsg,.*":
     description: HannStar Display Co.
   "^holtek,.*":
-- 
2.32.0

Re: [PATCH] dt-bindings: vendor-prefixes: clarify HP prefix
Posted by Rob Herring 4 years, 4 months ago
On Thu, 27 Jan 2022 08:52:29 +0100, Krzysztof Kozlowski wrote:
> There are two independent companies: "HP Inc." and "Hewlett Packard
> Enterprise". Clarify that "hp" prefix is about the first one.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
> ---
> 
> Cc: nick.hawkins@hpe.com
> Cc: verdun@hpe.com
> 
> Optionally please squash it with a new patch adding "hpe" prefix.
> See: https://lore.kernel.org/all/20220125194609.32314-1-nick.hawkins@hpe.com/
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!