All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: Add vendor prefix for Avnet, Inc.
@ 2018-05-02  8:17 Michal Simek
  2018-05-07 20:49 ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2018-05-02  8:17 UTC (permalink / raw)
  To: devicetree
  Cc: Noralf Trønnes, Thierry Reding, linux-kernel, David Lechner,
	Rob Herring, Alexandre Belloni, Mark Rutland, SZ Lin,
	Andreas Färber

"Avnet, Inc. is one of the world's largest distributors of electronic
components and embedded solutions." - Wikipedia.org

Website: www.avnet.com

Signed-off-by: Michal Simek <michal.simek@xilinx.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 b5f978a4cac6..60272bbdbe09 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -47,6 +47,7 @@ auvidea Auvidea GmbH
 avago	Avago Technologies
 avia	avia semiconductor
 avic	Shanghai AVIC Optoelectronics Co., Ltd.
+avnet	Avnet, Inc.
 axentia	Axentia Technologies AB
 axis	Axis Communications AB
 bananapi BIPAI KEJI LIMITED
-- 
2.17.0

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

* Re: [PATCH] dt-bindings: Add vendor prefix for Avnet, Inc.
  2018-05-02  8:17 [PATCH] dt-bindings: Add vendor prefix for Avnet, Inc Michal Simek
@ 2018-05-07 20:49 ` Rob Herring
  2018-05-08 12:15   ` Andreas Färber
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Herring @ 2018-05-07 20:49 UTC (permalink / raw)
  To: Michal Simek
  Cc: devicetree, Noralf Trønnes, Thierry Reding, linux-kernel,
	David Lechner, Alexandre Belloni, Mark Rutland, SZ Lin,
	Andreas Färber

On Wed, May 02, 2018 at 10:17:57AM +0200, Michal Simek wrote:
> "Avnet, Inc. is one of the world's largest distributors of electronic
> components and embedded solutions." - Wikipedia.org
> 
> Website: www.avnet.com
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>  1 file changed, 1 insertion(+)

Applied.

Rob

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

* Re: [PATCH] dt-bindings: Add vendor prefix for Avnet, Inc.
  2018-05-07 20:49 ` Rob Herring
@ 2018-05-08 12:15   ` Andreas Färber
  2018-05-09  6:22     ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Färber @ 2018-05-08 12:15 UTC (permalink / raw)
  To: Rob Herring, Michal Simek
  Cc: devicetree, Noralf Trønnes, Thierry Reding, linux-kernel,
	David Lechner, Alexandre Belloni, Mark Rutland, SZ Lin

Hi Michal,

Am 07.05.2018 um 22:49 schrieb Rob Herring:
> On Wed, May 02, 2018 at 10:17:57AM +0200, Michal Simek wrote:
>> "Avnet, Inc. is one of the world's largest distributors of electronic
>> components and embedded solutions." - Wikipedia.org
>>
>> Website: www.avnet.com
>>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>> ---
>>
>>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>>  1 file changed, 1 insertion(+)
> 
> Applied.

What is this standalone patch needed for? Looks fine, but it doesn't
appear to be part of a series using it - is it for board compatibles?

Regards,
Andreas

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

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

* Re: [PATCH] dt-bindings: Add vendor prefix for Avnet, Inc.
  2018-05-08 12:15   ` Andreas Färber
@ 2018-05-09  6:22     ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2018-05-09  6:22 UTC (permalink / raw)
  To: Andreas Färber, Rob Herring, Michal Simek
  Cc: devicetree, Noralf Trønnes, Thierry Reding, linux-kernel,
	David Lechner, Alexandre Belloni, Mark Rutland, SZ Lin

Hi,

On 8.5.2018 14:15, Andreas Färber wrote:
> Hi Michal,
> 
> Am 07.05.2018 um 22:49 schrieb Rob Herring:
>> On Wed, May 02, 2018 at 10:17:57AM +0200, Michal Simek wrote:
>>> "Avnet, Inc. is one of the world's largest distributors of electronic
>>> components and embedded solutions." - Wikipedia.org
>>>
>>> Website: www.avnet.com
>>>
>>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>>> ---
>>>
>>>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>>>  1 file changed, 1 insertion(+)
>>
>> Applied.
> 
> What is this standalone patch needed for? Looks fine, but it doesn't
> appear to be part of a series using it - is it for board compatibles?

This file is used by other projects but that's just side note.

I have sent a patch which uses that separately because it will be
applied separately out of this patch.
https://patchwork.kernel.org/patch/10375553/

Thanks,
Michal

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

end of thread, other threads:[~2018-05-09  6:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02  8:17 [PATCH] dt-bindings: Add vendor prefix for Avnet, Inc Michal Simek
2018-05-07 20:49 ` Rob Herring
2018-05-08 12:15   ` Andreas Färber
2018-05-09  6:22     ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.