index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm-chip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-21
tpm-chip: utilize new cdev_device_add helper function
Logan Gunthorpe
1
-16
/
+3
2017-01-23
tmp: use pdev for parent device in tpm_chip_alloc
Winkler, Tomas
1
-4
/
+4
2016-12-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2016-12-14
tpm: use idr_find(), not idr_find_slowpath()
Matthew Wilcox
1
-2
/
+2
2016-11-28
tpm: Fix handling of missing event log
Jason Gunthorpe
1
-1
/
+1
2016-11-28
tpm: have event log use the tpm_chip
Nayna Jain
1
-1
/
+2
2016-11-28
tpm: drop tpm1_chip_register(/unregister)
Jarkko Sakkinen
1
-26
/
+5
2016-11-28
tpm: replace dynamically allocated bios_dir with a static array
Jarkko Sakkinen
1
-4
/
+5
2016-11-28
tpm: Get rid of TPM_CHIP_FLAG_REGISTERED
Jason Gunthorpe
1
-5
/
+0
2016-07-19
tpm: Factor out common startup code
Jason Gunthorpe
1
-0
/
+9
2016-07-19
tpm: use devm_add_action_or_reset
Sudip Mukherjee
1
-4
/
+4
2016-06-25
tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
Stefan Berger
1
-2
/
+5
2016-06-25
tpm: Remove all uses of drvdata from the TPM Core
Jason Gunthorpe
1
-22
/
+51
2016-06-25
tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown()
Jarkko Sakkinen
1
-1
/
+2
2016-06-25
tpm: fix crash in tpm_tis deinitialization
Jarkko Sakkinen
1
-0
/
+1
2016-06-25
tpm: Replace device number bitmap with IDR
Stefan Berger
1
-39
/
+45
2016-06-25
tpm: Split out the devm stuff from tpmm_chip_alloc
Jason Gunthorpe
1
-14
/
+35
2016-06-25
tpm: Get rid of module locking
Stefan Berger
1
-5
/
+1
2016-06-25
tpm: Provide strong locking for device removal
Jason Gunthorpe
1
-6
/
+66
2016-06-25
tpm: Get rid of devname
Jason Gunthorpe
1
-7
/
+11
2016-06-25
tpm: Get rid of chip->pdev
Jason Gunthorpe
1
-9
/
+6
2016-02-20
tpm: fix: return rc when devm_add_action() fails
Jarkko Sakkinen
1
-1
/
+6
2016-02-10
tpm: fix the cleanup of struct tpm_chip
Jarkko Sakkinen
1
-1
/
+3
2016-02-10
tpm: fix the rollback in tpm_chip_register()
Jarkko Sakkinen
1
-5
/
+5
2015-11-09
tpm: fix compat 'ppi' link handling in tpm_chip_register()
Jarkko Sakkinen
1
-8
/
+10
2015-11-09
TPM: revert the list handling logic fixed in 398a1e7
Jarkko Sakkinen
1
-1
/
+1
2015-10-19
tpm: move the PPI attributes to character device directory.
Jarkko Sakkinen
1
-8
/
+16
2015-07-13
tpm: Fix initialization of the cdev
Jason Gunthorpe
1
-1
/
+2
2015-03-18
tpm: fix: sanitized code paths in tpm_chip_register()
Jarkko Sakkinen
1
-24
/
+42
2015-03-05
tpm: fix call order in tpm-chip.c
Jarkko Sakkinen
1
-20
/
+14
2015-01-20
tpm: fix format string error in tpm-chip.c
Jarkko Sakkinen
1
-1
/
+1
2015-01-17
tpm: TPM 2.0 baseline support
Jarkko Sakkinen
1
-11
/
+16
2015-01-17
tpm: device class for tpm
Jarkko Sakkinen
1
-10
/
+62
2015-01-17
tpm: rename chip->dev to chip->pdev
Jarkko Sakkinen
1
-2
/
+2
2015-01-17
tpm: fix raciness of PPI interface lookup
Jarkko Sakkinen
1
-2
/
+2
2015-01-17
tpm: two-phase chip management functions
Jarkko Sakkinen
1
-0
/
+199
[prev]