Message ID | 20220525165849.7789-1-Alexander.Steffen@infineon.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-integrity-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F19E2C433F5 for <linux-integrity@archiver.kernel.org>; Wed, 25 May 2022 16:59:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245562AbiEYQ7M (ORCPT <rfc822;linux-integrity@archiver.kernel.org>); Wed, 25 May 2022 12:59:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245548AbiEYQ7J (ORCPT <rfc822;linux-integrity@vger.kernel.org>); Wed, 25 May 2022 12:59:09 -0400 Received: from smtp14.infineon.com (smtp14.infineon.com [IPv6:2a00:18f0:1e00:4::6]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A91EBA5035; Wed, 25 May 2022 09:59:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infineon.com; i=@infineon.com; q=dns/txt; s=IFXMAIL; t=1653497947; x=1685033947; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=raAcKkRK1vcgseG7nX/0It4n0oYZNslYiC1vOHUyHq0=; b=ikBNCExWRvax4k4SbEEcyZi5Cv7d203wToUNPQAEHPoywFTZhqqxCXQV dQEewWAwrw3vKwh1vgadzqeAv4dJxYks+LsI2r/NGx0+rx3zCw3To4grx nfeMEaQH6rHee3ZQXa5EtX9Kc1EISMCzL1YFuT7nOroEij58s4bWApOiK Q=; X-SBRS: None X-IronPort-AV: E=McAfee;i="6400,9594,10358"; a="123667546" X-IronPort-AV: E=Sophos;i="5.91,250,1647298800"; d="scan'208";a="123667546" Received: from unknown (HELO mucxv003.muc.infineon.com) ([172.23.11.20]) by smtp14.infineon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 18:59:05 +0200 Received: from MUCSE803.infineon.com (MUCSE803.infineon.com [172.23.29.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mucxv003.muc.infineon.com (Postfix) with ESMTPS; Wed, 25 May 2022 18:59:04 +0200 (CEST) Received: from MUCSE817.infineon.com (172.23.29.43) by MUCSE803.infineon.com (172.23.29.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.26; Wed, 25 May 2022 18:59:04 +0200 Received: from ISCNPC0VBFBX.infineon.com (172.23.8.247) by MUCSE817.infineon.com (172.23.29.43) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.26; Wed, 25 May 2022 18:59:04 +0200 From: Alexander Steffen <Alexander.Steffen@infineon.com> To: <jarkko@kernel.org>, <linux-kernel@vger.kernel.org>, <linux-integrity@vger.kernel.org> CC: Alexander Steffen <Alexander.Steffen@infineon.com>, <peterhuewe@gmx.de>, <jgg@ziepe.ca>, <krzysztof.kozlowski+dt@linaro.org>, Johannes Holland <johannes.holland@infineon.com>, Amir Mizinski <amirmizi6@gmail.com> Subject: [PATCH v4 0/3] tpm_tis_i2c Date: Wed, 25 May 2022 18:58:46 +0200 Message-ID: <20220525165849.7789-1-Alexander.Steffen@infineon.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [172.23.8.247] X-ClientProxiedBy: MUCSE821.infineon.com (172.23.29.47) To MUCSE817.infineon.com (172.23.29.43) Precedence: bulk List-ID: <linux-integrity.vger.kernel.org> X-Mailing-List: linux-integrity@vger.kernel.org |
Series | tpm_tis_i2c | expand |