aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_i2c_nuvoton.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen1-1/+1
2019-02-08tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen1-9/+7
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler1-4/+1
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler1-2/+3
2018-11-13tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler1-4/+7
2018-02-26tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+6
2017-04-03tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain1-2/+3
2017-04-03tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain1-8/+15
2016-07-19tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Jason Gunthorpe1-6/+20
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-6/+1
2016-07-19tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky1-4/+2
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard1-8/+9
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-12/+12
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard1-5/+9
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-12/+16
2016-06-25tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen1-1/+0
2016-06-25tpm: Get rid of devnameJason Gunthorpe1-1/+1
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-11/+11
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-01-17tpm: device class for tpmJarkko Sakkinen1-1/+1
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-11/+11
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-33/+14
2015-01-17char: tpm: Deletion of unnecessary checks before the function call "tpm_dev_vendor_release"Markus Elfring1-2/+1
2015-01-17char: tpm: Add missing error check for devm_kzallocKiran Padwal1-0/+5
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe1-1/+1
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe1-30/+0
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe1-10/+0
2014-01-06char: tpm: nuvoton: remove unused variableMichal Nazarewicz1-1/+0
2013-10-22tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe1-0/+710