devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation
       [not found] <cover.1645435888.git.sylv@sylv.io>
@ 2022-02-21  9:42 ` Marcello Sylvester Bauer
  2022-02-24 19:13   ` Rob Herring
  2022-02-24 19:24   ` Guenter Roeck
  2022-02-21  9:42 ` [PATCH v4 2/4] dt-bindings:trivial-devices: Add pli1209bc Marcello Sylvester Bauer
  1 sibling, 2 replies; 6+ messages in thread
From: Marcello Sylvester Bauer @ 2022-02-21  9:42 UTC (permalink / raw)
  To: Guenter Roeck, Jean Delvare, Rob Herring
  Cc: linux-kernel, linux-hwmon, Patrick Rudolph,
	Marcello Sylvester Bauer, Rob Herring, devicetree

Add vendor prefix for Vicor Corporation.

Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
---
 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 294093d45a23..047a83a089ce 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1298,6 +1298,8 @@ patternProperties:
     description: Vertexcom Technologies, Inc.
   "^via,.*":
     description: VIA Technologies, Inc.
+  "^vicor,.*":
+    description: Vicor Corporation
   "^videostrong,.*":
     description: Videostrong Technology Co., Ltd.
   "^virtio,.*":
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v4 2/4] dt-bindings:trivial-devices: Add pli1209bc
       [not found] <cover.1645435888.git.sylv@sylv.io>
  2022-02-21  9:42 ` [PATCH v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation Marcello Sylvester Bauer
@ 2022-02-21  9:42 ` Marcello Sylvester Bauer
  2022-02-24 19:15   ` Rob Herring
  2022-02-24 19:25   ` Guenter Roeck
  1 sibling, 2 replies; 6+ messages in thread
From: Marcello Sylvester Bauer @ 2022-02-21  9:42 UTC (permalink / raw)
  To: Guenter Roeck, Jean Delvare, Rob Herring
  Cc: linux-kernel, linux-hwmon, Patrick Rudolph,
	Marcello Sylvester Bauer, Rob Herring, devicetree

Add trivial device entry for PLI1209BC Digital Supervisor from Vicor
Corporation.

Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
---
 Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 091792ba993e..d03d90360aa0 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -354,6 +354,8 @@ properties:
           - ti,tps544c25
             # Winbond/Nuvoton H/W Monitor
           - winbond,w83793
+            # Vicor Corporation Digital Supervisor
+          - vicor,pli1209bc
             # i2c trusted platform module (TPM)
           - winbond,wpct301
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation
  2022-02-21  9:42 ` [PATCH v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation Marcello Sylvester Bauer
@ 2022-02-24 19:13   ` Rob Herring
  2022-02-24 19:24   ` Guenter Roeck
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2022-02-24 19:13 UTC (permalink / raw)
  To: Marcello Sylvester Bauer
  Cc: Guenter Roeck, Patrick Rudolph, linux-kernel, linux-hwmon,
	Rob Herring, devicetree, Jean Delvare

On Mon, 21 Feb 2022 10:42:04 +0100, Marcello Sylvester Bauer wrote:
> Add vendor prefix for Vicor Corporation.
> 
> Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v4 2/4] dt-bindings:trivial-devices: Add pli1209bc
  2022-02-21  9:42 ` [PATCH v4 2/4] dt-bindings:trivial-devices: Add pli1209bc Marcello Sylvester Bauer
@ 2022-02-24 19:15   ` Rob Herring
  2022-02-24 19:25   ` Guenter Roeck
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2022-02-24 19:15 UTC (permalink / raw)
  To: Marcello Sylvester Bauer
  Cc: Jean Delvare, linux-hwmon, devicetree, Guenter Roeck,
	linux-kernel, Patrick Rudolph, Rob Herring

On Mon, 21 Feb 2022 10:42:05 +0100, Marcello Sylvester Bauer wrote:
> Add trivial device entry for PLI1209BC Digital Supervisor from Vicor
> Corporation.
> 
> Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
> ---
>  Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation
  2022-02-21  9:42 ` [PATCH v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation Marcello Sylvester Bauer
  2022-02-24 19:13   ` Rob Herring
@ 2022-02-24 19:24   ` Guenter Roeck
  1 sibling, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2022-02-24 19:24 UTC (permalink / raw)
  To: Marcello Sylvester Bauer
  Cc: Jean Delvare, Rob Herring, linux-kernel, linux-hwmon,
	Patrick Rudolph, Rob Herring, devicetree

On Mon, Feb 21, 2022 at 10:42:04AM +0100, Marcello Sylvester Bauer wrote:
> Add vendor prefix for Vicor Corporation.
> 
> Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
> Acked-by: Rob Herring <robh@kernel.org>

Applied to hwmon-next.

Thanks,
Guenter

> ---
>  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 294093d45a23..047a83a089ce 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -1298,6 +1298,8 @@ patternProperties:
>      description: Vertexcom Technologies, Inc.
>    "^via,.*":
>      description: VIA Technologies, Inc.
> +  "^vicor,.*":
> +    description: Vicor Corporation
>    "^videostrong,.*":
>      description: Videostrong Technology Co., Ltd.
>    "^virtio,.*":

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v4 2/4] dt-bindings:trivial-devices: Add pli1209bc
  2022-02-21  9:42 ` [PATCH v4 2/4] dt-bindings:trivial-devices: Add pli1209bc Marcello Sylvester Bauer
  2022-02-24 19:15   ` Rob Herring
@ 2022-02-24 19:25   ` Guenter Roeck
  1 sibling, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2022-02-24 19:25 UTC (permalink / raw)
  To: Marcello Sylvester Bauer
  Cc: Jean Delvare, Rob Herring, linux-kernel, linux-hwmon,
	Patrick Rudolph, Rob Herring, devicetree

On Mon, Feb 21, 2022 at 10:42:05AM +0100, Marcello Sylvester Bauer wrote:
> Add trivial device entry for PLI1209BC Digital Supervisor from Vicor
> Corporation.
> 
> Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
> Acked-by: Rob Herring <robh@kernel.org>

Applied to hwmon-next.

Thanks,
Guenter

> ---
>  Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
> index 091792ba993e..d03d90360aa0 100644
> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> @@ -354,6 +354,8 @@ properties:
>            - ti,tps544c25
>              # Winbond/Nuvoton H/W Monitor
>            - winbond,w83793
> +            # Vicor Corporation Digital Supervisor
> +          - vicor,pli1209bc
>              # i2c trusted platform module (TPM)
>            - winbond,wpct301
>  

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-24 19:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1645435888.git.sylv@sylv.io>
2022-02-21  9:42 ` [PATCH v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation Marcello Sylvester Bauer
2022-02-24 19:13   ` Rob Herring
2022-02-24 19:24   ` Guenter Roeck
2022-02-21  9:42 ` [PATCH v4 2/4] dt-bindings:trivial-devices: Add pli1209bc Marcello Sylvester Bauer
2022-02-24 19:15   ` Rob Herring
2022-02-24 19:25   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).