summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tpm: remove unnecessary externs from tpm.hJarkko Sakkinen2016-09-151-18/+18
* tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe2016-09-151-2/+0Star
* tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen2016-09-155-65/+103
* tpm: invalid self test error messageJarkko Sakkinen2016-09-151-2/+1Star
* tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Jason Gunthorpe2016-07-191-6/+20
* tpm: Factor out common startup codeJason Gunthorpe2016-07-1911-63/+87
* tpm: use devm_add_action_or_resetSudip Mukherjee2016-07-191-4/+4
* tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky2016-07-191-4/+2Star
* tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin2016-07-191-8/+3Star
* tpm: fix byte-order for the value read by tpm2_get_tpm_ptapronin@chromium.org2016-07-191-1/+1
* tpm_tis_core: convert max timeouts from msec to jiffiesapronin@chromium.org2016-07-191-4/+4
* tpm_crb: fix address space of the return pointer in crb_map_res()Jarkko Sakkinen2016-06-251-1/+1
* tpm_vtpm_proxy: fix address space of a user pointer in vtpmx_fops_ioctl()Jarkko Sakkinen2016-06-251-1/+1
* tpm/tpm_tis_spi: Add support for spi phyChristophe Ricard2016-06-253-0/+285
* tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard2016-06-255-882/+958
* tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard2016-06-252-101/+270
* tpm: tpm_tis: Share common data between physChristophe Ricard2016-06-252-76/+132
* tpm: Add include guards in tpm.hChristophe Ricard2016-06-251-0/+5
* tpm: Fix suspend regressionStefan Berger2016-06-251-2/+2
* tpm: fix for typo in tpm/tpm_ibmvtpm.cStephen Rothwell2016-06-251-1/+1
* tpm: select ANON_INODES for proxy driverArnd Bergmann2016-06-251-0/+1
* tpm: Fix IRQ unwind ordering in TISJason Gunthorpe2016-06-251-2/+2
* tpm: Proxy driver for supporting multiple emulated TPMsStefan Berger2016-06-253-0/+655
* tpm: Introduce TPM_CHIP_FLAG_VIRTUALStefan Berger2016-06-252-2/+6
* tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe2016-06-254-67/+84
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-2513-165/+131Star
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-2510-88/+91
* tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard2016-06-255-55/+55
* tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard2016-06-256-22/+27
* tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-259-51/+58
* tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard2016-06-254-57/+78
* tpm: drop list from struct tpm_vendor_specificChristophe Ricard2016-06-252-2/+0Star
* tpm: drop the field 'time_expired' from struct tpm_chipJarkko Sakkinen2016-06-251-1/+0Star
* tpm: drop 'base' from struct tpm_vendor_specificJarkko Sakkinen2016-06-254-25/+52
* tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen2016-06-252-4/+5