All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] of: add vendor prefix for ISEE 2007 S.L.
@ 2013-10-24 20:40 Javier Martinez Canillas
  2013-10-25  3:19 ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2013-10-24 20:40 UTC (permalink / raw)
  To: Rob Herring
  Cc: Pawel Moll, Mark Rutland, Stephen Warren, Rob Landley,
	devicetree, linux-doc, Javier Martinez Canillas

This trivial patch adds ISEE 2007 S.L. to the list of
devicetree vendor prefixes.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
---
 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 2956800..becc6f9 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -34,6 +34,7 @@ ibm	International Business Machines (IBM)
 idt	Integrated Device Technologies, Inc.
 img	Imagination Technologies Ltd.
 intercontrol	Inter Control Group
+isee	ISEE 2007 S.L.
 linux	Linux-specific binding
 lsi	LSI Corp. (LSI Logic)
 marvell	Marvell Technology Group Ltd.
-- 
1.8.4.rc3


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

* Re: [PATCH 1/1] of: add vendor prefix for ISEE 2007 S.L.
  2013-10-24 20:40 [PATCH 1/1] of: add vendor prefix for ISEE 2007 S.L Javier Martinez Canillas
@ 2013-10-25  3:19 ` Kumar Gala
  2014-04-10  8:39   ` Javier Martinez Canillas
  0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2013-10-25  3:19 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Rob Landley, devicetree, linux-doc


On Oct 24, 2013, at 3:40 PM, Javier Martinez Canillas wrote:

> This trivial patch adds ISEE 2007 S.L. to the list of
> devicetree vendor prefixes.
> 
> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: Kumar Gala <galak@codeaurora.org>

- k

> 
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> index 2956800..becc6f9 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -34,6 +34,7 @@ ibm	International Business Machines (IBM)
> idt	Integrated Device Technologies, Inc.
> img	Imagination Technologies Ltd.
> intercontrol	Inter Control Group
> +isee	ISEE 2007 S.L.
> linux	Linux-specific binding
> lsi	LSI Corp. (LSI Logic)
> marvell	Marvell Technology Group Ltd.
> -- 
> 1.8.4.rc3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation


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

* Re: [PATCH 1/1] of: add vendor prefix for ISEE 2007 S.L.
  2013-10-25  3:19 ` Kumar Gala
@ 2014-04-10  8:39   ` Javier Martinez Canillas
  2014-04-10 13:31     ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2014-04-10  8:39 UTC (permalink / raw)
  To: Kumar Gala
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Rob Landley, devicetree, linux-doc

Hello,

On Fri, Oct 25, 2013 at 5:19 AM, Kumar Gala <galak@codeaurora.org> wrote:
>
> On Oct 24, 2013, at 3:40 PM, Javier Martinez Canillas wrote:
>
>> This trivial patch adds ISEE 2007 S.L. to the list of
>> devicetree vendor prefixes.
>>
>> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
>> ---
>> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>> 1 file changed, 1 insertion(+)
>
> Acked-by: Kumar Gala <galak@codeaurora.org>
>
> - k
>

Any reason why this patch has not been merged, it was sent months ago
and already acked by Kumar?

I know is a trivial patch but prevents checkpatch.pl to show the
following error:

WARNING: DT compatible string vendor "isee" appears un-documented --
check ./Documentation/devicetree/bindings/vendor-prefixes.txt
#17: FILE: arch/arm/boot/dts/omap3-igep0020.dts:17:
+ compatible = "isee,omap3-igep0020", "ti,omap36xx", "ti,omap3";

which is kind of annoying each time I change the IGEP dts.

Thanks a lot and best regards,
Javier

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

* Re: [PATCH 1/1] of: add vendor prefix for ISEE 2007 S.L.
  2014-04-10  8:39   ` Javier Martinez Canillas
@ 2014-04-10 13:31     ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2014-04-10 13:31 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: Kumar Gala, Pawel Moll, Mark Rutland, Stephen Warren,
	Rob Landley, devicetree, linux-doc

On Thu, Apr 10, 2014 at 3:39 AM, Javier Martinez Canillas
<javier@dowhile0.org> wrote:
> Hello,
>
> On Fri, Oct 25, 2013 at 5:19 AM, Kumar Gala <galak@codeaurora.org> wrote:
>>
>> On Oct 24, 2013, at 3:40 PM, Javier Martinez Canillas wrote:
>>
>>> This trivial patch adds ISEE 2007 S.L. to the list of
>>> devicetree vendor prefixes.
>>>
>>> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
>>> ---
>>> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>>> 1 file changed, 1 insertion(+)
>>
>> Acked-by: Kumar Gala <galak@codeaurora.org>
>>
>> - k
>>
>
> Any reason why this patch has not been merged, it was sent months ago
> and already acked by Kumar?

Sorry, slipped thru the cracks. Applied for 3.15.

Rob

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

end of thread, other threads:[~2014-04-10 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-24 20:40 [PATCH 1/1] of: add vendor prefix for ISEE 2007 S.L Javier Martinez Canillas
2013-10-25  3:19 ` Kumar Gala
2014-04-10  8:39   ` Javier Martinez Canillas
2014-04-10 13:31     ` Rob Herring

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.