From patchwork Fri Feb 6 02:15:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Yang X-Patchwork-Id: 5788041 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 28D4F9F302 for ; Fri, 6 Feb 2015 02:17:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5129220148 for ; Fri, 6 Feb 2015 02:17:26 +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 908622008F for ; Fri, 6 Feb 2015 02:17:25 +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 1YJYSQ-0003fW-PC; Fri, 06 Feb 2015 02:15:46 +0000 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YJYSN-0003SE-L4 for linux-arm-kernel@lists.infradead.org; Fri, 06 Feb 2015 02:15:44 +0000 Received: by mail-pa0-f51.google.com with SMTP id hz1so9245069pad.10 for ; Thu, 05 Feb 2015 18:15:23 -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=wOdJDPX+JPdsaorIfxf3LHalRbKlhFN60RHFZtl8Q4M=; b=B+Gk3gpTD5fJzy0STOMf9WBgJV4zHfdb3Ksxj2F57BFM1Bf4tU+OeuqAr0LwgQh0kq O5ns2gVGbzCb1ZnBcxsy+Nmgpuwe4gF3U4YVT+YwTJfK8eQN1zvN4q4twACyEl1cOvVF cFTrCrQrN+Xu65p6t6TJoPtknJsdqcAmuogBfE8xuw6DjxyHJpqREJNYJG41oc4Sr0Ue 4VU0g0ZhksjtmxG80rMYSlZLZRoMy7H/YxDw4rcF/5LbkJ/4G5E9f5yHhvOWp0UZ1IkZ 5eNF6yzdn/dzEVRTG1z8xqKMkGreX2iu02v9gfp4zMSGbYpO56cbEi7NVMoFfdRBm01Y UbSg== X-Received: by 10.66.148.161 with SMTP id tt1mr1854085pab.85.1423188923113; Thu, 05 Feb 2015 18:15:23 -0800 (PST) Received: from localhost.localdomain ([124.219.7.128]) by mx.google.com with ESMTPSA id nw2sm6319758pdb.43.2015.02.05.18.15.19 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Feb 2015 18:15:22 -0800 (PST) From: Vincent Yang X-Google-Original-From: Vincent Yang To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v6 6/7] of: add Fujitsu vendor prefix Date: Fri, 6 Feb 2015 10:15:03 +0800 Message-Id: <1423188903-17301-1-git-send-email-Vincent.Yang@tw.fujitsu.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <1423188007-17047-1-git-send-email-Vincent.Yang@tw.fujitsu.com> References: <1423188007-17047-1-git-send-email-Vincent.Yang@tw.fujitsu.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150205_181543_714144_48DE8015 X-CRM114-Status: UNSURE ( 7.97 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: mark.rutland@arm.com, andy.green@linaro.org, arm@kernel.org, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, patches@linaro.org, Vincent Yang , jaswinder.singh@linaro.org, robh+dt@kernel.org, arnd@arndb.de, galak@codeaurora.org, olof@lixom.net, Tetsuya Nuriya 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 From: Jassi Brar Add 'fujitsu' as the vendor prefix for Fujitsu Semiconductor Ltd. Signed-off-by: Jassi Brar Signed-off-by: Andy Green Signed-off-by: Vincent Yang Acked-by: Rob Herring Signed-off-by: Tetsuya Nuriya --- 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 d443279..e0ac020 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -59,6 +59,7 @@ everest Everest Semiconductor Co. Ltd. excito Excito fcs Fairchild Semiconductor fsl Freescale Semiconductor +fujitsu Fujitsu Semiconductor Ltd. GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. geniatech Geniatech, Inc.