From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8CE83134733; Sun, 14 Apr 2024 15:19:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713107943; cv=none; b=klneLsLFx8RgZB4rdy+0OLh9jdJBgGu36sEo+eNZY4abcHuoBBiRQVQkPL/vLsqL1+tmijfvZKQDKHr4gTPb3wGock3riPXd5+cntKDpMOmK1nmpxxqtkZS3cPPv8vkI5/A3rj9K7KY3ragPA70SU/JrAMtSsQYYqZaGyFjOuuU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713107943; c=relaxed/simple; bh=Vn4OKD2x5O2W06aQlBmyQAhXdE5m76uzb6Faw5X3sYk=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=ClWGHG1FsZ0a6tu3ePmsObMmcTdznLSaam1h0E+S/JMcTyCrL20I+z5AKh6hCjGyeF3CcBN6lUc7RoHZCt9WQZoAvHw499JqNnzTkOCUQNkCR67PuX6OoLLA2a+18jn4alC+w+94vX/TBx0MwoCdiSW+R0fJXn8YNOd7v6QkeSg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YHaZKdxA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YHaZKdxA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE0E4C072AA; Sun, 14 Apr 2024 15:19:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713107943; bh=Vn4OKD2x5O2W06aQlBmyQAhXdE5m76uzb6Faw5X3sYk=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=YHaZKdxATqJxvyVuYXVuH91QQrxkBawFpsDHaKmEAa/q6cSB5eO+0oQpLXQAmkq9y Vul99IHl33YJFziANhBakRNMEgtVikC0eiMAJ5EEHs6ZoF7ohWI8jWosRlOsFiQejX HxEgsDQidkF7d1z6++YSff3vC/dbLliULfZKl9f9XbHTgKi/xeEZBU4ThDNyngwNuQ ADRVMoUNfb9abcNyiyhFciWkppOPu3kuCxSUftcqFbUYFWOceKHO2ISxZUVCWVShaw JOyue3bXgHLRVMXXTB+KPt5ER+1ryqN6nSz7Y+ebZSMZJD816gPFenk7m5Wj9fOcd7 40vdBaPpRg+Jg== Precedence: bulk X-Mailing-List: linux-integrity@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 14 Apr 2024 18:18:58 +0300 Message-Id: Cc: , , "Peter Huewe" , "Jason Gunthorpe" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Lukas Wunner" , "Alexander Sverdlin" Subject: Re: [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c From: "Jarkko Sakkinen" To: "Krzysztof Kozlowski" , "Michael Haener" , X-Mailer: aerc 0.17.0 References: <20240414074440.23831-1-michael.haener@siemens.com> <20240414074440.23831-2-michael.haener@siemens.com> In-Reply-To: On Sun Apr 14, 2024 at 12:11 PM EEST, Krzysztof Kozlowski wrote: > On 14/04/2024 09:44, Michael Haener wrote: > > Add the ST chip st33ktpm2xi2c to the supported compatible strings of th= e > > TPM TIS I2C schema. The Chip is compliant with the TCG PC Client TPM > > Profile specification. > >=20 > > For reference, a datasheet is available at: > > https://www.st.com/resource/en/data_brief/st33ktpm2xi2c.pdf > > Reviewed-by: Krzysztof Kozlowski > > Best regards, > Krzysztof Thanks! I have the following tags now: Reviewed-by: Alexander Sverdlin Signed-off-by: Michael Haener Reviewed-by: Krzysztof Kozlowski Reviewed-by: Jarkko Sakkinen Signed-off-by: Jarkko Sakkinen For sanity check: https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/li= nux-tpmdd.git/log/ [did not put direct link to the commit as master branch gets updates and rewrites often] BR, Jarkko