1. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  2. 9ef40ea tpm: spi: Cleanup source code by Michal Simek · 4 years, 1 month ago
  3. 5726f2f tpm: cr50: Correct logging statements by Simon Glass · 4 years, 2 months ago
  4. 11b1a27 tpm: cr50: Add ACPI support by Simon Glass · 4 years, 2 months ago
  5. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  6. 5010edd tpm: add #ifndef to fix redeclaration build errors by Johannes Holland · 4 years, 7 months ago
  7. 88bfeac tpm2: tis_spi: add linux compatible fallback string by Bruno Thomsen · 4 years, 6 months ago
  8. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  9. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  10. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  11. bfb409b tpm: Don't cleanup unless an error happens by Simon Glass · 4 years, 8 months ago
  12. 3c42e42 tpm: cr50: Use the correct GPIO binding by Simon Glass · 4 years, 8 months ago
  13. 2c16125 tpm: cr50: Add a comment for cr50_priv by Simon Glass · 4 years, 8 months ago
  14. fec444c tpm: cr50: Release locality on exit by Simon Glass · 4 years, 8 months ago
  15. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  16. 66262ed tpm: Add a driver for H1/Cr50 by Simon Glass · 4 years, 10 months ago
  17. 22bc2ff tpm2: ftpm: A driver for firmware TPM running inside TEE by Thirupathaiah Annapureddy · 4 years, 11 months ago
  18. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  19. ca9b0af common: Drop linux/crc8.h by Simon Glass · 5 years ago
  20. 7ef21ad tpm2: Don't assume active low reset value by Kayla Theil · 5 years ago
  21. c84dd7f tpm: wait for valid status by Roman Kapl · 6 years ago
  22. 5e7941c tpm: Export the open/close functions by Simon Glass · 6 years ago
  23. 2b45c48 sandbox: tpm: Allow debugging of data packages by Simon Glass · 6 years ago
  24. 1a82542 tpm: Use livetree and allow children by Simon Glass · 6 years ago
  25. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · 6 years ago
  26. 93a45b1 tpm: Add support for SPL and TPL by Simon Glass · 6 years ago
  27. f99c329 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · 6 years ago
  28. 5ff3f16 sandbox: tpm: Tidy up enums and return values by Simon Glass · 6 years ago
  29. 3ca8967 tpm: sandbox: fix wrong assignment with a simplification by Miquel Raynal · 6 years ago
  30. 9b1c550 tpm: sandbox: fix wrong check on pcr_map by Miquel Raynal · 6 years ago
  31. d9252c8 tpm: make TPM_V2 be compiled by default by Miquel Raynal · 6 years ago
  32. 79920d1 tpm: allow TPM v1 and v2 to be compiled at the same time by Miquel Raynal · 6 years ago
  33. e5811f4 tpm: remove stale symbol in Kconfig by Miquel Raynal · 6 years ago
  34. f965caa tpm: compile Sandbox driver by default by Miquel Raynal · 6 years ago
  35. cf4bfea tpm: add a Sandbox TPMv2.x driver by Miquel Raynal · 7 years ago
  36. 68f34a2 tpm2: tis_spi: add the possibility to reset the chip with a gpio by Miquel Raynal · 7 years ago
  37. c1f6d6c tpm: add support for TPMv2.x SPI modules by Miquel Raynal · 7 years ago
  38. f3b4350 tpm: prepare support for TPMv2.x commands by Miquel Raynal · 7 years ago
  39. 4c6759e tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · 7 years ago
  40. 294f82a tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · 7 years ago
  41. 3c43d54 tpm: add Revision ID field in the chip structure by Miquel Raynal · 7 years ago
  42. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  43. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  44. b489358 treewide: Fix gdsys mail addresses by Mario Six · 7 years ago
  45. 10e3d76 Atmel TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  46. 4dc0eca Infineon TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  47. 8c4b062 STMicro TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  48. 27e9094 tpm: st33zp24: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  49. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  50. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  51. a5bfcc5 lib: tpm: Add command to list resources by mario.six@gdsys.cc · 8 years ago
  52. a5a7ea2 tpm: Add function to load keys via their parent's SHA1 hash by mario.six@gdsys.cc · 8 years ago
  53. 4eceb6c lib: tpm: Add command to flush resources by Mario Six · 8 years ago
  54. 8d594cc tpm: tpm_tis_lpc: Add support for AT97SC3204 by George McCollister · 8 years ago
  55. db01e8c tpm: Tidy up use of size_t by Simon Glass · 8 years ago
  56. 64e4f7f treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  57. ec951ad tpm: atmel_twi: Make compatible with DM I2C busses by mario.six@gdsys.cc · 8 years ago
  58. 830a8e3 drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable use by Tom Rini · 9 years ago
  59. a0d9b99 lib/crc8: Add crc start value by Stefan Roese · 9 years ago
  60. 5ffadc3 tpm: st33zp24: Add tpm st33zp24 spi support by Christophe Ricard · 9 years ago
  61. 8824923 tpm: st33zp24: Add tpm st33zp24 support with i2c by Christophe Ricard · 9 years ago
  62. 2654952 tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c by Christophe Ricard · 9 years ago
  63. 628f1d0 tpm: tpm_tis_lpc: fix typo by Christophe Ricard · 9 years ago
  64. cf294b0 dm: tpm: Drop CONFIG_DM_TPM by Simon Glass · 9 years ago
  65. fe9563a dm: tpm: Every TPM drivers should depends on DM_TPM by Christophe Ricard · 9 years ago
  66. 52d309b dm: tpm: Remove every compilation switch for TPM driver model by Christophe Ricard · 9 years ago
  67. 587bf7a dm: tpm: Add Driver Model support for tpm_atmel_twi driver by Christophe Ricard · 9 years ago
  68. 8759ff8 dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon by Christophe Ricard · 9 years ago
  69. 347a622 dm: tpm: Convert LPC driver to driver model by Simon Glass · 9 years ago
  70. cd8cc67 dm: tpm: Convert I2C driver to driver model by Simon Glass · 9 years ago
  71. a425f76 dm: tpm: sandbox: Convert TPM driver to driver model by Simon Glass · 9 years ago
  72. 6c7a232 dm: tpm: Add a uclass for Trusted Platform Modules by Simon Glass · 9 years ago
  73. a57bcee tpm: tpm_tis_i2c: Tidy up delays by Simon Glass · 9 years ago
  74. 7ccebaf tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix by Simon Glass · 9 years ago
  75. a459e18 tpm: tpm_tis_i2c: Simplify init code by Simon Glass · 9 years ago
  76. 6a7e7cc tpm: tpm_tis_i2c: Move definitions into the header file by Simon Glass · 9 years ago
  77. fbb120a tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip by Simon Glass · 9 years ago
  78. 1de4d58 tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip by Simon Glass · 9 years ago
  79. ab79b00 tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific by Simon Glass · 9 years ago
  80. 651d3d1 tpm: tpm_tis_i2c: Drop unnecessary methods by Simon Glass · 9 years ago
  81. 9457627 tpm: Move the I2C TPM code into one file by Simon Glass · 9 years ago
  82. c98f7fe tpm: Convert drivers to use SPDX by Simon Glass · 9 years ago
  83. 350497c tpm: Add Kconfig options for TPMs by Simon Glass · 9 years ago
  84. ac1f857 tpm: Remove old pre-driver-model I2C code by Simon Glass · 9 years ago
  85. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  86. c9a3e84 tpm: Support using driver model with I2C by Simon Glass · 10 years ago
  87. 86232c8 sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig by Simon Glass · 10 years ago
  88. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  89. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  90. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  91. a9b6ef1 tpm: don't use unneeded double brackets by Jeroen Hofstee · 10 years ago
  92. d297e08 sandbox: tpm: Fix nvwrite command by Che-Liang Chiou · 11 years ago
  93. ba93f4e sandbox: tpm: Add TPM emulation by Simon Glass · 11 years ago
  94. b20b728 drivers: tpm: clean up unused code by Masahiro Yamada · 11 years ago
  95. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  96. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  97. 2048909 Add Atmel I2C tpm by Dirk Eibach · 11 years ago
  98. e49fed5 tpm: Reorganize the I2C TPM driver by Tom Wai-Hong Tam · 12 years ago
  99. 06883eb tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) by Vincent Palatin · 12 years ago
  100. acea570 tpm: Rename generic_lpc_tpm to tpm_tis_lpc by Che-liang Chiou · 12 years ago