1. bca2d57 tpm: cr50: Drop unnecessary coral headers by Simon Glass · 3 years, 4 months ago
  2. e7c920a tpm: Correct warning on 32-bit build by Simon Glass · 3 years, 9 months ago
  3. d5cb668 tpm: Use logging in the uclass by Simon Glass · 3 years, 9 months ago
  4. 13ad993 tpm: Don't include cr50 in TPL/SPL by Simon Glass · 3 years, 9 months ago
  5. 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 8 months ago
  6. 3039fc7 tpm: cr50: Rename driver to work with of-platdata by Simon Glass · 3 years, 10 months ago
  7. 5372fc7 tpm: cr50: Add a better description and more debug by Simon Glass · 3 years, 10 months ago
  8. 6208975 tpm: cr50: Check for valid locality by Simon Glass · 3 years, 10 months ago
  9. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  10. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  11. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  12. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  13. d99f163 tpm: spi: Cleanup source code by Michal Simek · 4 years ago
  14. 39565cc tpm: cr50: Correct logging statements by Simon Glass · 4 years, 1 month ago
  15. eaac971 tpm: cr50: Add ACPI support by Simon Glass · 4 years, 1 month ago
  16. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 4 months ago
  17. bedbb38 tpm: add #ifndef to fix redeclaration build errors by Johannes Holland · 4 years, 5 months ago
  18. 78cc3fc tpm2: tis_spi: add linux compatible fallback string by Bruno Thomsen · 4 years, 4 months ago
  19. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago WIP/2020-05-18-reduce-size-of-common.h
  20. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  21. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  22. 8830765 tpm: Don't cleanup unless an error happens by Simon Glass · 4 years, 7 months ago
  23. 32e8ee0 tpm: cr50: Use the correct GPIO binding by Simon Glass · 4 years, 7 months ago
  24. fe6831d tpm: cr50: Add a comment for cr50_priv by Simon Glass · 4 years, 7 months ago
  25. 79b7ade tpm: cr50: Release locality on exit by Simon Glass · 4 years, 7 months ago
  26. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  27. d36856a tpm: Add a driver for H1/Cr50 by Simon Glass · 4 years, 9 months ago
  28. 8d73be7 tpm2: ftpm: A driver for firmware TPM running inside TEE by Thirupathaiah Annapureddy · 4 years, 9 months ago
  29. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 11 months ago
  30. c3a4d1c common: Drop linux/crc8.h by Simon Glass · 5 years ago
  31. d8206ff tpm2: Don't assume active low reset value by Kayla Theil · 5 years ago
  32. 27eb177 tpm: wait for valid status by Roman Kapl · 5 years ago
  33. 51f00c1 tpm: Export the open/close functions by Simon Glass · 6 years ago
  34. 04488c4 sandbox: tpm: Allow debugging of data packages by Simon Glass · 6 years ago
  35. c89d32a tpm: Use livetree and allow children by Simon Glass · 6 years ago
  36. 6322a7b cros: Update cros_ec code to use struct udevice by Simon Glass · 6 years ago
  37. 6307896 tpm: Add support for SPL and TPL by Simon Glass · 6 years ago
  38. ef8a250 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · 6 years ago
  39. 998af31 sandbox: tpm: Tidy up enums and return values by Simon Glass · 6 years ago
  40. 46703cd tpm: sandbox: fix wrong assignment with a simplification by Miquel Raynal · 6 years ago
  41. fd973ca tpm: sandbox: fix wrong check on pcr_map by Miquel Raynal · 6 years ago
  42. 5823307 tpm: make TPM_V2 be compiled by default by Miquel Raynal · 6 years ago
  43. 2a2096e tpm: allow TPM v1 and v2 to be compiled at the same time by Miquel Raynal · 6 years ago
  44. 8a7aa3e tpm: remove stale symbol in Kconfig by Miquel Raynal · 6 years ago
  45. a0cf1d0 tpm: compile Sandbox driver by default by Miquel Raynal · 6 years ago
  46. 2bae712 tpm: add a Sandbox TPMv2.x driver by Miquel Raynal · 6 years ago
  47. a174f00 tpm2: tis_spi: add the possibility to reset the chip with a gpio by Miquel Raynal · 6 years ago
  48. eb46910 tpm: add support for TPMv2.x SPI modules by Miquel Raynal · 6 years ago
  49. ff32245 tpm: prepare support for TPMv2.x commands by Miquel Raynal · 6 years ago
  50. d677bfe tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · 6 years ago
  51. 9f9ce3c tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · 6 years ago
  52. 06425aa tpm: add Revision ID field in the chip structure by Miquel Raynal · 6 years ago
  53. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  54. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  55. d38826a treewide: Fix gdsys mail addresses by Mario Six · 7 years ago
  56. b3f4070 Atmel TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  57. afe0e6b Infineon TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  58. 12e0ab3 STMicro TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  59. 05cd119 tpm: st33zp24: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  60. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  61. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  62. 3d1df0e lib: tpm: Add command to list resources by mario.six@gdsys.cc · 8 years ago
  63. 0f4b2ba tpm: Add function to load keys via their parent's SHA1 hash by mario.six@gdsys.cc · 8 years ago
  64. 7690be3 lib: tpm: Add command to flush resources by Mario Six · 8 years ago
  65. a982b6f tpm: tpm_tis_lpc: Add support for AT97SC3204 by George McCollister · 8 years ago
  66. 22230e9 tpm: Tidy up use of size_t by Simon Glass · 8 years ago
  67. 5d97dff treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  68. 03dcd41 tpm: atmel_twi: Make compatible with DM I2C busses by mario.six@gdsys.cc · 8 years ago
  69. 7e019da drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable use by Tom Rini · 9 years ago
  70. 456ecd0 lib/crc8: Add crc start value by Stefan Roese · 9 years ago
  71. b75fdc1 tpm: st33zp24: Add tpm st33zp24 spi support by Christophe Ricard · 9 years ago
  72. 3aa7408 tpm: st33zp24: Add tpm st33zp24 support with i2c by Christophe Ricard · 9 years ago
  73. 1259dcd 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
  74. ca5bc1b tpm: tpm_tis_lpc: fix typo by Christophe Ricard · 9 years ago
  75. 2419cd1 dm: tpm: Drop CONFIG_DM_TPM by Simon Glass · 9 years ago
  76. 3e7d940 dm: tpm: Every TPM drivers should depends on DM_TPM by Christophe Ricard · 9 years ago
  77. c2b0f60 dm: tpm: Remove every compilation switch for TPM driver model by Christophe Ricard · 9 years ago
  78. 302c5db dm: tpm: Add Driver Model support for tpm_atmel_twi driver by Christophe Ricard · 9 years ago
  79. 0766ad2 dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon by Christophe Ricard · 9 years ago
  80. d616ba5 dm: tpm: Convert LPC driver to driver model by Simon Glass · 9 years ago
  81. b697e0f dm: tpm: Convert I2C driver to driver model by Simon Glass · 9 years ago
  82. 21baf15 dm: tpm: sandbox: Convert TPM driver to driver model by Simon Glass · 9 years ago
  83. f255d31 dm: tpm: Add a uclass for Trusted Platform Modules by Simon Glass · 9 years ago
  84. 42c8ec5 tpm: tpm_tis_i2c: Tidy up delays by Simon Glass · 9 years ago
  85. e56e20e tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix by Simon Glass · 9 years ago
  86. a53b79a tpm: tpm_tis_i2c: Simplify init code by Simon Glass · 9 years ago
  87. 13894bd tpm: tpm_tis_i2c: Move definitions into the header file by Simon Glass · 9 years ago
  88. 605152a tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip by Simon Glass · 9 years ago
  89. 13932b0 tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip by Simon Glass · 9 years ago
  90. 7c73537 tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific by Simon Glass · 9 years ago
  91. b382e02 tpm: tpm_tis_i2c: Drop unnecessary methods by Simon Glass · 9 years ago
  92. 4cd7b78 tpm: Move the I2C TPM code into one file by Simon Glass · 9 years ago
  93. 07470d6 tpm: Convert drivers to use SPDX by Simon Glass · 9 years ago
  94. a7d660b tpm: Add Kconfig options for TPMs by Simon Glass · 9 years ago
  95. 3a3f8e9 tpm: Remove old pre-driver-model I2C code by Simon Glass · 9 years ago
  96. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  97. f90acf1 tpm: Support using driver model with I2C by Simon Glass · 9 years ago
  98. 527a072 sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig by Simon Glass · 10 years ago
  99. afc366f Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  100. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago