From patchwork Tue Oct 8 13:46:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonas Jensen X-Patchwork-Id: 3003801 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id BC9EA9F243 for ; Tue, 8 Oct 2013 13:47:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B2F18201B4 for ; Tue, 8 Oct 2013 13:47:35 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 051672018C for ; Tue, 8 Oct 2013 13:47:34 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTXdK-0003zU-7O; Tue, 08 Oct 2013 13:47:30 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTXdH-0000KT-Rl; Tue, 08 Oct 2013 13:47:27 +0000 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTXdE-0000Jd-PP for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2013 13:47:25 +0000 Received: by mail-la0-f54.google.com with SMTP id ea20so6824475lab.41 for ; Tue, 08 Oct 2013 06:47:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=tcTZLfuTtU3wyK7VCAZWEBH1fs8/A2gOvpF9tQ+TxSo=; b=Awf+TrHogfNwVa1VP/PV9rPbfOC/Et6lsL7lJO01oA0NkK54ISNHurrBarGeuXEan7 DVtY8b1Qx+xTXNJOm17B42R2Bz0Vf648R84ymWvrd+46gIWn7RLkx0zgDdEvSedhUi6s OeiV3s8WJtnHzFRZ6TyFCJ1Va4J3CDNy2kZfty1dKbtizvVKTwuNQZJHeF2srq1GgNmW e6NgTfqA2SU2NQ0Ao9r3mJV7Cpcus37FnMxkiY4AQfjIqe9WHIBOmFj3awVPX5ZV2IhA rN3eEH939oqfSuld1pj5Lg9CdBS24i3Kl73ijXQ8/crhB+eRHtz3JRNWBpDNozKDYTWZ hP/A== X-Received: by 10.112.130.168 with SMTP id of8mr1394242lbb.46.1381240022437; Tue, 08 Oct 2013 06:47:02 -0700 (PDT) Received: from Ildjarn.ath.cx (static-213-115-41-10.sme.bredbandsbolaget.se. [213.115.41.10]) by mx.google.com with ESMTPSA id k6sm30408469lae.9.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 08 Oct 2013 06:47:01 -0700 (PDT) From: Jonas Jensen To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2] Documentation: add moxa vendor prefix Date: Tue, 8 Oct 2013 15:46:47 +0200 Message-Id: <1381240007-9321-1-git-send-email-jonas.jensen@gmail.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1381237000-8398-1-git-send-email-jonas.jensen@gmail.com> References: <1381237000-8398-1-git-send-email-jonas.jensen@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131008_094725_019105_0FDD987E X-CRM114-Status: UNSURE ( 7.76 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, rob.herring@calxeda.com, Jonas Jensen , grant.likely@secretlab.ca X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add moxa vendor prefix. Signed-off-by: Jonas Jensen --- 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