From patchwork Sun Mar 8 11:58:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksei Mamlin X-Patchwork-Id: 5961681 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 02FA5BF440 for ; Sun, 8 Mar 2015 12:02:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1F6A1203C1 for ; Sun, 8 Mar 2015 12:02:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2423C203B5 for ; Sun, 8 Mar 2015 12:02:14 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YUZrk-0006ki-8j; Sun, 08 Mar 2015 11:59:28 +0000 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YUZrh-0006gc-7F for linux-arm-kernel@lists.infradead.org; Sun, 08 Mar 2015 11:59:25 +0000 Received: by labgq15 with SMTP id gq15so11837823lab.13 for ; Sun, 08 Mar 2015 04:59: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=D0oFDBAuykYBuNG6g6vLS270dJMRk6hN2z0djZ1ZBfY=; b=vv7A9Sb/8JI1XAEbHRG6zDhhRFtz8DMpNgXu3h0KiAXeGT8HVnOwIstdmJds/Y6MwX CSHMu2cBqWm4YEV9nhwN6V3YLUAmBeSg9SGAFteJ68kcc6D6X3G/kss11WzxFOyvXiyQ mUqH2u4zSeKsmbRziqN/a/XF4n8Xcd0XnSUFKlKHEZPpk3sPmzJrcYfEcaWtGq5rkUeY IvBZiOM0i42O1bhICFTDetG+eTsYh28jct+WzG0KeehgWUJWu31SgJzFs3vhtSn/Whzl q483RZqTxrRtpRQSi0yN+hJWDuic3EGMU9Az7t8fr57xnShe+OwPAJp2a0xB4rMZtRCV aMvw== X-Received: by 10.112.181.231 with SMTP id dz7mr20283841lbc.47.1425815942053; Sun, 08 Mar 2015 04:59:02 -0700 (PDT) Received: from tenshi.local (rin.nnov.ru. [95.79.31.27]) by mx.google.com with ESMTPSA id yr17sm2849245lbb.33.2015.03.08.04.59.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 08 Mar 2015 04:59:01 -0700 (PDT) From: Aleksei Mamlin To: Maxime Ripard Subject: [PATCH v2 2/2] dt-bindings: Add vendor-prefix for Wexler Date: Sun, 8 Mar 2015 14:58:16 +0300 Message-Id: <1425815896-5798-1-git-send-email-mamlinav@gmail.com> X-Mailer: git-send-email 2.0.5 In-Reply-To: <1425456947-4152-1-git-send-email-mamlinav@gmail.com> References: <1425456947-4152-1-git-send-email-mamlinav@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150308_045925_465319_730DBF33 X-CRM114-Status: UNSURE ( 8.81 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: devicetree , linux-sunxi@googlegroups.com, Aleksei Mamlin , linux-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 This patch adds vendor-prefix for Wexler. WEXLER trademark owned by AVIRSA Electronics, a member of the diversified holding AVIRSA. Signed-off-by: Aleksei Mamlin --- Changes since v1: * Change vendor name. Wexler is more known than AVIRSA. 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 389ca13..eb67da4 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -189,6 +189,7 @@ variscite Variscite Ltd. via VIA Technologies, Inc. virtio Virtual I/O Device Specification, developed by the OASIS consortium voipac Voipac Technologies s.r.o. +wexler Wexler winbond Winbond Electronics corp. wlf Wolfson Microelectronics wm Wondermedia Technologies, Inc.