Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d4abd9565dd6da1ab2a402af77617d32949ed06c
/
drivers
/
char
/
tpm
/
tpm.h
d4abd95
tpm: remove unnecessary externs from tpm.h
by Jarkko Sakkinen
· 8 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
· 9 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
· 11 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
c584af1
TPM: Issue TPM_STARTUP at driver load if the TPM has not been started
by Jason Gunthorpe
· 12 years ago
1631cfb
driver/char/tpm: fix regression causesd by ppi
by Gang Wei
· 12 years ago
f84fdff
driver: add PPI support in tpm driver
by Xiaoyan Zhang
· 12 years ago
c5df392
drivers/char/tpm: Add securityfs support for event log
by Ashley Lai
· 12 years ago
132f762
drivers/char/tpm: Add new device driver to support IBM vTPM
by Ashley Lai
· 12 years ago
41ab999
tpm: Move tpm_get_random api into the TPM device driver
by Kent Yoder
· 12 years ago
035e2ce
PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()
by Rafael J. Wysocki
· 12 years ago
4e401fb
tpm_tis: Only probe iTPMs
by Stefan Berger
· 13 years ago
be40541
tpm: fix (ACPI S3) suspend regression
by Stefan Berger
· 13 years ago
b9e3238
TPM: fix transmit_cmd error logic
by Rajiv Andrade
· 13 years ago
fd04886
TPM: Export wait_for_stat for other vendor specific drivers
by Rajiv Andrade
· 13 years ago
68d6e67
tpm: Introduce function to poll for result of self test
by Stefan Berger
· 13 years ago
d97c6ad
tpm: Cleanup tpm_continue_selftest
by Stefan Berger
· 13 years ago
2b30a90
tpm: Have tpm_get_timeouts return an error code
by Stefan Berger
· 13 years ago
a7b6682
tpm_tis: Fix the probing for interrupts
by Stefan Berger
· 14 years ago
6259210
tpm_tis: Add timeouts sysfs entry
by Stefan Berger
· 14 years ago
04ab229
tpm_tis: Introduce durations sysfs entry
by Stefan Berger
· 14 years ago
e587137
Revert "tpm_tis: Use timeouts returned from TPM"
by Linus Torvalds
· 14 years ago
9b29050
tpm_tis: Use timeouts returned from TPM
by Stefan Berger
· 14 years ago
a0e3934
tpm: add module_put wrapper
by Mimi Zohar
· 14 years ago
02a077c
TPM: ReadPubEK output struct fix
by Rajiv Andrade
· 14 years ago
659aaf2
TPM: integrity interface
by Rajiv Andrade
· 16 years ago
0883743
TPM: sysfs functions consolidation
by Rajiv Andrade
· 16 years ago
253115b
The tpm_dev_release function is only called for platform devices, not pnp
by Rajiv Andrade
· 16 years ago
dc36d32
Renames num_open to is_open, as only one process can open the file at a time.
by Rajiv Andrade
· 16 years ago
5bd91f1
tpm.c: fix crash during device removal
by Richard MUSIL
· 17 years ago
8e81cc1
tpmdd maintainers
by Kent Yoder
· 17 years ago
d081d47
use mutex instead of semaphore in TPM driver
by Matthias Kaehlcke
· 18 years ago
6473d16
PCI: Cleanup the includes of <linux/pci.h>
by Jean Delvare
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
bb53a76
[PATCH] tpm_register_hardware gcc 4.1 warning fix
by Daniel Walker
· 19 years ago
36b2002
[PATCH] tpm: msecs_to_jiffies cleanups
by Kylene Jo Hall
· 19 years ago
27084ef
[PATCH] tpm: driver for next generation TPM chips
by Leendert van Doorn
· 19 years ago
08e96e4
[PATCH] tpm: new 1.2 sysfs files
by Kylene Jo Hall
· 19 years ago
9e18ee1
[PATCH] tpm: command duration update
by Kylene Jo Hall
· 19 years ago
e0dd03c
[PATCH] tpm: return chip from tpm_register_hardware
by Kylene Jo Hall
· 19 years ago
90dda52
[PATCH] tpm: chip struct update
by Kylene Jo Hall
· 19 years ago
276ad0c
[PATCH] tpm: sparc32 build fix
by Andrew Morton
· 19 years ago
55a82ab
[PATCH] tpm: add bios measurement log
by Kylene Jo Hall
· 19 years ago
09e12f9
[PATCH] tpm: locking fix
by Kylene Jo Hall
· 19 years ago
ad5ea3c
[PATCH] tpm: updates for new hardware
by Kylene Jo Hall
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
bbc5b21
[PATCH] missing platform_device.h includes
by Al Viro
· 19 years ago
ce2c87d
[PATCH] tpm: change from pci_dev to dev power management functions
by Kylene Jo Hall
· 19 years ago
e659a3f
[PATCH] tpm: remove pci dependency
by Kylene Jo Hall
· 19 years ago
Next »