2019-05-17 11:04:52

by Fabrizio Castro

[permalink] [raw]
Subject: [PATCH v3 0/2] Document HopeRun RZ/G2M boards

Dear All,

this series aims at documenting the HiHope RZ/G2M platform from
HopeRun, and its corresponding expansion board.

V2->V3:
* Moved to vendor-prefixes.yaml
v1->v2:
* Applied Rob's comments

Thanks,
Fab

Fabrizio Castro (2):
dt-bindings: Add vendor prefix for HopeRun
dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards

Documentation/devicetree/bindings/arm/renesas.yaml | 8 ++++++++
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
2 files changed, 10 insertions(+)

--
2.7.4


2019-05-17 11:04:52

by Fabrizio Castro

[permalink] [raw]
Subject: [PATCH v3 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]>

---
v2->v3:
* Moved to vendor-prefixes.yaml
* Dropped Reviewed-by Simon as this is a completely new patch and as
such it needs a brand new review
v1->v2:
* No change
---
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 33a65a4..83ca481 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -371,6 +371,8 @@ patternProperties:
description: Holt Integrated Circuits, Inc.
"^honeywell,.*":
description: Honeywell
+ "^hoperun,.*":
+ description: Jiangsu HopeRun Software Co., Ltd.
"^hp,.*":
description: Hewlett Packard
"^holtek,.*":
--
2.7.4

2019-05-17 12:46:23

by Simon Horman

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

On Fri, May 17, 2019 at 10:26:28AM +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 14:27:53

by Rob Herring

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

On Fri, May 17, 2019 at 4:27 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]>
>
> ---
> v2->v3:
> * Moved to vendor-prefixes.yaml
> * Dropped Reviewed-by Simon as this is a completely new patch and as
> such it needs a brand new review
> v1->v2:
> * No change
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)

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

2019-05-20 12:19:38

by Simon Horman

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

On Fri, May 17, 2019 at 08:38:14AM -0500, Rob Herring wrote:
> On Fri, May 17, 2019 at 4:27 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]>
> >
> > ---
> > v2->v3:
> > * Moved to vendor-prefixes.yaml
> > * Dropped Reviewed-by Simon as this is a completely new patch and as
> > such it needs a brand new review
> > v1->v2:
> > * No change
> > ---
> > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
>
> Reviewed-by: Rob Herring <[email protected]>

Thanks, applied for inclusion in v5.3 via the renesas tree.