From patchwork Mon Jun 17 05:04:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhangfei Gao X-Patchwork-Id: 2730481 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 229469F472 for ; Mon, 17 Jun 2013 05:05:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4F3B12015B for ; Mon, 17 Jun 2013 05:05:52 +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 4BEE120158 for ; Mon, 17 Jun 2013 05:05:51 +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 1UoRdR-0005eR-Qa; Mon, 17 Jun 2013 05:05:46 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UoRdP-0004q0-58; Mon, 17 Jun 2013 05:05:43 +0000 Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UoRdM-0004pN-Em for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2013 05:05:41 +0000 Received: by mail-ea0-f181.google.com with SMTP id a15so1535562eae.26 for ; Sun, 16 Jun 2013 22:05:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=U0F90wZHJ9yggLTeiabyIdXMO4UeiMDolNbcNCIotdA=; b=dUc3Lyvz4JwQKr330dtJqaakks+q+YLUONb4gtaai9N9ZF1KkQRFN/kN9Yab9vXAL5 4a2d842Qp9yZx0x9m+4bdBtiqZk+kiN2zMqIWyb1YaqUMrYqZ7V/MzzQnC0J1tloMdBT vLybeHOENPEqENdKAvinsKpICxCgW/YS7oDwAs77gGi1QkWBMNw93TnDj26K96gnAzym Dgol/lnmFqvcpYDRmwSsMV7Fn3GEgOaJGs1/lNKB6TVz6cSnwUXHkTIe1vwW5Zri59SN ZYRdtmOXiGmmF4IP97H757wGjz0qH+wgzLwg73t6te64UraB2hHAXbYGlsvBR8PmUwYZ RK2w== X-Received: by 10.14.216.73 with SMTP id f49mr14554263eep.119.1371445513446; Sun, 16 Jun 2013 22:05:13 -0700 (PDT) Received: from localhost.localdomain ([213.122.173.130]) by mx.google.com with ESMTPSA id y2sm21051656eeu.2.2013.06.16.22.05.08 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 16 Jun 2013 22:05:12 -0700 (PDT) From: Zhangfei Gao To: Grant Likely , Arnd Bergmann , Haojian Zhuang Subject: [PATCH] DT: add vendor prefixes for hisilicon Date: Mon, 17 Jun 2013 13:04:59 +0800 Message-Id: <1371445499-27265-1-git-send-email-zhangfei.gao@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQlrrHrfiXyUSKI35M89akQx9c59oB7jLvYB19V8j85R2od0F/5s+FeNe6R3gTRRV9aaUjVd X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130617_010540_746134_2D68ECE3 X-CRM114-Status: UNSURE ( 7.97 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Zhangfei Gao , devicetree-discuss@lists.ozlabs.org, 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=-5.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, 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 Signed-off-by: Zhangfei Gao --- .../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 6931c43..e18f3ad 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -25,6 +25,7 @@ est ESTeem Wireless Modems fsl Freescale Semiconductor GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. +hisilicon Hisilicon Limited. hp Hewlett Packard ibm International Business Machines (IBM) idt Integrated Device Technologies, Inc.