From patchwork Sun Aug 10 08:15:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 4704031 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 58DE1C0338 for ; Sun, 10 Aug 2014 08:18:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 952582015E for ; Sun, 10 Aug 2014 08:18:07 +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 4620A2015D for ; Sun, 10 Aug 2014 08:18:06 +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 1XGOI4-0001Lj-2i; Sun, 10 Aug 2014 08:15:44 +0000 Received: from mail-pd0-f173.google.com ([209.85.192.173]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XGOI0-0001JF-Rx for linux-arm-kernel@lists.infradead.org; Sun, 10 Aug 2014 08:15:41 +0000 Received: by mail-pd0-f173.google.com with SMTP id w10so9124745pde.4 for ; Sun, 10 Aug 2014 01:15:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=5pnlYvGHMsHpSSwLlWW1QqQRD3WFiKa4mxPxa18LgXk=; b=D8v3ZhEka42mh0Sxp7RjuWsXtx961T6L9rswizmJzjH3YiCbvwsYCquQW99DyV7S3Y w6qYPwkS15L7WF3wMDogGcY0uwar+tXoKi90SeRMOWs64MagMvGe9Hajv991hc2XI8FO qExj2eLX7TEUm2TwN6ExSt6BQHuaReRtc4OM8K4aIZOq/Du0t/jwaw08EKSr9Mr8nis8 IWjxrFENzSBYzN439XaWSBRmRSbkmRq0ytzBrBqSPm00lWsVoEQ58nUyZSR4UHbF/+yN kU2HTCxEGBklniy1i58IPc9pQMESLW0jng4QDQjKDuOzhsV2cU8Cm52LaCiu1EXVO2Wi zNYQ== X-Gm-Message-State: ALoCoQmgQF/hcs13MwFKNIiGsC0jqa7FNWvDEIXtmLaUsJUlXsuTNKyqlnjMdBoUDaoCZvfX8rXI X-Received: by 10.70.36.239 with SMTP id t15mr15824169pdj.83.1407658518969; Sun, 10 Aug 2014 01:15:18 -0700 (PDT) Received: from tharvey-gw.gw (68-189-91-139.static.snlo.ca.charter.com. [68.189.91.139]) by mx.google.com with ESMTPSA id po5sm12048906pdb.55.2014.08.10.01.15.17 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Aug 2014 01:15:18 -0700 (PDT) From: Tim Harvey To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] devicetree: bindings: Document Gateworks vendor prefix Date: Sun, 10 Aug 2014 01:15:09 -0700 Message-Id: <1407658509-1773-1-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140810_011540_925555_32D40DAD X-CRM114-Status: UNSURE ( 8.62 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.4 (-) Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , Rob Herring , Kumar Gala 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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 Add Gateworks Corporation to the list of device tree vendor prefixes. Gateworks designs and manufactures single board computers designed for embedded wireless and wired network applications. Signed-off-by: Tim Harvey --- 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 46a311e..803fa4f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -54,6 +54,7 @@ globalscale Globalscale Technologies, Inc. gmt Global Mixed-mode Technology, Inc. google Google, Inc. gumstix Gumstix, Inc. +gw Gateworks Corporation haoyu Haoyu Microelectronic Co. Ltd. hisilicon Hisilicon Limited. honeywell Honeywell