Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1730206 > unrolled thread

[PATCH] of: add vendor prefix for Silicon Storage Technology Inc.

Started byFabrizio Castro <fabrizio.castro@bp.renesas.com>
First post2017-09-11 10:40 +0200
Last post2017-09-18 23:10 +0200
Articles 4 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] of: add vendor prefix for Silicon Storage Technology Inc. Fabrizio Castro <fabrizio.castro@bp.renesas.com> - 2017-09-11 10:40 +0200
    Re: [PATCH] of: add vendor prefix for Silicon Storage Technology Inc. Andreas Färber <afaerber@suse.de> - 2017-09-11 12:20 +0200
      RE: [PATCH] of: add vendor prefix for Silicon Storage Technology Inc. Chris Paterson <Chris.Paterson2@renesas.com> - 2017-09-13 17:30 +0200
    Re: [PATCH] of: add vendor prefix for Silicon Storage Technology Inc. Rob Herring <robh@kernel.org> - 2017-09-18 23:10 +0200

#1730206 — [PATCH] of: add vendor prefix for Silicon Storage Technology Inc.

FromFabrizio Castro <fabrizio.castro@bp.renesas.com>
Date2017-09-11 10:40 +0200
Subject[PATCH] of: add vendor prefix for Silicon Storage Technology Inc.
Message-ID<uosq5-rb-7@gated-at.bofh.it>
Add Silicon Storage Technology Inc. to the list of devicetree
vendor prefixes.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 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 9f9a3d6..900c993 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -316,6 +316,7 @@ solomon        Solomon Systech Limited
 sony	Sony Corporation
 spansion	Spansion Inc.
 sprd	Spreadtrum Communications Inc.
+sst	Silicon Storage Technology, Inc.
 st	STMicroelectronics
 starry	Starry Electronic Technology (ShenZhen) Co., LTD
 startek	Startek
-- 
2.7.4

[toc] | [next] | [standalone]


#1730260

FromAndreas Färber <afaerber@suse.de>
Date2017-09-11 12:20 +0200
Message-ID<uotYS-1CW-15@gated-at.bofh.it>
In reply to#1730206
Hi,

Nit: $subject should use "dt-bindings:" prefix.

Am 11.09.2017 um 10:30 schrieb Fabrizio Castro:
> Add Silicon Storage Technology Inc. to the list of devicetree
> vendor prefixes.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  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 9f9a3d6..900c993 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -316,6 +316,7 @@ solomon        Solomon Systech Limited
>  sony	Sony Corporation
>  spansion	Spansion Inc.
>  sprd	Spreadtrum Communications Inc.
> +sst	Silicon Storage Technology, Inc.

Recurring question: What is this prefix being used for? This patch is
apparently not part of any series.

Otherwise looks okay,

Reviewed-by: Andreas Färber <afaerber@suse.de>

Regards,
Andreas

>  st	STMicroelectronics
>  starry	Starry Electronic Technology (ShenZhen) Co., LTD
>  startek	Startek

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)

[toc] | [prev] | [next] | [standalone]


#1731677

FromChris Paterson <Chris.Paterson2@renesas.com>
Date2017-09-13 17:30 +0200
Message-ID<uphLY-DH-11@gated-at.bofh.it>
In reply to#1730260
Hello Andreas,

> From: Andreas Färber [mailto:afaerber@suse.de]
> Sent: 11 September 2017 11:18
> 
> Hi,
> 
> Nit: $subject should use "dt-bindings:" prefix.

Do you think there needs to be a v2 for this? Or can this be changed when applied?

> 
> Am 11.09.2017 um 10:30 schrieb Fabrizio Castro:
> > Add Silicon Storage Technology Inc. to the list of devicetree vendor
> > prefixes.
> >
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > ---
> >  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 9f9a3d6..900c993 100644
> > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> > @@ -316,6 +316,7 @@ solomon        Solomon Systech Limited
> >  sony	Sony Corporation
> >  spansion	Spansion Inc.
> >  sprd	Spreadtrum Communications Inc.
> > +sst	Silicon Storage Technology, Inc.
> 
> Recurring question: What is this prefix being used for? This patch is
> apparently not part of any series.

We are about to submit a patch to add an sst flash device to a device tree. Checkpatch kicks off because sst isn't present in vendor-prefixes.txt, hence this patch.

> 
> Otherwise looks okay,
> 
> Reviewed-by: Andreas Färber <afaerber@suse.de>

Thank you!

Kind regards, Chris

> 
> Regards,
> Andreas
> 
> >  st	STMicroelectronics
> >  starry	Starry Electronic Technology (ShenZhen) Co., LTD
> >  startek	Startek
> 
> --
> SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG
> Nürnberg)

[toc] | [prev] | [next] | [standalone]


#1734482

FromRob Herring <robh@kernel.org>
Date2017-09-18 23:10 +0200
Message-ID<urbsJ-3nw-1@gated-at.bofh.it>
In reply to#1730206
On Mon, Sep 11, 2017 at 09:30:23AM +0100, Fabrizio Castro wrote:
> Add Silicon Storage Technology Inc. to the list of devicetree
> vendor prefixes.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Rob

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web