Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
151a41014bff92f353263cadc051435dc9c3258e
/
drivers
/
char
/
tpm
/
tpm-chip.c
fa4f99c
tpm: tpm_ibm_vtpm: Fix unallocated banks
by Nayna Jain
· 6 years ago
1e5ac63
tpm: Fix null pointer dereference on chip register error path
by Milan Broz
· 6 years ago
db4d8cb
tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
by Vadim Sukhomlinov
· 6 years ago
b886d83
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
by Thomas Gleixner
· 6 years ago
bcfff83
tpm: dynamically allocate the allocated_banks array
by Roberto Sassu
· 6 years ago
47a6c28
tpm: remove @flags from tpm_transmit()
by Jarkko Sakkinen
· 6 years ago
a3fbfae
tpm: take TPM chip power gating out of tpm_transmit()
by Jarkko Sakkinen
· 6 years ago
719b7d8
tpm: introduce tpm_chip_start() and tpm_chip_stop()
by Jarkko Sakkinen
· 6 years ago
2f25740
tpm: remove TPM_TRANSMIT_UNLOCKED flag
by Jarkko Sakkinen
· 6 years ago
b03c437
tpm: add tpm_auto_startup() into tpm-interface.c
by Tomas Winkler
· 6 years ago
eccc9bb
tpm: Convert tpm_find_get_ops() to use tpm_default_chip()
by Stefan Berger
· 7 years ago
aaae815
tpm: Implement tpm_default_chip() to find a TPM chip
by Stefan Berger
· 7 years ago
fc1d52b
tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
by Stefan Berger
· 7 years ago
6e592a0
tpm: Move Linux RNG connection to hwrng
by Jason Gunthorpe
· 7 years ago
aad887f
tpm: use struct tpm_chip for tpm_chip_find_get()
by Jarkko Sakkinen
· 7 years ago
fd3ec36
tpm: move tpm_eventlog.h outside of drivers folder
by Thiebaud Weksteen
· 7 years ago
7521621
Do not disable driver and bus shutdown hook when class shutdown hook is set.
by Michal Suchanek
· 7 years ago
d1bd4a7
tpm: Issue a TPM2_Shutdown for TPM2 devices.
by Josh Zimmerman
· 8 years ago
af82455
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
8979b02
tpm: Fix reference count to main device
by Stefan Berger
· 8 years ago
877c57d
tpm_crb: request and relinquish locality 0
by Jarkko Sakkinen
· 8 years ago
4d57856
tpm2: add session handle context saving and restoring to the space code
by James Bottomley
· 8 years ago
fdc915f
tpm: expose spaces via a device link /dev/tpmrm<n>
by James Bottomley
· 8 years ago
745b361
tpm: infrastructure for TPM spaces
by Jarkko Sakkinen
· 8 years ago
8dbbf58
tpm-chip: utilize new cdev_device_add helper function
by Logan Gunthorpe
· 8 years ago
2998b02
tmp: use pdev for parent device in tpm_chip_alloc
by Winkler, Tomas
· 8 years ago
a57cb1c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
37f4915
tpm: use idr_find(), not idr_find_slowpath()
by Matthew Wilcox
· 8 years ago
0cf577a
tpm: Fix handling of missing event log
by Jason Gunthorpe
· 8 years ago
748935e
tpm: have event log use the tpm_chip
by Nayna Jain
· 8 years ago
7518a21
tpm: drop tpm1_chip_register(/unregister)
by Jarkko Sakkinen
· 8 years ago
cd9b763
tpm: replace dynamically allocated bios_dir with a static array
by Jarkko Sakkinen
· 8 years ago
1a277e6
tpm: Get rid of TPM_CHIP_FLAG_REGISTERED
by Jason Gunthorpe
· 8 years ago
cae8b44
tpm: Factor out common startup code
by Jason Gunthorpe
· 9 years ago
2b88cd9
tpm: use devm_add_action_or_reset
by Sudip Mukherjee
· 9 years ago
2f9f537
tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
by Stefan Berger
· 9 years ago
062807f
tpm: Remove all uses of drvdata from the TPM Core
by Jason Gunthorpe
· 9 years ago
c0dff1f
tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown()
by Jarkko Sakkinen
· 9 years ago
dcbeab1
tpm: fix crash in tpm_tis deinitialization
by Jarkko Sakkinen
· 9 years ago
1551678
tpm: Replace device number bitmap with IDR
by Stefan Berger
· 9 years ago
3897cd9
tpm: Split out the devm stuff from tpmm_chip_alloc
by Jason Gunthorpe
· 9 years ago
2072df4
tpm: Get rid of module locking
by Stefan Berger
· 9 years ago
4e26195
tpm: Provide strong locking for device removal
by Jason Gunthorpe
· 9 years ago
3635e2e
tpm: Get rid of devname
by Jason Gunthorpe
· 9 years ago
8cfffc9
tpm: Get rid of chip->pdev
by Jason Gunthorpe
· 9 years ago
4f3b193
tpm: fix: return rc when devm_add_action() fails
by Jarkko Sakkinen
· 9 years ago
8e0ee3c
tpm: fix the cleanup of struct tpm_chip
by Jarkko Sakkinen
· 9 years ago
72c91ce
tpm: fix the rollback in tpm_chip_register()
by Jarkko Sakkinen
· 9 years ago
d56e4f7
tpm: fix compat 'ppi' link handling in tpm_chip_register()
by Jarkko Sakkinen
· 9 years ago
b1a4144
TPM: revert the list handling logic fixed in 398a1e7
by Jarkko Sakkinen
· 9 years ago
9b774d5
tpm: move the PPI attributes to character device directory.
by Jarkko Sakkinen
· 10 years ago
ba0ef85
tpm: Fix initialization of the cdev
by Jason Gunthorpe
· 10 years ago
34d47b6
tpm: fix: sanitized code paths in tpm_chip_register()
by Jarkko Sakkinen
· 10 years ago
d972b05
tpm: fix call order in tpm-chip.c
by Jarkko Sakkinen
· 10 years ago
743410a
tpm: fix format string error in tpm-chip.c
by Jarkko Sakkinen
· 10 years ago
7a1d7e6
tpm: TPM 2.0 baseline support
by Jarkko Sakkinen
· 10 years ago
313d21e
tpm: device class for tpm
by Jarkko Sakkinen
· 10 years ago
71ed848
tpm: rename chip->dev to chip->pdev
by Jarkko Sakkinen
· 10 years ago
0dc5536
tpm: fix raciness of PPI interface lookup
by Jarkko Sakkinen
· 10 years ago
afb5abc
tpm: two-phase chip management functions
by Jarkko Sakkinen
· 10 years ago