2021-10-25 01:55:14

by Brad Larson

[permalink] [raw]
Subject: [PATCH v3 02/11] dt-bindings: Add vendor prefix for Pensando Systems

Add vendor prefix for Pensando Systems: https://pensando.io

Signed-off-by: Brad Larson <[email protected]>
---
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 a867f7102c35..4d3d29490a12 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -880,6 +880,8 @@ patternProperties:
description: Parallax Inc.
"^pda,.*":
description: Precision Design Associates, Inc.
+ "^pensando,.*":
+ description: Pensando Systems Inc.
"^pericom,.*":
description: Pericom Technology Inc.
"^pervasive,.*":
--
2.17.1


2021-10-27 22:17:51

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v3 02/11] dt-bindings: Add vendor prefix for Pensando Systems

On Sun, Oct 24, 2021 at 06:51:47PM -0700, Brad Larson wrote:
> Add vendor prefix for Pensando Systems: https://pensando.io

This should be before patch 1.

>
> Signed-off-by: Brad Larson <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)

Acked-by: Rob Herring <[email protected]>

2021-11-05 01:08:24

by Brad Larson

[permalink] [raw]
Subject: Re: [PATCH v3 02/11] dt-bindings: Add vendor prefix for Pensando Systems

On Wed, Oct 27, 2021 at 2:38 PM Rob Herring <[email protected]> wrote:
>
> On Sun, Oct 24, 2021 at 06:51:47PM -0700, Brad Larson wrote:
> > Add vendor prefix for Pensando Systems: https://pensando.io
>
> This should be before patch 1.

ack, will order this way for re-spin of the patch set.

Thanks
Brad