summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2017-07-07tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-07-04Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-06-19tpm/tpm_atmel: remove unnecessary NULL checkGustavo A. R. Silva
2017-06-19tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko
2017-06-13tpm: vtpm_proxy: Prevent userspace from sending driver commandStefan Berger
2017-06-13tpm: vtpm_proxy: Implement request_locality function.Stefan Berger
2017-06-13tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger
2017-06-13tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger
2017-06-13tpm, tpmrm: Mark tpmrm_write as staticPeter Huewe
2017-06-13tpm: remove struct tpm_pcrextend_inJarkko Sakkinen
2017-06-13tpm, tpm_infineon: remove useless snprintf() callsJarkko Sakkinen
2017-06-13tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen
2017-06-13tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed
2017-06-13tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe
2017-06-13tpm_tis: Use platform_get_irqJason Gunthorpe
2017-06-13tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe
2017-06-13tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu
2017-06-13tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu
2017-06-13tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu
2017-06-12ACPICA: Add header support for TPM2 table changesBob Moore
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-25tpm: Fix reference count to main deviceStefan Berger
2017-04-25tpm_tis: convert to using locality callbacksJerry Snitselaar
2017-04-25tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec
2017-04-25tpm_crb: remove a cruft constantJarkko Sakkinen
2017-04-03tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen
2017-04-03tpm: make check_locality return boolJerry Snitselaar
2017-04-03tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure
2017-04-03tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain
2017-04-03tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko
2017-04-03vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo
2017-04-03tpm_crb: check for bad response sizeJerry Snitselaar
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley
2017-04-03tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen
2017-04-03tpm: export tpm2_flush_context_cmdJarkko Sakkinen
2017-04-03tpm: move length validation to tpm_transmit()Jarkko Sakkinen
2017-04-03tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen
2017-04-03tpm_crb: map locality registersJarkko Sakkinen
2017-04-03tpm_tis_spi: Add small delay after last transferPeter Huewe
2017-04-03tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe
2017-04-03tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe
2017-04-03tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe
2017-04-03tpm_tis_spi: Use single function to transfer dataPeter Huewe
2017-04-03tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas