summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_crb.c
Commit message (Expand)AuthorAgeFilesLines
* tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen2019-02-081-6/+16
* tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-281-74/+27Star
* tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas2018-05-101-3/+7
* tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler2018-03-231-2/+3
* tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-03-231-33/+75
* tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An2017-10-181-30/+29Star
* tpm: tpm_crb: constify acpi_device_id.Arvind Yadav2017-09-241-1/+1
* tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss2017-07-071-2/+3
* Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-07-041-2/+2
|\
| * ACPICA: Add header support for TPM2 table changesBob Moore2017-06-121-2/+2
* | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-5/+4Star
|/
* tpm_crb: remove a cruft constantJarkko Sakkinen2017-04-241-2/+1Star
* tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An2017-04-031-2/+65
* tpm_crb: request and relinquish locality 0Jarkko Sakkinen2017-04-031-0/+41
* tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure2017-04-031-7/+4Star
* tpm_crb: check for bad response sizeJerry Snitselaar2017-04-031-2/+1Star
* tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen2017-04-031-14/+23
* tpm_crb: map locality registersJarkko Sakkinen2017-04-031-32/+57
* tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas2017-04-031-1/+24
* tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe2017-04-031-2/+25
* tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()Jiandi An2017-01-231-3/+5
* tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-11-281-4/+38
* 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
* 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-271-34/+3Star
* tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-09-161-3/+34
* 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/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_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: Factor out common startup codeJason Gunthorpe2016-07-191-9/+1Star
* tpm_crb: fix address space of the return pointer in crb_map_res()Jarkko Sakkinen2016-06-251-1/+1
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-251-6/+6
* tpm_crb: fix mapping of the buffersJarkko Sakkinen2016-06-251-11/+28
* tpm_crb: drop struct resource res from struct crb_privJarkko Sakkinen2016-06-251-13/+16
* tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen2016-06-251-3/+0Star
* tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen2016-02-201-2/+2
* tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2016-02-201-1/+3
* tpm_crb: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-49/+102