From patchwork Mon Apr 18 22:17:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Ricard X-Patchwork-Id: 611925 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 3qpjFy0rTJz9sDb for ; Tue, 19 Apr 2016 08:18:14 +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=Hr5ee6TA; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751887AbcDRWSM (ORCPT ); Mon, 18 Apr 2016 18:18:12 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35474 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752143AbcDRWSK (ORCPT ); Mon, 18 Apr 2016 18:18:10 -0400 Received: by mail-wm0-f66.google.com with SMTP id a140so275549wma.2 for ; Mon, 18 Apr 2016 15:18:10 -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=OABs2p1V3XMvZRUvxSpe70G/U1jUmh3uN2Dr1UhkYlM=; b=Hr5ee6TAq0dseqICEo05mSS/rjQQX/hVXV2FK+c1yRbhV5u7traoFQVzuKM2c1qKQh RgHs6Ag4E20EqWzAt+zwU3itv0eFwxUg71zv6Z3sVLnzfNcA2n7faJioI1YW4ZK99QtR woKWU1bMcwWFWywER6Qd/jI4GurGsY6AnI3LI0JqHVaEFwXHcKyZTIp6s/l4LcEkMkCO Lh7bITjC0hnFQRehL4Fg8EEsn0Ujv9I6WNQ8z5a4Z69W0I3VjZxp4xN6UTrR9FdQvW7b cyGG6ZEBgd2fM75MgA/1pcsLFQmcFFVBhaGgNxv/xnrd2ToP7a+Srz6Rp3QUmJF+nt8t mHJg== 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=OABs2p1V3XMvZRUvxSpe70G/U1jUmh3uN2Dr1UhkYlM=; b=Qw4+zrshiCbXoQqCwCzF/MPQLEFqk5cq7aG9H7O5w9hTWVMTDlxjiAVi3MUo2ek0+A oLEsaKDsHx9FQ1cpJIkub9tQh2TvVqqWNL1iuIwTCi6SKybbD1qErVqcaS1LbSaDAWpf 7IIMs0+wRaenUumuIhlMsXGhfOxDz8sKIx298iRkPCJr4nA5sx9BD65obUd0kSpXJ7sj GQcEvtfm009R+K2SydMV28r16tuUWPccemQ4KuBdVRxcTbo22CPYCHzPXtBCIoa2fsBO gY5FhBjepX+oZRyA07m8Wxj0nK29ndL9M5wvep5QRge3zpMM9AtLrISLHfqPz/bH99DV p8og== X-Gm-Message-State: AOPr4FVHw8ndiAAf01jiwtEHoKewTXY2ON90xIgAqZ615Y3nju1mFyoKtzQGLBVbeFYw9g== X-Received: by 10.194.248.200 with SMTP id yo8mr37778987wjc.38.1461017889261; Mon, 18 Apr 2016 15:18:09 -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 i11sm66187860wjn.36.2016.04.18.15.18.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 Apr 2016 15:18:08 -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, devicetree@vger.kernel.org Subject: [PATCH v4 09/12] devicetree: Add Trusted Computing Group to vendor-prefix.txt Date: Tue, 19 Apr 2016 00:17:41 +0200 Message-Id: <1461017864-3903-10-git-send-email-christophe-h.ricard@st.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1461017864-3903-1-git-send-email-christophe-h.ricard@st.com> References: <1461017864-3903-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 Add missing vendor to vendor-prefix.txt. Trusted Computing Group design common specifications for TPM (Trusted Platform Module) vendors. TCG designates a TPM answering to a public specification. Cc: devicetree@vger.kernel.org Signed-off-by: Christophe Ricard Acked-by: Rob Herring --- 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 6c3d970..717bae9 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -230,6 +230,7 @@ stericsson ST-Ericsson synology Synology, Inc. tbs TBS Technologies tcl Toby Churchill Ltd. +tcg Trusted Computing Group technologic Technologic Systems thine THine Electronics, Inc. ti Texas Instruments