From patchwork Mon Jan 19 23:22:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 5661501 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 227C1C058D for ; Mon, 19 Jan 2015 23:26:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4E82C2034F for ; Mon, 19 Jan 2015 23:26:42 +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 859512024C for ; Mon, 19 Jan 2015 23:26:41 +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 1YDLgR-0008I7-4g; Mon, 19 Jan 2015 23:24:35 +0000 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YDLgD-0008Ba-BV for linux-arm-kernel@lists.infradead.org; Mon, 19 Jan 2015 23:24:22 +0000 Received: by mail-wi0-f169.google.com with SMTP id bs8so19922814wib.0 for ; Mon, 19 Jan 2015 15:23:59 -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=7JwjSbfU1cgxwyCnrNrQhGXUgdRICMT3LnPgubND+7g=; b=C0c6M0XQQxXnGaMVtSIq5jwuQngEwqdaTs74ftQ7CmZ7GK2nvnT6NjAqoacD4uq46R sHAqYiD556ZpDupnDMpqdAIuL329eo2OmgfQ146je2EX9oQ90R2+4yIwQAn4tL5C+EsE BphwdDESPxeqcSc+sbs55N8TGR0+Uq2ZYwwiwMuUjAzBKymERhZyGRmMG57lxA+Gd7wy 5OSpEG2LKz20tthejve0U+K4Vcv2IvaG5/VBDK2AibyH+otCuFHyA2CaxUj8A0ZL5buN qhIovZqxwKwMpAccpTYhyRG+ohZnZoosnhl5/y6Ww+uRqzaBpXWxrU51sCP5UqS5XHO1 CmUQ== X-Received: by 10.180.91.109 with SMTP id cd13mr40046965wib.46.1421709839576; Mon, 19 Jan 2015 15:23:59 -0800 (PST) Received: from localhost.localdomain ([95.236.99.95]) by mx.google.com with ESMTPSA id ej10sm804389wib.2.2015.01.19.15.23.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 19 Jan 2015 15:23:58 -0800 (PST) From: Beniamino Galvani To: Carlo Caione Subject: [PATCH 1/3] of: Add vendor prefix for MINIX Date: Tue, 20 Jan 2015 00:22:57 +0100 Message-Id: <1421709779-25691-2-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1421709779-25691-1-git-send-email-b.galvani@gmail.com> References: <1421709779-25691-1-git-send-email-b.galvani@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150119_152421_598367_3F993E92 X-CRM114-Status: GOOD ( 10.04 ) X-Spam-Score: -0.8 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Victor Wan , Russell King , Pawel Moll , Arnd Bergmann , Ian Campbell , linux-kernel@vger.kernel.org, Beniamino Galvani , Rob Herring , Kumar Gala , Jerry Cao , 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 Add MINIX Technology Limited to the list of device tree vendor prefixes. The company manufactures digital media players and mini-ITX motherboards. Signed-off-by: Beniamino Galvani --- 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 b1df0ad..09b01de 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -100,6 +100,7 @@ merrii Merrii Technology Co., Ltd. micrel Micrel Inc. microchip Microchip Technology Inc. micron Micron Technology Inc. +minix MINIX Technology Ltd. mitsubishi Mitsubishi Electric Corporation mosaixtech Mosaix Technologies, Inc. moxa Moxa