mbox series

Pull request for tpm-next-22112023

Message ID 20231122102127.14866-1-ilias.apalodimas@linaro.org
State New
Headers show
Series Pull request for tpm-next-22112023 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-next-22112023

Message

Ilias Apalodimas Nov. 22, 2023, 10:21 a.m. UTC
Hi Tom,

The following changes since commit dca7a8958f8d0dbd53072caa4353353e062d80ca:

  Merge tag 'v2024.01-rc3' into next (2023-11-20 09:19:50 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-next-22112023

for you to fetch changes up to 9086e8f04d268a989193470de7cc14e4a577e6f5:

  tpm: remove superfluous check in tpm_tis_send() (2023-11-22 10:03:55 +0200)

Minor changes from Heinrich removing a ptr check that is not needed, since
by the time we get to that function the device is up and running. Since we are
late in the cycle for 2024.01 release I prefer this going into -next since it
doesn't fix any bugs.

As expected the CI had no issues
https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/18689

Please consider pulling
Thanks
/Ilias

----------------------------------------------------------------
tpm_tis_send-cleanup
----------------------------------------------------------------
Heinrich Schuchardt (1):
      tpm: remove superfluous check in tpm_tis_send()

 drivers/tpm/tpm2_tis_core.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Tom Rini Nov. 22, 2023, 8:48 p.m. UTC | #1
On Wed, Nov 22, 2023 at 12:21:27PM +0200, Ilias Apalodimas wrote:

> Hi Tom,
> 
> The following changes since commit dca7a8958f8d0dbd53072caa4353353e062d80ca:
> 
>   Merge tag 'v2024.01-rc3' into next (2023-11-20 09:19:50 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-next-22112023
> 
> for you to fetch changes up to 9086e8f04d268a989193470de7cc14e4a577e6f5:
> 
>   tpm: remove superfluous check in tpm_tis_send() (2023-11-22 10:03:55 +0200)
> 
> Minor changes from Heinrich removing a ptr check that is not needed, since
> by the time we get to that function the device is up and running. Since we are
> late in the cycle for 2024.01 release I prefer this going into -next since it
> doesn't fix any bugs.
> 
> As expected the CI had no issues
> https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/18689
> 
> Please consider pulling
> Thanks
> /Ilias
> 

Applied to u-boot/next, thanks!