From patchwork Wed Feb 15 16:55:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 9574469 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5B81660493 for ; Wed, 15 Feb 2017 16:57:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 54DED284CD for ; Wed, 15 Feb 2017 16:57:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4988E284DE; Wed, 15 Feb 2017 16:57:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E3D66284CD for ; Wed, 15 Feb 2017 16:57:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jv224cyfizGQ8NKYDdYQA+ZgjaQFvwIhZYP00/V//jQ=; b=QV19KQYWSXdj+l evgTwMWeFjCZpzcA2a4oF1J236X99hd21mBANKKtwh/TBvvmjqEqrGqCwC/H6hPZExR7rFMSGBnQL OfUt7o8ligsWGMymffhng1+dfGjj1/0AD7YchVBnDqfeDLbhsFBPBx0f99JHSBGWKn9hd8l0qr8Mj 1lVvC/jatVrLJGrHIqEwRWAs4tsIZGIGS4NjvYGd8Sg/H95tw82wbxrYIhukXBKQery0dsF+8BbSh 2wCl2fkqEBiohVZwCyc3ccYC87gvU0qhpSkEYC0ztcjHbd8Q5dYObdU2S5fcLTme6BCV1RQmApyow vhgrbXO5ZUVSJ+f+EUsg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ce2tu-0005HW-Lk; Wed, 15 Feb 2017 16:57:54 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1ce2tM-0004iv-Ng for linux-arm-kernel@lists.infradead.org; Wed, 15 Feb 2017 16:57:28 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id DA19AAD39; Wed, 15 Feb 2017 16:56:56 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 01/11] Documentation: devicetree: Add vendor prefix for Actions Semi Date: Wed, 15 Feb 2017 17:55:18 +0100 Message-Id: <20170215165528.10052-2-afaerber@suse.de> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170215165528.10052-1-afaerber@suse.de> References: <20170215165528.10052-1-afaerber@suse.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170215_085721_668439_05FF3951 X-CRM114-Status: UNSURE ( 8.32 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , support@lemaker.org, devicetree@vger.kernel.org, info@ucrobotics.com, linux-kernel@vger.kernel.org, Rob Herring , mp-cs@actions-semi.com, =?UTF-8?q?Andreas=20F=C3=A4rber?= , contact@linux-xapple.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Actions Semiconductor was listed on NASDAQ as ACTS until Dec 16, 2016. Cc: mp-cs@actions-semi.com Signed-off-by: Andreas Färber --- 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 1e4e84e..3069c6f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -6,6 +6,7 @@ using them to avoid name-space collisions. abcn Abracon Corporation abilis Abilis Systems active-semi Active-Semi International Inc +acts Actions Semiconductor Co., Ltd. ad Avionic Design GmbH adapteva Adapteva, Inc. adh AD Holdings Plc.