From patchwork Wed May 18 22:35:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Ricard X-Patchwork-Id: 623755 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3r98Dq2Kdzz9t6Z for ; Thu, 19 May 2016 08:36:11 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=ZlcaGb97; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751646AbcERWgJ (ORCPT ); Wed, 18 May 2016 18:36:09 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:32877 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751578AbcERWgI (ORCPT ); Wed, 18 May 2016 18:36:08 -0400 Received: by mail-wm0-f68.google.com with SMTP id r12so16496513wme.0; Wed, 18 May 2016 15:36:07 -0700 (PDT) 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=W731d9L/JFCNdTNu8wpwGD9UxfpDGYosVB8GKCWtKlM=; b=ZlcaGb97F75u4ueD4+9019oj+SSBdgs/ltSAf/WSb7CqiJa1LITVpNfbWWarzpekrP HT7I4j4stsKIMrNolpY8kjqZuNFWLlSVM+VJAd2Ci75X/llmG0hQdXoztSh/jbsLFEXM Zd2pLrNLMaydmFf8QTfEccW7g42hVOqP4ntb3rA9/yaN+rEP2/VUypPCJm0Cy2+l7OKg cLFwhqLXQAIRRRTwIsu+XewPsmM50TUftg7tFqNrCsSLeIrIhgpeBVAFBWvQrK0JtC7y yDCyMnNpcRApmJgWnnHUXXn3TZQv0otvpSUiYpBKWY5Di3CpqPCySlsBihyo/D/to6kG Vqzg== 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:in-reply-to :references; bh=W731d9L/JFCNdTNu8wpwGD9UxfpDGYosVB8GKCWtKlM=; b=L5eXQx4xfcPA5SdidIDo2bbQcHczBJ+NGcnRROEK+X4oADPKQafPmX1SdILOqKWCVS neTRuSAXn6VJcI+vwQTtyt720iCq0xfz3dR1lTYXxGDAm8O2alrTQWBTFWu5xT2APA0L U9yEX13irnrVri49hQZNRKAokGuYXNhnbqBXWUZsnN9SJD0FFVju3F6KEhLUUoXPBvub 8wJCKeap8GLu23DhfFccksd3/kfrmbJixvv6URfKA0zID2CdKymXFbe3WVfZ8tw7Z+m4 EJQ16mdq6beDmR6WV5gS8HlQs7p3JTwepo33ZBXAV5WNF2I8rAV0AhY6Hj71i1YHHeRg YcLg== X-Gm-Message-State: AOPr4FXlb5lZX00nuut13DZZjEK398WUA8D6ZhfGhnBJj/ZSRv2JgHClVGGCi+P40Kg1Og== X-Received: by 10.28.4.149 with SMTP id 143mr9636394wme.44.1463610967174; Wed, 18 May 2016 15:36:07 -0700 (PDT) Received: from localhost.localdomain (ax113-6-78-236-204-66.fbx.proxad.net. [78.236.204.66]) by smtp.gmail.com with ESMTPSA id g3sm10950380wjb.47.2016.05.18.15.36.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 May 2016 15:36:06 -0700 (PDT) From: Christophe Ricard X-Google-Original-From: Christophe Ricard To: jarkko.sakkinen@linux.intel.com Cc: jgunthorpe@obsidianresearch.com, peterhuewe@gmx.de, ashley@ashleylai.com, tpmdd@selhorst.net, tpmdd-devel@lists.sourceforge.net, christophe-h.ricard@st.com, jean-luc.blanc@st.com, benoit.houyere@st.com, Alexander.Steffen@infineon.com, linux-security-module@vger.kernel.org, Christophe Ricard , devicetree@vger.kernel.org Subject: [PATCH v8 4/7] devicetree: Add infineon to vendor-prefix.txt Date: Thu, 19 May 2016 00:35:50 +0200 Message-Id: <1463610953-2766-5-git-send-email-christophe-h.ricard@st.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1463610953-2766-1-git-send-email-christophe-h.ricard@st.com> References: <1463610953-2766-1-git-send-email-christophe-h.ricard@st.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Christophe Ricard Add missing vendor to vendor-prefix.txt Cc: devicetree@vger.kernel.org Signed-off-by: Christophe Ricard Acked-by: Rob Herring Acked-by: Jarkko Sakkinen --- 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 72e2c5a..6c3d970 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -113,6 +113,7 @@ ibm International Business Machines (IBM) idt Integrated Device Technologies, Inc. iom Iomega Corporation img Imagination Technologies Ltd. +infineon Infineon Technologies ingenic Ingenic Semiconductor innolux Innolux Corporation intel Intel Corporation