Message ID | 20220608173113.9232-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 61400C433EF for <linux-integrity@archiver.kernel.org>; Wed, 8 Jun 2022 17:32:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231705AbiFHRcE (ORCPT <rfc822;linux-integrity@archiver.kernel.org>); Wed, 8 Jun 2022 13:32:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229684AbiFHRb4 (ORCPT <rfc822;linux-integrity@vger.kernel.org>); Wed, 8 Jun 2022 13:31:56 -0400 Received: from smtp11.infineon.com (smtp11.infineon.com [IPv6:2a00:18f0:1e00:4::5]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A126F1CF; Wed, 8 Jun 2022 10:31:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infineon.com; i=@infineon.com; q=dns/txt; s=IFXMAIL; t=1654709514; x=1686245514; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JU9DjpCG30LpZ+9PeqI7jIXrafkc1BEYv9uUrbRLnzI=; b=Rr4765dbHuudrLsHFeL3xKHCYIiZ0G4fjw9jdR+QJVins5UcE0evosO7 IbjNty+88E/YWOw5L2ifu+gJ7IzsUiDbVFPYYTB9gPPcBvhECYuhFGZml RXOkL0jDEOM7RLQ9qqtXFUWF7lSqheC0kFmY/a1SsjdWULhwtTfFfKG84 M=; X-SBRS: None X-IronPort-AV: E=McAfee;i="6400,9594,10372"; a="300189234" X-IronPort-AV: E=Sophos;i="5.91,286,1647298800"; d="scan'208";a="300189234" Received: from unknown (HELO mucxv002.muc.infineon.com) ([172.23.11.17]) by smtp11.infineon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2022 19:31:48 +0200 Received: from MUCSE814.infineon.com (MUCSE814.infineon.com [172.23.29.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mucxv002.muc.infineon.com (Postfix) with ESMTPS; Wed, 8 Jun 2022 19:31:47 +0200 (CEST) Received: from MUCSE817.infineon.com (172.23.29.43) by MUCSE814.infineon.com (172.23.29.40) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.26; Wed, 8 Jun 2022 19:31:47 +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, 8 Jun 2022 19:31:47 +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 v6 0/3] tpm_tis_i2c Date: Wed, 8 Jun 2022 19:31:10 +0200 Message-ID: <20220608173113.9232-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: MUCSE804.infineon.com (172.23.29.30) 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 |