Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
08ae88f8104f486fd4103854119169f3e55dbc4c
/
drivers
/
char
/
tpm
/
tpm.h
424eaf9
tpm: reduce polling time to usecs for even finer granularity
by Nayna Jain
· 7 years ago
59f5a6b
tpm: reduce poll sleep time in tpm_transmit()
by Nayna Jain
· 7 years ago
75d647f
tpm: Move eventlog declarations to its own header
by Thiebaud Weksteen
· 7 years ago
9b01b53
tpm: Move shared eventlog functions to common.c
by Thiebaud Weksteen
· 7 years ago
2be8ffe
tpm: fix intermittent failure with self tests
by James Bottomley
· 7 years ago
e2fb992
tpm: add retry logic
by James Bottomley
· 7 years ago
076d3564
tpm2: add longer timeouts for creation commands.
by Tomas Winkler
· 7 years ago
62c09e1
tpm: fix buffer type in tpm_transmit_cmd
by Winkler, Tomas
· 7 years ago
095531f
tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
by Javier Martinez Canillas
· 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
58cc1e4
tpm: parse TPM event logs based on EFI table
by Thiebaud Weksteen
· 7 years ago
fd3ec36
tpm: move tpm_eventlog.h outside of drivers folder
by Thiebaud Weksteen
· 7 years ago
5ef924d
tpm: use tpm_msleep() value as max delay
by Nayna Jain
· 7 years ago
87cdfdd
tpm: move wait_for_tpm_stat() to respective driver files
by Nayna Jain
· 7 years ago
2d56c718
tpm: fix duplicate inline declaration specifier
by Ruben Roy
· 7 years ago
da379f3
tpm: migrate pubek_show to struct tpm_buf
by Jarkko Sakkinen
· 8 years ago
9f3fc7b
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
by Hamza Attak
· 7 years ago
b5d0ebc
tpm: do not suspend/resume if power stays on
by Enric Balletbo i Serra
· 8 years ago
19cbe4f
tpm: consolidate the TPM startup code
by Jarkko Sakkinen
· 8 years ago
5e572ca
tpm: Enable CLKRUN protocol for Braswell systems
by Azhar Shaikh
· 8 years ago
85ab3bf
tpm: Introduce flag TPM_TRANSMIT_RAW
by Stefan Berger
· 8 years ago
8816188
tpm: remove struct tpm_pcrextend_in
by Jarkko Sakkinen
· 8 years ago
124bdcf
tpm: fix byte order related arithmetic inconsistency in tpm_getcap()
by Jarkko Sakkinen
· 8 years ago
06e9327
tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header
by Roberto Sassu
· 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
58472f5
tpm: validate TPM 2.0 commands
by Jarkko Sakkinen
· 8 years ago
9aa36b3
tpm: export tpm2_flush_context_cmd
by Jarkko Sakkinen
· 8 years ago
61841be
tpm: declare tpm2_get_pcr_allocation() as static
by Jarkko Sakkinen
· 8 years ago
a118cf2
tpm: fix the type of owned field in cap_t
by Stefan Berger
· 8 years ago
4d23cc3
tpm: add securityfs support for TPM 2.0 firmware event log
by Nayna Jain
· 8 years ago
c1f92b4
tpm: enhance TPM 2.0 PCR extend to support multiple banks
by Nayna Jain
· 8 years ago
1db1534
tpm: implement TPM 2.0 capability to get active PCR banks
by Nayna Jain
· 8 years ago
7d76111
tpm: fix RC value check in tpm2_seal_trusted
by Jarkko Sakkinen
· 8 years ago
1d19155
tpm: remove tpm_read_index and tpm_write_index from tpm.h
by Jarkko Sakkinen
· 8 years ago
c659af7
tpm: Check size of response before accessing data
by Stefan Berger
· 8 years ago
748935e
tpm: have event log use the tpm_chip
by Nayna Jain
· 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
d1d253c
tpm tis: Do not print timeout messages twice
by Jason Gunthorpe
· 8 years ago
84fda15
tpm: sanitize constant expressions
by Jarkko Sakkinen
· 8 years ago
eb5854e
tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()
by Jarkko Sakkinen
· 9 years ago
d4abd95
tpm: remove unnecessary externs from tpm.h
by Jarkko Sakkinen
· 9 years ago
d4816ed
tpm: fix a race condition in tpm2_unseal_trusted()
by Jarkko Sakkinen
· 8 years ago
cae8b44
tpm: Factor out common startup code
by Jason Gunthorpe
· 8 years ago
d2efee6
tpm: Add include guards in tpm.h
by Christophe Ricard
· 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
9e0d39d
tpm: Remove useless priv field in struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
af782f3
tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip
by Christophe Ricard
· 9 years ago
56671c8
tpm: drop 'locality' from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
6e599f6
tpm: drop 'read_queue' from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
570a360
tpm: drop 'irq' from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
4eea703
tpm: drop 'iobase' from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
003d305
tpm: drop list from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
c5b65fa
tpm: drop the field 'time_expired' from struct tpm_chip
by Jarkko Sakkinen
· 9 years ago
ee17798
tpm: drop 'base' from struct tpm_vendor_specific
by Jarkko Sakkinen
· 9 years ago
d495652
tpm: drop manufacturer_id from struct tpm_vendor_specific
by Jarkko Sakkinen
· 9 years ago
23d06ff
tpm: drop tpm_atmel specific fields from tpm_vendor_specific
by Jarkko Sakkinen
· 9 years ago
ec5fd99
tpm: drop int_queue from tpm_vendor_specific
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
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
55a889c
tpm_crb: Use the common ACPI definition of struct acpi_tpm2
by Jason Gunthorpe
· 9 years ago
5ca4c20
keys, trusted: select hash algorithm for TPM2 chips
by Jarkko Sakkinen
· 9 years ago
7ab4032
tpm_tis: Get rid of the duplicate IRQ probing code
by Jason Gunthorpe
· 9 years ago
954650e
tpm: seal/unseal for TPM 2.0
by Jarkko Sakkinen
· 10 years ago
a74f8b3
tpm: introduce tpm_buf
by Jarkko Sakkinen
· 9 years ago
9b774d5
tpm: move the PPI attributes to character device directory.
by Jarkko Sakkinen
· 10 years ago
399235d
tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0
by Jarkko Sakkinen
· 9 years ago
4d5f205
tpm, tpm_tis: fix TPM 2.0 probing
by Jarkko Sakkinen
· 10 years ago
74d6b3c
tpm: fix suspend/resume paths for TPM 2.0
by Jarkko Sakkinen
· 10 years ago
3b09825
char/tpm: fixed white spaces coding style issues
by Bruno E O Meneguele
· 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
87155b7
tpm: merge duplicate transmit_cmd() functions
by Jarkko Sakkinen
· 10 years ago
e3302e0
tpm: Make tpm-dev allocate a per-file structure
by Jason Gunthorpe
· 11 years ago
5f82e9f
tpm: Use the ops structure instead of a copy in tpm_vendor_specific
by Jason Gunthorpe
· 11 years ago
01ad1fa
tpm: Create a tpm_class_ops structure and use it in the drivers
by Jason Gunthorpe
· 11 years ago
1e3b73a
tpm: Pull all driver sysfs code into tpm-sysfs.c
by Jason Gunthorpe
· 11 years ago
000a07b
tpm: Move sysfs functions from tpm-interface to tpm-sysfs
by Jason Gunthorpe
· 11 years ago
afdba32
tpm: Pull everything related to /dev/tpmX into tpm-dev.c
by Jason Gunthorpe
· 11 years ago
e907481
tpm: Remove tpm_show_caps_1_2
by Jason Gunthorpe
· 11 years ago
6aff1fd
tpm: Store devname in the tpm_chip
by Jason Gunthorpe
· 11 years ago
e2fa3d7
tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc builds
by Peter Huewe
· 12 years ago
1c16c96
tpm: move TPM_DIGEST_SIZE defintion
by Mimi Zohar
· 12 years ago
32d33b2
TPM: Retry SaveState command in suspend path
by Duncan Laurie
· 12 years ago
78f09cc
tpm: Fix cancellation of TPM commands (interrupt mode)
by Stefan Berger
· 12 years ago
1f86605
tpm: Fix cancellation of TPM commands (polling mode)
by Stefan Berger
· 12 years ago
3e3a5e9
tpm: Store TPM vendor ID
by Stefan Berger
· 12 years ago
775585e
tpm: rename vendor data to priv and provide an accessor
by Kent Yoder
· 12 years ago
348df8d
TPM: Switch to __packed instead of __attribute__((packed))
by Jason Gunthorpe
· 12 years ago
Next »