index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
av1
cec-s-conn
cec-status
cubie
cubox
cx18
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
extron
firefly
firefly2
for-6.4m
for-v6.4a
for-v6.4b
for-v6.4c
for-v6.4d
for-v6.4e
for-v6.4f
for-v6.4g
for-v6.4h
for-v6.4i
for-v6.4j
for-v6.4k
for-v6.4l
for-v6.4m
for-v6.4n
for-v6.4o
for-v6.4p
for-v6.4q
for-v6.4r
for-v6.5a
for-v6.5b
for-v6.5c
for-v6.5d
for-v6.5e
for-v6.5f
for-v6.5g
for-v6.5h
fract-ctrl
hdcp
hdmi-dbg
imx8mm
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
omap-bridge-cec
overlay
pr-test
quirk
ro-reqs
rpi3
rpi4
saa7146
saa7146-clean
sailus
sama5d3
sdrout
subdev-kref
tc358840
tda998x
tegrav5
tegrav6
tegrav7
tegrav8
tmp
uvc
uvccomp
vb1a
vb2-cpu-access
vb2-prepare
vb2wr
vicodec-stateless
vivid
zoran
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm-chip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-02
tpm: Remove a deprecated comments about implicit sysfs locking
Jarkko Sakkinen
1
-5
/
+2
2019-08-05
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
1
-0
/
+20
2019-08-05
tpm: Fix null pointer dereference on chip register error path
Milan Broz
1
-7
/
+16
2019-06-24
tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
Vadim Sukhomlinov
1
-3
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-6
/
+1
2019-02-13
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
1
-0
/
+1
2019-02-13
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
1
-21
/
+19
2019-02-13
tpm: take TPM chip power gating out of tpm_transmit()
Jarkko Sakkinen
1
-16
/
+22
2019-02-13
tpm: introduce tpm_chip_start() and tpm_chip_stop()
Jarkko Sakkinen
1
-0
/
+111
2019-02-13
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
1
-0
/
+2
2018-11-13
tpm: add tpm_auto_startup() into tpm-interface.c
Tomas Winkler
1
-8
/
+3
2018-07-28
tpm: Convert tpm_find_get_ops() to use tpm_default_chip()
Stefan Berger
1
-19
/
+13
2018-07-28
tpm: Implement tpm_default_chip() to find a TPM chip
Stefan Berger
1
-0
/
+27
2018-07-28
tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
Stefan Berger
1
-3
/
+6
2018-01-08
tpm: Move Linux RNG connection to hwrng
Jason Gunthorpe
1
-5
/
+37
2018-01-08
tpm: use struct tpm_chip for tpm_chip_find_get()
Jarkko Sakkinen
1
-10
/
+14
2018-01-08
tpm: move tpm_eventlog.h outside of drivers folder
Thiebaud Weksteen
1
-1
/
+2
2017-08-28
Do not disable driver and bus shutdown hook when class shutdown hook is set.
Michal Suchanek
1
-9
/
+2
2017-07-07
tpm: Issue a TPM2_Shutdown for TPM2 devices.
Josh Zimmerman
1
-0
/
+34
2017-05-04
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-40
/
+14
2017-04-25
tpm: Fix reference count to main device
Stefan Berger
1
-2
/
+3
2017-04-03
tpm_crb: request and relinquish locality 0
Jarkko Sakkinen
1
-0
/
+1
2017-04-03
tpm2: add session handle context saving and restoring to the space code
James Bottomley
1
-2
/
+6
2017-04-03
tpm: expose spaces via a device link /dev/tpmrm<n>
James Bottomley
1
-1
/
+57
2017-04-03
tpm: infrastructure for TPM spaces
Jarkko Sakkinen
1
-0
/
+7
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
[next]
Privacy Policy