* [PATCH] DT: add vendor prefixes for Renesas and Toshiba
@ 2013-01-24 16:09 Guennadi Liakhovetski
2013-01-25 4:12 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: Guennadi Liakhovetski @ 2013-01-24 16:09 UTC (permalink / raw)
To: devicetree-discuss; +Cc: linux-sh
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
.../devicetree/bindings/vendor-prefixes.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 902b1b1..5d811b2 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -42,6 +42,7 @@ powervr PowerVR (deprecated, use img)
qcom Qualcomm, Inc.
ramtron Ramtron International
realtek Realtek Semiconductor Corp.
+renesas Renesas Electronics Corporation
samsung Samsung Semiconductor
sbs Smart Battery System
schindler Schindler
@@ -52,6 +53,7 @@ snps Synopsys, Inc.
st STMicroelectronics
stericsson ST-Ericsson
ti Texas Instruments
+toshiba Toshiba Corporation
via VIA Technologies, Inc.
wlf Wolfson Microelectronics
wm Wondermedia Technologies, Inc.
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] DT: add vendor prefixes for Renesas and Toshiba
2013-01-24 16:09 [PATCH] DT: add vendor prefixes for Renesas and Toshiba Guennadi Liakhovetski
@ 2013-01-25 4:12 ` Simon Horman
2013-01-25 14:31 ` Rob Herring
0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2013-01-25 4:12 UTC (permalink / raw)
To: Guennadi Liakhovetski; +Cc: devicetree-discuss, linux-sh
On Thu, Jan 24, 2013 at 05:09:45PM +0100, Guennadi Liakhovetski wrote:
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
I'm curious to know who would ack and or pick-up this patch.
> ---
> .../devicetree/bindings/vendor-prefixes.txt | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> index 902b1b1..5d811b2 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -42,6 +42,7 @@ powervr PowerVR (deprecated, use img)
> qcom Qualcomm, Inc.
> ramtron Ramtron International
> realtek Realtek Semiconductor Corp.
> +renesas Renesas Electronics Corporation
> samsung Samsung Semiconductor
> sbs Smart Battery System
> schindler Schindler
> @@ -52,6 +53,7 @@ snps Synopsys, Inc.
> st STMicroelectronics
> stericsson ST-Ericsson
> ti Texas Instruments
> +toshiba Toshiba Corporation
> via VIA Technologies, Inc.
> wlf Wolfson Microelectronics
> wm Wondermedia Technologies, Inc.
> --
> 1.7.2.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] DT: add vendor prefixes for Renesas and Toshiba
2013-01-25 4:12 ` Simon Horman
@ 2013-01-25 14:31 ` Rob Herring
0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2013-01-25 14:31 UTC (permalink / raw)
To: Simon Horman; +Cc: Guennadi Liakhovetski, devicetree-discuss, linux-sh
On 01/24/2013 10:12 PM, Simon Horman wrote:
> On Thu, Jan 24, 2013 at 05:09:45PM +0100, Guennadi Liakhovetski wrote:
>> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
>
> I'm curious to know who would ack and or pick-up this patch.
I have applied it. You would know if get_maintainers.pl had been used.
Rob
>
>> ---
>> .../devicetree/bindings/vendor-prefixes.txt | 2 ++
>> 1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
>> index 902b1b1..5d811b2 100644
>> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
>> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
>> @@ -42,6 +42,7 @@ powervr PowerVR (deprecated, use img)
>> qcom Qualcomm, Inc.
>> ramtron Ramtron International
>> realtek Realtek Semiconductor Corp.
>> +renesas Renesas Electronics Corporation
>> samsung Samsung Semiconductor
>> sbs Smart Battery System
>> schindler Schindler
>> @@ -52,6 +53,7 @@ snps Synopsys, Inc.
>> st STMicroelectronics
>> stericsson ST-Ericsson
>> ti Texas Instruments
>> +toshiba Toshiba Corporation
>> via VIA Technologies, Inc.
>> wlf Wolfson Microelectronics
>> wm Wondermedia Technologies, Inc.
>> --
>> 1.7.2.5
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
> _______________________________________________
> devicetree-discuss mailing list
> devicetree-discuss@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/devicetree-discuss
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-25 14:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-24 16:09 [PATCH] DT: add vendor prefixes for Renesas and Toshiba Guennadi Liakhovetski
2013-01-25 4:12 ` Simon Horman
2013-01-25 14:31 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).