From patchwork Fri Feb 27 12:24:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 5900401 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 6E267BF440 for ; Fri, 27 Feb 2015 12:29:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8D401202F2 for ; Fri, 27 Feb 2015 12:29:19 +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 C0CE8202E9 for ; Fri, 27 Feb 2015 12:29:18 +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 1YRK0B-0006Jo-3D; Fri, 27 Feb 2015 12:26:43 +0000 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YRJyn-0004Pn-C5 for linux-arm-kernel@lists.infradead.org; Fri, 27 Feb 2015 12:25:21 +0000 Received: by wevm14 with SMTP id m14so20006006wev.8 for ; Fri, 27 Feb 2015 04:24:54 -0800 (PST) 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=snGXIyVZ089xQ1/41yIxeehniDWIM4uzFcKDUX8u6EM=; b=Q1zsawmnwzZhHoSJFOBYHBXKfSGLVYm2sE+sq6FuWZGGgHvyURrvrqjn5WHy1EV2JO +VXPHmVRj4F2OMh4vlS3HnnJBQ9/VjE201VAjyWt9c+ZehQbEoTS6LfJsbYSd+Cv8QqE xd54qY7fGZhBO9MV6/vHor2JnwKgbacHf8/BwhDrNZ17Y+gQmNsCfIPqHY2T7b5lCdaj +6V6CD5llJMa9O02L+3ObSPU9ERFQ7DutRUPnAlylZCHovVCwOat6XfIYl5dB+He125R 6IXpO3cfbsI3pd0O9bUs32H/Pc+j7cbx47fBBZXbdft0LBE8tf7+EAxEIyeW8e1aETK0 W/kA== X-Received: by 10.194.60.203 with SMTP id j11mr27652424wjr.5.1425039894443; Fri, 27 Feb 2015 04:24:54 -0800 (PST) Received: from topkick.lan (f051102214.adsl.alicedsl.de. [78.51.102.214]) by mx.google.com with ESMTPSA id l4sm2603282wiw.9.2015.02.27.04.24.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Feb 2015 04:24:52 -0800 (PST) From: Sebastian Hesselbarth To: Sebastian Hesselbarth Subject: [PATCH v2 2/4] devicetree: vendor-prefixes: Add CompuLab to known vendors Date: Fri, 27 Feb 2015 13:24:43 +0100 Message-Id: <1425039885-5137-3-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1425039885-5137-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1424199129-22099-1-git-send-email-sebastian.hesselbarth@gmail.com> <1425039885-5137-1-git-send-email-sebastian.hesselbarth@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150227_042517_766736_3078556F X-CRM114-Status: UNSURE ( 7.87 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Mark Rutland , Andrew Lunn , Jason Cooper , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Gabriel Dobato , Kumar Gala , Gregory Clement , linux-arm-kernel@lists.infradead.org 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 adds "compulab" as a vendor-prefix for CompuLab (compulab.co.il), an Israeli company that builds ARM-based SoMs and CoMs. Signed-off-by: Sebastian Hesselbarth Acked-by: Rob Herring --- Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: Gabriel Dobato Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- 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 389ca1347a77..03d139c1174b 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -42,6 +42,7 @@ cirrus Cirrus Logic, Inc. cloudengines Cloud Engines, Inc. cnm Chips&Media, Inc. cnxt Conexant Systems, Inc. +compulab CompuLab cortina Cortina Systems, Inc. cosmic Cosmic Circuits crystalfontz Crystalfontz America, Inc.