2019-05-15 16:36:25

by Fabrizio Castro

[permalink] [raw]
Subject: [PATCH v2 1/2] dt-bindings: Add vendor prefix for HopeRun

Add "Jiangsu HopeRun Software Co., Ltd." to the list of devicetree
vendor prefixes as "hoperun".

Website: http://www.hoperun.com/en

Signed-off-by: Fabrizio Castro <[email protected]>
Reviewed-by: Chris Paterson <[email protected]>

---
v1->v2:
* No change

Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index e9034a6..dc492f0 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -177,6 +177,7 @@ hit Hitachi Ltd.
hitex Hitex Development Tools
holt Holt Integrated Circuits, Inc.
honeywell Honeywell
+hoperun Jiangsu HopeRun Software Co., Ltd.
hp Hewlett Packard
holtek Holtek Semiconductor, Inc.
hwacom HwaCom Systems Inc.
--
2.7.4


2019-05-16 11:22:21

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] dt-bindings: Add vendor prefix for HopeRun

On Wed, May 15, 2019 at 05:34:42PM +0100, Fabrizio Castro wrote:
> Add "Jiangsu HopeRun Software Co., Ltd." to the list of devicetree
> vendor prefixes as "hoperun".
>
> Website: http://www.hoperun.com/en
>
> Signed-off-by: Fabrizio Castro <[email protected]>
> Reviewed-by: Chris Paterson <[email protected]>

Reviewed-by: Simon Horman <[email protected]>

2019-05-17 04:05:37

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] dt-bindings: Add vendor prefix for HopeRun

On Wed, May 15, 2019 at 11:35 AM Fabrizio Castro
<[email protected]> wrote:
>
> Add "Jiangsu HopeRun Software Co., Ltd." to the list of devicetree
> vendor prefixes as "hoperun".
>
> Website: http://www.hoperun.com/en
>
> Signed-off-by: Fabrizio Castro <[email protected]>
> Reviewed-by: Chris Paterson <[email protected]>
>
> ---
> v1->v2:
> * No change
>
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 1 file changed, 1 insertion(+)

I've converted this file to json-schema as of v5.2-rc1. See commit
8122de54602e. Sorry, but you will have to rework this patch.


Rob

2019-05-17 09:18:11

by Fabrizio Castro

[permalink] [raw]
Subject: RE: [PATCH v2 1/2] dt-bindings: Add vendor prefix for HopeRun

Hello Rob,

> From: Rob Herring <[email protected]>
> Sent: 17 May 2019 03:31
> Subject: Re: [PATCH v2 1/2] dt-bindings: Add vendor prefix for HopeRun
>
> On Wed, May 15, 2019 at 11:35 AM Fabrizio Castro
> <[email protected]> wrote:
> >
> > Add "Jiangsu HopeRun Software Co., Ltd." to the list of devicetree
> > vendor prefixes as "hoperun".
> >
> > Website: http://www.hoperun.com/en
> >
> > Signed-off-by: Fabrizio Castro <[email protected]>
> > Reviewed-by: Chris Paterson <[email protected]>
> >
> > ---
> > v1->v2:
> > * No change
> >
> > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> > 1 file changed, 1 insertion(+)
>
> I've converted this file to json-schema as of v5.2-rc1. See commit
> 8122de54602e. Sorry, but you will have to rework this patch.

I see, will send a new version.

Thanks,
Fab

>
>
> Rob