diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-19 09:38:34 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-19 09:38:34 +0200 |
commit | d5e65d1fb75ffbe3aba33de81a72752ace28295e (patch) | |
tree | 0ee5916f6c4a90afe88d50e9fd8144f2d576bc48 /MAINTAINERS | |
parent | 18aa0ddd4ca60571516ba7e41157c3f746e2036a (diff) | |
parent | f168c000d27f8134160d4a52dfc474a948a3d7e9 (diff) |
Merge tag 'tpmdd-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Pull tpm updates from Jarkko Sakkinen:
"Just updates and fixes, no major changes"
* tag 'tpmdd-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
tpm: export tpm2_sessions_init() to fix ibmvtpm building
tpm: Drop explicit initialization of struct i2c_device_id::driver_data to 0
selftests: tpm2: test_smoke: Run only when TPM2 is avaialable.
MAINTAINERS: Add selftest files to TPM section
tpm: Clean up TPM space after command failure
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cd8a9b9aaa1e..25056ed19363 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23363,6 +23363,7 @@ Q: https://patchwork.kernel.org/project/linux-integrity/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git F: Documentation/devicetree/bindings/tpm/ F: drivers/char/tpm/ +F: tools/testing/selftests/tpm2/ TPS546D24 DRIVER M: Duke Du <dukedu83@gmail.com> |