summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: Check the bios_dir entry for NULL before accessing itStefan Berger2016-11-281-5/+7
* tpm: return -ENODEV if np is not setColin Ian King2016-11-281-1/+1
* tpm: cleanup of printk error messagesNayna Jain2016-11-282-32/+13Star
* tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain2016-11-281-4/+2Star
* tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain2016-11-285-33/+42
* tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain2016-11-281-0/+1
* tpm: have event log use the tpm_chipNayna Jain2016-11-286-37/+84
* tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen2016-11-283-26/+11Star
* tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen2016-11-284-54/+43Star
* tpm: replace symbolic permission with octal for securityfs filesNayna Jain2016-11-281-2/+2
* char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach2016-11-281-1/+1
* tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2016-11-282-1/+12
* tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen2016-11-281-25/+47
* tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger2016-11-281-2/+4
* tpm: define a generic open() method for ascii & bios measurementsNayna Jain2016-11-281-48/+15Star
* tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe2016-11-282-6/+0Star
* tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2016-11-281-1/+0Star
* tpm tis: Do not print timeout messages twiceJason Gunthorpe2016-11-283-10/+18
* tpm_tis: Check return values from get_burstcount.Josh Zimmerman2016-11-281-2/+13
* tpm: place kdoc just above tpm_pcr_extendWinkler, Tomas2016-11-281-8/+8
* tpm: sanitize constant expressionsJarkko Sakkinen2016-11-283-21/+23
* tpm: Clean up reading of timeout and duration capabilitiesEd Swierk2016-11-281-48/+17Star
* char/tpm: Check return code of wait_for_tpm_statPeter Huewe2016-11-281-9/+20
* tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-11-282-4/+43
* tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas2016-11-281-16/+10Star
* tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas2016-11-281-8/+39
* tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas2016-11-281-0/+66
* tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen2016-10-311-3/+0Star
* Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen2016-09-271-69/+0Star
* Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen2016-09-271-39/+8Star
* Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen2016-09-271-10/+16
* Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen2016-09-272-39/+3Star
* tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-09-162-3/+39
* tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas2016-09-161-16/+10Star
* tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas2016-09-161-8/+39
* tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas2016-09-161-0/+69
* tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen2016-09-151-0/+3
* tpm: constify TPM 1.x header structuresJulia Lawall2016-09-152-6/+6
* tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler2016-09-151-2/+1Star
* tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler2016-09-151-2/+2
* tpm/tpm_crb: cache cmd_size register value.Tomas Winkler2016-09-151-5/+5
* tmp/tpm_crb: drop include to platform_deviceTomas Winkler2016-09-151-1/+0Star
* tpm/tpm_tis: remove unused itpm variableTomas Winkler2016-09-151-5/+0Star
* tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen2016-09-151-2/+2
* tpm_crb: refine the naming of constantsJarkko Sakkinen2016-09-151-11/+11
* tpm_crb: remove wmb()'sJarkko Sakkinen2016-09-151-3/+0Star
* tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen2016-09-151-2/+5
* tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Jarkko Sakkinen2016-09-151-5/+3Star
* tpm: use tpm_transmit_cmd() in tpm2_probe()Jarkko Sakkinen2016-09-151-3/+1Star
* tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen2016-09-154-38/+17Star