Message ID | 20190718170355.6464-1-Alexander.Steffen@infineon.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-integrity-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7951817E0 for <patchwork-linux-integrity@patchwork.kernel.org>; Thu, 18 Jul 2019 17:04:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5DC332884B for <patchwork-linux-integrity@patchwork.kernel.org>; Thu, 18 Jul 2019 17:04:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 51DD22887A; Thu, 18 Jul 2019 17:04:17 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB6E128892 for <patchwork-linux-integrity@patchwork.kernel.org>; Thu, 18 Jul 2019 17:04:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727730AbfGRREQ (ORCPT <rfc822;patchwork-linux-integrity@patchwork.kernel.org>); Thu, 18 Jul 2019 13:04:16 -0400 Received: from smtp2.infineon.com ([217.10.52.18]:8977 "EHLO smtp2.infineon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726715AbfGRREQ (ORCPT <rfc822;linux-integrity@vger.kernel.org>); Thu, 18 Jul 2019 13:04:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infineon.com; i=@infineon.com; q=dns/txt; s=IFXMAIL; t=1563469454; x=1595005454; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=4hO0cYXFvWHEsG55ryUcflS5zrXrsimLMhm8pJE0GnA=; b=oFZN8ctE3TW1zMnAXyELWLuwXYss/26D9GKIMX81zETIO3WuMHk5/9ds 90tnFGdsShC3W7bCbt5PxAKn7nH5nqZvAJ6JEFX5zmRbxUoORl2E6mmWI JSaM/2lQJhJSHvO9QJvjmTsLQLNqYy+wMLFJ+s68MhCWGWxf1117ghQLQ s=; IronPort-SDR: RqXuz9YDGrG14LKBfWsSpdJWarjIO/crD7Rpo1rPMQSVEd9Zbpqm94BlwTcwAjuqa0L3Ok9aaK xmVd7F8fo+Mw== X-SBRS: None X-IronPort-AV: E=McAfee;i="6000,8403,9322"; a="6919386" X-IronPort-AV: E=Sophos;i="5.64,278,1559512800"; d="scan'208";a="6919386" Received: from unknown (HELO mucxv002.muc.infineon.com) ([172.23.11.17]) by smtp2.infineon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2019 19:04:13 +0200 Received: from MUCSE708.infineon.com (MUCSE708.infineon.com [172.23.7.82]) by mucxv002.muc.infineon.com (Postfix) with ESMTPS; Thu, 18 Jul 2019 19:04:13 +0200 (CEST) Received: from ISCNPC0VBFBX.infineon.com (172.23.8.247) by MUCSE708.infineon.com (172.23.7.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.1591.10; Thu, 18 Jul 2019 19:04:13 +0200 From: Alexander Steffen <Alexander.Steffen@infineon.com> To: <linux-integrity@vger.kernel.org>, <jarkko.sakkinen@linux.intel.com> CC: <tmaimon77@gmail.com>, <oshrialkoby85@gmail.com>, <Eyal.Cohen@nuvoton.com>, <Dan.Morav@nuvoton.com>, Alexander Steffen <Alexander.Steffen@infineon.com> Subject: [RFC PATCH 0/2] tpm: Simple implementation of tpm_tis_i2c Date: Thu, 18 Jul 2019 19:03:53 +0200 Message-ID: <20190718170355.6464-1-Alexander.Steffen@infineon.com> X-Mailer: git-send-email 2.18.0.windows.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [172.23.8.247] X-ClientProxiedBy: MUCSE707.infineon.com (172.23.7.81) To MUCSE708.infineon.com (172.23.7.82) Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: <linux-integrity.vger.kernel.org> X-Mailing-List: linux-integrity@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
tpm: Simple implementation of tpm_tis_i2c
|
expand
|