From patchwork Tue May 6 17:10:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 4123331 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 B021F9F1E1 for ; Tue, 6 May 2014 17:12:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D5AAB20220 for ; Tue, 6 May 2014 17:12:51 +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 170FC20219 for ; Tue, 6 May 2014 17:12:51 +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 1WhitW-00018L-0S; Tue, 06 May 2014 17:11:06 +0000 Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WhitT-00010l-1d for linux-arm-kernel@lists.infradead.org; Tue, 06 May 2014 17:11:03 +0000 Received: by mail-ee0-f42.google.com with SMTP id d49so2623536eek.29 for ; Tue, 06 May 2014 10:10:41 -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; bh=nThB4hPV275z3U6+95lbDuV/zB51zoU/cw3A7a4m83k=; b=idUDRhfcUcXQx8t/4cMe/lK/gLSGqbmsdpknDGjaHqWiIbFoNAyIRU3DF+9u5YW4gY 9nxKJK2SPOa7FXn/Tc2eLQ11PFGAavOAJrNHQ+7wFTd/rwjE1fY3vJGCHMFZxWasoZyk pNMwSYTUD1I23dP2pvv3liOBT/orusrPeJlZgBpJZHNZ7ttMtLh4buVa2qC6wKrNKlVL P7YdxE3IfW+YKRrpZlF/rqxqAReSIcigDm9jLRFbMAPeCZK2EYDy6UU7XKhfLjjFOjPr xYZxBb93p7pJ7WdEUfxvh2YfqdELZe1fKqPbTe+mPqDw41zSVVFbuLhxj8ule4moZgKB TzgQ== X-Received: by 10.14.45.6 with SMTP id o6mr40502091eeb.24.1399396241032; Tue, 06 May 2014 10:10:41 -0700 (PDT) Received: from sark.local (host237-33-dynamic.5-87-r.retail.telecomitalia.it. [87.5.33.237]) by mx.google.com with ESMTPSA id w46sm40004850eeo.35.2014.05.06.10.10.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 May 2014 10:10:39 -0700 (PDT) From: Beniamino Galvani To: Heiko Stuebner Subject: [PATCH v2 1/2] of: add mundoreader and radxa vendor prefixes Date: Tue, 6 May 2014 19:10:10 +0200 Message-Id: <1399396211-25353-1-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140506_101103_241195_1023059E X-CRM114-Status: UNSURE ( 8.85 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , linux-doc@vger.kernel.org, Ian Campbell , linux-kernel@vger.kernel.org, Beniamino Galvani , Rob Herring , Kumar Gala , Matthias Brugger , linux-arm-kernel@lists.infradead.org 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=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 Add new vendor prefixes for: * Mundo Reader S.L., a company that produces tablets and e-readers * Radxa, manufacturer of ARM boards Signed-off-by: Beniamino Galvani Acked-by: Rob Herring --- v2: - use mundoreader prefix instead of bq as suggested by Heiko Stuebner Documentation/devicetree/bindings/vendor-prefixes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index abc3080..53bd92f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -79,6 +79,7 @@ microchip Microchip Technology Inc. mosaixtech Mosaix Technologies, Inc. moxa Moxa mpl MPL AG +mundoreader Mundo Reader S.L. mxicy Macronix International Co., Ltd. national National Semiconductor neonode Neonode Inc. @@ -98,6 +99,7 @@ powervr PowerVR (deprecated, use img) qca Qualcomm Atheros, Inc. qcom Qualcomm Technologies, Inc qnap QNAP Systems, Inc. +radxa Radxa raidsonic RaidSonic Technology GmbH ralink Mediatek/Ralink Technology Corp. ramtron Ramtron International