summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/st33zp24
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-213-39/+3Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-131-1/+1
* tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-02-083-4/+4
* tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-131-1/+1
* tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-131-1/+1
* tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler2018-11-131-1/+1
* tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNColin Ian King2018-05-091-2/+2
* tpm: st33zp24: remove redundant null check on chipColin Ian King2018-05-091-2/+0Star
* tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-192-4/+2Star
* tpm: make check_locality return boolJerry Snitselaar2017-04-031-6/+6
* tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-032-6/+40
* tpm/st33zp24: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-01-231-1/+0Star
* tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe2016-09-151-2/+0Star
* tpm: Factor out common startup codeJason Gunthorpe2016-07-191-3/+1Star
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-253-46/+34Star
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-251-9/+9
* tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard2016-06-252-6/+7
* tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard2016-06-252-6/+7
* tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-252-15/+18
* tpm/st33zp24: Remove unneeded tpm_reg in get_burstcountChristophe Ricard2016-06-251-5/+5
* tpm/st33zp24/spi: Drop two useless checks in ACPI probe pathChristophe Ricard2016-06-251-12/+1Star
* tpm/st33zp24/i2c: Drop two useless checks in ACPI probe pathChristophe Ricard2016-06-251-12/+1Star
* tpm/st33zp24/spi: Change xxx_request_resources headerChristophe RICARD2016-06-251-14/+17
* tpm/st33zp24/i2c: Change xxx_request_resources headerChristophe RICARD2016-06-251-9/+12
* tpm: st33zp24: Add support for acpi probing for spi device.Christophe RICARD2016-06-251-0/+49
* tpm/st33zp24: Add support for acpi probing for i2c device.Christophe RICARD2016-06-251-0/+50
* tpm/st33zp24: Extend Copyright headersChristophe RICARD2016-06-252-2/+2
* tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latencyChristophe RICARD2016-06-251-0/+5
* tpm/st33zp24: Remove unneeded CONFIG_OF switchesChristophe RICARD2016-06-252-69/+7Star
* tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structureChristophe RICARD2016-06-251-24/+25
* tpm/st33zp24/spi: Remove useless use of memcpy.Christophe RICARD2016-06-251-14/+4Star
* tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefixChristophe RICARD2016-06-251-22/+23
* tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usageChristophe RICARD2016-06-251-112/+72Star
* tpm/st33zp24/spi: Change xxx_request_resources headerChristophe RICARD2016-06-251-14/+17
* tpm/st33zp24/i2c: Change xxx_request_resources headerChristophe RICARD2016-06-251-9/+12
* tpm: st33zp24: Add support for acpi probing for spi device.Christophe RICARD2016-06-251-0/+49
* tpm/st33zp24: Add support for acpi probing for i2c device.Christophe RICARD2016-06-251-0/+50
* tpm/st33zp24: Extend Copyright headersChristophe RICARD2016-06-254-4/+4
* tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latencyChristophe RICARD2016-06-251-0/+5
* tpm/st33zp24: Auto-select core moduleChristophe RICARD2016-06-251-6/+5Star
* tpm/st33zp24: Remove unneeded CONFIG_OF switchesChristophe RICARD2016-06-252-18/+0Star
* tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structureChristophe RICARD2016-06-251-24/+25
* tpm/st33zp24/spi: Remove useless use of memcpy.Christophe RICARD2016-06-251-14/+4Star
* tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefixChristophe RICARD2016-06-251-22/+23
* tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usageChristophe RICARD2016-06-251-11/+9Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-062-2/+1Star
|\