* [PATCH 1/3] DT: sort vendor-prefixes.txt
[not found] ` <cover.1383376255.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-11-02 7:29 ` Silvio F
[not found] ` <a84f9531670c3bf71e3b4acf367477372eaa76df.1383376255.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Silvio F @ 2013-11-02 7:29 UTC (permalink / raw)
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Cc: Silvio F, devicetree-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Silvio F <silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 8319844..2faf4a3 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -65,13 +65,13 @@ snps Synopsys, Inc.
st STMicroelectronics
ste ST-Ericsson
stericsson ST-Ericsson
-toumaz Toumaz
ti Texas Instruments
toshiba Toshiba Corporation
+toumaz Toumaz
v3 V3 Semiconductor
via VIA Technologies, Inc.
voipac Voipac Technologies s.r.o.
+winbond Winbond Electronics corp.
wlf Wolfson Microelectronics
wm Wondermedia Technologies, Inc.
-winbond Winbond Electronics corp.
xlnx Xilinx
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v2] sort vendor-prefixes.txt
[not found] ` <a84f9531670c3bf71e3b4acf367477372eaa76df.1383376255.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-11-02 8:04 ` Silvio F
[not found] ` <cover.1383379247.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
1 sibling, 0 replies; 4+ messages in thread
From: Silvio F @ 2013-11-02 8:04 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA; +Cc: Silvio F
Hi,
Sorry, the last patch was based on an another git tree. Now the patch is based
on torvalds master (9581b7d26).
Version 2:
* based on torvalds master (commit: 9581b7d26)
Sorry and bye,
Silvio
Silvio F (1):
DT: sort vendor-prefixes.txt
Documentation/devicetree/bindings/vendor-prefixes.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] DT: sort vendor-prefixes.txt
[not found] ` <cover.1383379247.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-11-02 8:04 ` Silvio F
[not found] ` <9b7eca73a352405e0eb85ce640ed290be1877358.1383379247.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Silvio F @ 2013-11-02 8:04 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA; +Cc: Silvio F
Signed-off-by: Silvio F <silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 2956800..69bf302 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -64,12 +64,12 @@ snps Synopsys, Inc.
st STMicroelectronics
ste ST-Ericsson
stericsson ST-Ericsson
-toumaz Toumaz
ti Texas Instruments
toshiba Toshiba Corporation
+toumaz Toumaz
v3 V3 Semiconductor
via VIA Technologies, Inc.
+winbond Winbond Electronics corp.
wlf Wolfson Microelectronics
wm Wondermedia Technologies, Inc.
-winbond Winbond Electronics corp.
xlnx Xilinx
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] DT: sort vendor-prefixes.txt
[not found] ` <9b7eca73a352405e0eb85ce640ed290be1877358.1383379247.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-11-03 19:41 ` Rob Herring
0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2013-11-03 19:41 UTC (permalink / raw)
To: Silvio F, devicetree-u79uwXL29TY76Z2rM5mHXA; +Cc: Silvio F
On 11/02/2013 03:04 AM, Silvio F wrote:
> Signed-off-by: Silvio F <silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied. Thanks.
Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-11-03 19:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1383376255.git.silvio.fricke@gmail.com>
[not found] ` <cover.1383376255.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-11-02 7:29 ` [PATCH 1/3] DT: sort vendor-prefixes.txt Silvio F
[not found] ` <a84f9531670c3bf71e3b4acf367477372eaa76df.1383376255.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-11-02 8:04 ` [PATCH v2] " Silvio F
[not found] ` <cover.1383379247.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-11-02 8:04 ` [PATCH v2] DT: " Silvio F
[not found] ` <9b7eca73a352405e0eb85ce640ed290be1877358.1383379247.git.silvio.fricke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-11-03 19:41 ` 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).