1. 805f7d8 tpm: add support for TPMv2.x I2C chips by Eddie James · Fri May 13 13:30:00 2022 -0500
  2. a40402e tpm: core: Set timeouts before requesting locality by Eddie James · Fri May 13 13:29:59 2022 -0500
  3. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · Sat Apr 30 00:56:53 2022 -0600
  4. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  5. 938a03f tis: fix tpm_tis_remove() by Heinrich Schuchardt · Mon Nov 29 00:03:44 2021 +0100
  6. 7a4038b drivers: tpm: atmel_twi: fix printf specifier compile warning by Mathew McBride · Thu Nov 11 04:06:31 2021 +0000
  7. 9b4cd47 drivers: tpm: atmel_twi: implement get_desc operation by Mathew McBride · Thu Nov 11 04:06:30 2021 +0000
  8. 175802c drivers: tpm: atmel_twi: do not use an offset byte by Mathew McBride · Thu Nov 11 04:06:29 2021 +0000
  9. 16bfe89 drivers: tpm: atmel_twi: drop non-DM_I2C compatibility by Mathew McBride · Thu Nov 11 04:06:28 2021 +0000
  10. b97c83d tpm: Use the new API on tpm2 spi driver by Ilias Apalodimas · Tue Nov 09 09:02:19 2021 +0200
  11. e61c48d tpm2: Add a TPMv2 MMIO TIS driver by Ilias Apalodimas · Tue Nov 09 09:02:18 2021 +0200
  12. 97f5e2d tpm2: Introduce TIS tpm core by Ilias Apalodimas · Tue Nov 09 09:02:17 2021 +0200
  13. 9e91dd3 tpm: refactor function names for LPC based TPMs by Ilias Apalodimas · Tue Nov 09 09:02:16 2021 +0200
  14. 228c57c tpm: refactor function names and macros for infineon v1.2 TPM by Ilias Apalodimas · Tue Nov 09 09:02:15 2021 +0200
  15. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  16. b25a5e5 drivers: tpm2: update reset gpio semantics by Jorge Ramirez-Ortiz · Thu Jun 03 12:40:26 2021 +0200
  17. 0021102 sandbox: tpm: Support extending a PCR multiple times by Simon Glass · Sun Jul 18 14:18:06 2021 -0600
  18. 05917ac sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB by Simon Glass · Sun Jul 18 14:18:05 2021 -0600
  19. 3220cb0 sandbox: tpm: Support storing device state in tpm2 by Simon Glass · Sun Jul 18 14:18:04 2021 -0600
  20. ca31f07 sandbox: tpm: Support nvdata in TPM2 by Simon Glass · Sun Jul 18 14:18:03 2021 -0600
  21. e39503c sandbox: tpm: Track whether the state is valid by Simon Glass · Sun Jul 18 14:18:02 2021 -0600
  22. 92594f1 sandbox: tpm: Finish comments for struct sandbox_tpm2 by Simon Glass · Sun Jul 18 14:18:01 2021 -0600
  23. 51c5066 sandbox: tpm: Correct handling of get-capability by Simon Glass · Sun Jul 18 14:18:00 2021 -0600
  24. f700496 sandbox: tpm: Support the define-space command by Simon Glass · Sun Jul 18 14:17:59 2021 -0600
  25. 689cde0 sandbox: tpm: Tidy up reading and writing of device state by Simon Glass · Sun Jul 18 14:17:58 2021 -0600
  26. df884ec sandbox: tpm: Split out common nvdata code by Simon Glass · Sun Jul 18 14:17:57 2021 -0600
  27. e7f2e99 tpm: cr50: Drop unnecessary coral headers by Simon Glass · Sun Jun 27 17:51:00 2021 -0600
  28. 50fbfba tpm: Correct warning on 32-bit build by Simon Glass · Sun Feb 07 14:27:04 2021 -0700
  29. 2797ebf tpm: Use logging in the uclass by Simon Glass · Sat Feb 06 14:23:33 2021 -0700
  30. 7ec382a tpm: Don't include cr50 in TPL/SPL by Simon Glass · Sat Feb 06 14:23:32 2021 -0700
  31. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · Tue Feb 09 13:52:45 2021 +0200
  32. 21c6e8e tpm: cr50: Rename driver to work with of-platdata by Simon Glass · Thu Dec 31 09:52:14 2020 -0700
  33. 8e5f345 tpm: cr50: Add a better description and more debug by Simon Glass · Thu Dec 31 09:52:13 2020 -0700
  34. f6155cf tpm: cr50: Check for valid locality by Simon Glass · Thu Dec 31 09:52:12 2020 -0700
  35. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  36. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  37. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  38. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  39. 9ef40ea tpm: spi: Cleanup source code by Michal Simek · Fri Nov 06 15:05:57 2020 +0100
  40. 5726f2f tpm: cr50: Correct logging statements by Simon Glass · Sun Sep 27 18:46:24 2020 -0600
  41. 11b1a27 tpm: cr50: Add ACPI support by Simon Glass · Tue Sep 22 12:45:24 2020 -0600
  42. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  43. 5010edd tpm: add #ifndef to fix redeclaration build errors by Johannes Holland · Mon May 11 15:22:25 2020 +0200
  44. 88bfeac tpm2: tis_spi: add linux compatible fallback string by Bruno Thomsen · Fri Jun 12 17:17:33 2020 +0200
  45. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  46. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  47. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  48. bfb409b tpm: Don't cleanup unless an error happens by Simon Glass · Wed Apr 08 16:57:25 2020 -0600
  49. 3c42e42 tpm: cr50: Use the correct GPIO binding by Simon Glass · Wed Apr 08 16:57:24 2020 -0600
  50. 2c16125 tpm: cr50: Add a comment for cr50_priv by Simon Glass · Wed Apr 08 16:57:23 2020 -0600
  51. fec444c tpm: cr50: Release locality on exit by Simon Glass · Wed Apr 08 16:57:22 2020 -0600
  52. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  53. 66262ed tpm: Add a driver for H1/Cr50 by Simon Glass · Thu Feb 06 09:55:04 2020 -0700
  54. 22bc2ff tpm2: ftpm: A driver for firmware TPM running inside TEE by Thirupathaiah Annapureddy · Sun Jan 12 23:34:22 2020 -0800
  55. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · Fri Dec 06 21:41:35 2019 -0700
  56. ca9b0af common: Drop linux/crc8.h by Simon Glass · Thu Nov 14 12:57:14 2019 -0700
  57. 7ef21ad tpm2: Don't assume active low reset value by Kayla Theil · Fri Sep 06 12:40:45 2019 +0200
  58. c84dd7f tpm: wait for valid status by Roman Kapl · Thu May 16 18:32:48 2019 +0200
  59. 5e7941c tpm: Export the open/close functions by Simon Glass · Sun Nov 18 14:22:26 2018 -0700
  60. 2b45c48 sandbox: tpm: Allow debugging of data packages by Simon Glass · Tue Nov 06 15:21:23 2018 -0700
  61. 1a82542 tpm: Use livetree and allow children by Simon Glass · Mon Oct 01 12:22:27 2018 -0600
  62. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · Mon Oct 01 12:22:22 2018 -0600
  63. 93a45b1 tpm: Add support for SPL and TPL by Simon Glass · Mon Oct 01 12:22:19 2018 -0600
  64. f99c329 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · Mon Oct 01 11:55:18 2018 -0600
  65. 5ff3f16 sandbox: tpm: Tidy up enums and return values by Simon Glass · Mon Oct 01 11:55:17 2018 -0600
  66. 3ca8967 tpm: sandbox: fix wrong assignment with a simplification by Miquel Raynal · Sun Aug 05 18:53:07 2018 +0200
  67. 9b1c550 tpm: sandbox: fix wrong check on pcr_map by Miquel Raynal · Sun Aug 05 18:53:06 2018 +0200
  68. d9252c8 tpm: make TPM_V2 be compiled by default by Miquel Raynal · Thu Jul 19 22:35:11 2018 +0200
  69. 79920d1 tpm: allow TPM v1 and v2 to be compiled at the same time by Miquel Raynal · Thu Jul 19 22:35:09 2018 +0200
  70. e5811f4 tpm: remove stale symbol in Kconfig by Miquel Raynal · Thu Jul 19 22:35:08 2018 +0200
  71. f965caa tpm: compile Sandbox driver by default by Miquel Raynal · Thu Jul 19 22:35:07 2018 +0200
  72. cf4bfea tpm: add a Sandbox TPMv2.x driver by Miquel Raynal · Tue May 15 11:57:25 2018 +0200
  73. 68f34a2 tpm2: tis_spi: add the possibility to reset the chip with a gpio by Miquel Raynal · Wed May 16 08:59:16 2018 +0200
  74. c1f6d6c tpm: add support for TPMv2.x SPI modules by Miquel Raynal · Tue May 15 11:57:21 2018 +0200
  75. f3b4350 tpm: prepare support for TPMv2.x commands by Miquel Raynal · Tue May 15 11:57:08 2018 +0200
  76. 4c6759e tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · Tue May 15 11:57:06 2018 +0200
  77. 294f82a tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · Tue May 15 11:57:05 2018 +0200
  78. 3c43d54 tpm: add Revision ID field in the chip structure by Miquel Raynal · Tue May 15 11:57:04 2018 +0200
  79. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  80. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  81. b489358 treewide: Fix gdsys mail addresses by Mario Six · Tue Mar 06 08:04:58 2018 +0100
  82. 10e3d76 Atmel TPM: Fix potential buffer overruns by Jeremy Boone · Mon Feb 12 17:56:37 2018 -0500
  83. 4dc0eca Infineon TPM: Fix potential buffer overruns by Jeremy Boone · Mon Feb 12 17:56:36 2018 -0500
  84. 8c4b062 STMicro TPM: Fix potential buffer overruns by Jeremy Boone · Mon Feb 12 17:56:35 2018 -0500
  85. 27e9094 tpm: st33zp24: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:54:01 2017 +0200
  86. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  87. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  88. a5bfcc5 lib: tpm: Add command to list resources by mario.six@gdsys.cc · Mon Mar 20 10:28:30 2017 +0100
  89. a5a7ea2 tpm: Add function to load keys via their parent's SHA1 hash by mario.six@gdsys.cc · Mon Mar 20 10:28:28 2017 +0100
  90. 4eceb6c lib: tpm: Add command to flush resources by Mario Six · Wed Jan 11 16:00:50 2017 +0100
  91. 8d594cc tpm: tpm_tis_lpc: Add support for AT97SC3204 by George McCollister · Mon Oct 17 09:24:32 2016 -0500
  92. db01e8c tpm: Tidy up use of size_t by Simon Glass · Sun Sep 25 21:33:20 2016 -0600
  93. 64e4f7f treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:57 2016 +0900
  94. ec951ad tpm: atmel_twi: Make compatible with DM I2C busses by mario.six@gdsys.cc · Mon Jul 18 13:47:45 2016 +0200
  95. 830a8e3 drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable use by Tom Rini · Tue Apr 12 15:11:22 2016 -0400
  96. a0d9b99 lib/crc8: Add crc start value by Stefan Roese · Fri Apr 08 15:56:29 2016 +0200
  97. 5ffadc3 tpm: st33zp24: Add tpm st33zp24 spi support by Christophe Ricard · Thu Jan 21 23:27:14 2016 +0100
  98. 8824923 tpm: st33zp24: Add tpm st33zp24 support with i2c by Christophe Ricard · Thu Jan 21 23:27:13 2016 +0100
  99. 2654952 tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c by Christophe Ricard · Thu Jan 21 23:27:12 2016 +0100
  100. 628f1d0 tpm: tpm_tis_lpc: fix typo by Christophe Ricard · Thu Jan 21 23:19:14 2016 +0100