aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm-chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain1-0/+20
2019-08-05tpm: Fix null pointer dereference on chip register error pathMilan Broz1-7/+16
2019-06-24tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-6/+1
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu1-0/+1
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen1-21/+19
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen1-16/+22
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen1-0/+111
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen1-0/+2
2018-11-13tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler1-8/+3
2018-07-28tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger1-19/+13
2018-07-28tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger1-0/+27
2018-07-28tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger1-3/+6
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe1-5/+37
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen1-10/+14
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen1-1/+2
2017-08-28Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek1-9/+2
2017-07-07tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman1-0/+34
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-40/+14
2017-04-25tpm: Fix reference count to main deviceStefan Berger1-2/+3
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen1-0/+1
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley1-2/+6
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley1-1/+57
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen1-0/+7
2017-03-21tpm-chip: utilize new cdev_device_add helper functionLogan Gunthorpe1-16/+3
2017-01-23tmp: use pdev for parent device in tpm_chip_allocWinkler, Tomas1-4/+4
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox1-2/+2
2016-11-28tpm: Fix handling of missing event logJason Gunthorpe1-1/+1
2016-11-28tpm: have event log use the tpm_chipNayna Jain1-1/+2
2016-11-28tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen1-26/+5
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen1-4/+5
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe1-5/+0
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-0/+9
2016-07-19tpm: use devm_add_action_or_resetSudip Mukherjee1-4/+4
2016-06-25tpm: Introduce TPM_CHIP_FLAG_VIRTUALStefan Berger1-2/+5
2016-06-25tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe1-22/+51
2016-06-25tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown()Jarkko Sakkinen1-1/+2
2016-06-25tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen1-0/+1
2016-06-25tpm: Replace device number bitmap with IDRStefan Berger1-39/+45
2016-06-25tpm: Split out the devm stuff from tpmm_chip_allocJason Gunthorpe1-14/+35
2016-06-25tpm: Get rid of module lockingStefan Berger1-5/+1
2016-06-25tpm: Provide strong locking for device removalJason Gunthorpe1-6/+66
2016-06-25tpm: Get rid of devnameJason Gunthorpe1-7/+11
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-9/+6
2016-02-20tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen1-1/+6
2016-02-10tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen1-1/+3
2016-02-10tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen1-5/+5
2015-11-09tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen1-8/+10
2015-11-09TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen1-1/+1