summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_i2c_nuvoton.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-131-1/+1
* tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-02-081-9/+7Star
* tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-131-4/+1Star
* tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler2018-11-131-2/+3
* tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler2018-11-131-4/+7
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+6
* tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain2017-04-031-2/+3
* tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain2017-04-031-8/+15
* 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-191-6/+1Star
* tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky2016-07-191-4/+2Star
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-251-8/+9
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-251-12/+12
* tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard2016-06-251-5/+9
* tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-251-12/+16
* tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen2016-06-251-1/+0Star
* tpm: Get rid of devnameJason Gunthorpe2016-06-251-1/+1
* tpm: Get rid of chip->pdevJason Gunthorpe2016-06-251-11/+11
* char: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-10-191-1/+0Star
* tpm: device class for tpmJarkko Sakkinen2015-01-171-1/+1
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-171-11/+11
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-171-33/+14Star
* char: tpm: Deletion of unnecessary checks before the function call "tpm_dev_v...Markus Elfring2015-01-171-2/+1Star
* char: tpm: Add missing error check for devm_kzallocKiran Padwal2015-01-171-0/+5
* tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-061-1/+1
* tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-061-30/+0Star
* tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-061-10/+0Star
* char: tpm: nuvoton: remove unused variableMichal Nazarewicz2014-01-061-1/+0Star
* tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe2013-10-221-0/+710