summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_i2c_nuvoton.c
AgeCommit message (Expand)Author
2024-01-09tpm: nuvoton: Use i2c_get_match_data()Rob Herring
2023-07-28tpm: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-02-13tpm: tpm_i2c_nuvoton: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen
2019-02-08tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler
2018-11-13tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler
2018-02-26tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2017-04-03tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain
2017-04-03tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain
2016-07-19tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)Jason Gunthorpe
2016-07-19tpm: Factor out common startup codeJason Gunthorpe
2016-07-19tpm2_i2c_nuvoton: add irq validity checkAndrew Zamansky
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen
2016-06-25tpm: Get rid of devnameJason Gunthorpe
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-01-17tpm: device class for tpmJarkko Sakkinen
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen
2015-01-17char: tpm: Deletion of unnecessary checks before the function call "tpm_dev_v...Markus Elfring
2015-01-17char: tpm: Add missing error check for devm_kzallocKiran Padwal
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe
2014-01-06char: tpm: nuvoton: remove unused variableMichal Nazarewicz
2013-10-22tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe