* [PATCH] Documentation: add moxa vendor prefix
@ 2013-10-08 12:56 Jonas Jensen
[not found] ` <1381237000-8398-1-git-send-email-jonas.jensen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-10-08 13:46 ` [PATCH v2] " Jonas Jensen
0 siblings, 2 replies; 4+ messages in thread
From: Jonas Jensen @ 2013-10-08 12:56 UTC (permalink / raw)
To: linux-arm-kernel
Cc: linux-kernel, grant.likely, rob.herring, devicetree, mark.rutland,
Jonas Jensen
Add moxa vendor prefix.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
---
Notes:
Submitting this per Mark Rutland's request.
Applies to next-20130927
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..0a04e89 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -40,6 +40,7 @@ marvell Marvell Technology Group Ltd.
maxim Maxim Integrated Products
microchip Microchip Technology Inc.
mosaixtech Mosaix Technologies, Inc.
+moxa Moxa Technology Co., Ltd.
national National Semiconductor
nintendo Nintendo
nvidia NVIDIA
--
1.8.2.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1381237000-8398-1-git-send-email-jonas.jensen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] Documentation: add moxa vendor prefix
[not found] ` <1381237000-8398-1-git-send-email-jonas.jensen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-10-08 13:03 ` Mark Rutland
[not found] ` <20131008130318.GB1412-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Mark Rutland @ 2013-10-08 13:03 UTC (permalink / raw)
To: Jonas Jensen
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org,
rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Tue, Oct 08, 2013 at 01:56:40PM +0100, Jonas Jensen wrote:
> Add moxa vendor prefix.
>
> Signed-off-by: Jonas Jensen <jonas.jensen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>
> Notes:
> Submitting this per Mark Rutland's request.
>
> Applies to next-20130927
>
> 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..0a04e89 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -40,6 +40,7 @@ marvell Marvell Technology Group Ltd.
> maxim Maxim Integrated Products
> microchip Microchip Technology Inc.
> mosaixtech Mosaix Technologies, Inc.
> +moxa Moxa Technology Co., Ltd.
Should this not be Moxa _Technologies_ Co., Ltd? (judging by a quick
search).
Otherwise, this looks fine to me.
Mark.
> national National Semiconductor
> nintendo Nintendo
> nvidia NVIDIA
> --
> 1.8.2.1
>
>
--
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] Documentation: add moxa vendor prefix
2013-10-08 12:56 [PATCH] Documentation: add moxa vendor prefix Jonas Jensen
[not found] ` <1381237000-8398-1-git-send-email-jonas.jensen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-10-08 13:46 ` Jonas Jensen
1 sibling, 0 replies; 4+ messages in thread
From: Jonas Jensen @ 2013-10-08 13:46 UTC (permalink / raw)
To: linux-arm-kernel
Cc: linux-kernel, grant.likely, rob.herring, devicetree, mark.rutland,
Jonas Jensen
Add moxa vendor prefix.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
---
Notes:
Changes since v1:
1. use the correct vendor name "Moxa Technologies Co., Ltd."
Applies to next-20130927
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..3b9e056 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -40,6 +40,7 @@ marvell Marvell Technology Group Ltd.
maxim Maxim Integrated Products
microchip Microchip Technology Inc.
mosaixtech Mosaix Technologies, Inc.
+moxa Moxa Technologies Co., Ltd.
national National Semiconductor
nintendo Nintendo
nvidia NVIDIA
--
1.8.2.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-08 13:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08 12:56 [PATCH] Documentation: add moxa vendor prefix Jonas Jensen
[not found] ` <1381237000-8398-1-git-send-email-jonas.jensen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-10-08 13:03 ` Mark Rutland
[not found] ` <20131008130318.GB1412-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-10-08 13:22 ` Jonas Jensen
2013-10-08 13:46 ` [PATCH v2] " Jonas Jensen
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).