summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
...
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-1714-94/+95
* tpm: fix raciness of PPI interface lookupJarkko Sakkinen2015-01-174-64/+112
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-1714-338/+329Star
* tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen2015-01-173-45/+30Star
* tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driverAshley Lai2015-01-173-3/+3
* tpm/tpm_i2c_stm_st33: Fix coccinelle warnings. Possible NULL pointer dereferenceChristophe Ricard2015-01-171-1/+1
* tpm/tpm_i2c_stm_st33: Increment driver version to 1.2.1.Christophe Ricard2015-01-171-3/+3
* tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registersChristophe Ricard2015-01-171-8/+0Star
* tpm/tpm_i2c_stm_st33: Interrupt management improvementChristophe Ricard2015-01-171-88/+109
* tpm/tpm_i2c_stm_st33: Few code cleanupChristophe Ricard2015-01-171-16/+16
* tpm/tpm_i2c_stm_st33: Add devicetree structureChristophe Ricard2015-01-171-50/+116
* tpm/tpm_i2c_stm_st33: Replace tpm_st33_* function with tpm_stm_*Christophe Ricard2015-01-171-25/+25
* tpm/tpm_i2c_stm_st33: Replace err/rc/ret by ret for a function return codeChristophe Ricard2015-01-171-31/+30Star
* tpm/tpm_i2c_stm_st33: Remove reference to io_serirqChristophe Ricard2015-01-171-10/+3Star
* tpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer...Christophe Ricard2015-01-172-156/+92Star
* tpm/tpm_i2c_stm_st33: Move tpm registers to tpm_i2c_stm_st33.cChristophe Ricard2015-01-172-17/+17
* tpm/tpm_i2c_stm_st33: Fix few coding style error reported by scripts/checkpat...Christophe Ricard2015-01-171-3/+5
* tpm/tpm_i2c_stm_st33: Change License header to have up to date address inform...Christophe Ricard2015-01-171-3/+2Star
* tpm/tpm_i2c_stm_st33: Update Kconfig in order to be inline to other similar p...Christophe Ricard2015-01-172-4/+4
* tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard2015-01-171-1/+1
* char: tpm: Deletion of unnecessary checks before the function call "tpm_dev_v...Markus Elfring2015-01-172-4/+2Star
* tpm: remove unnecessary sizeof(u8)Fabian Frederick2015-01-171-2/+2
* tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo2015-01-171-0/+8
* tpm_tis: verify interrupt during initScot Doyle2015-01-171-14/+62
* char: tpm: Add missing error check for devm_kzallocKiran Padwal2015-01-172-0/+9
* TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells2015-01-171-1/+1
* char: tpm: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0Star
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-6/+7
* tpm: simplify code by using %*phN specifierAndy Shevchenko2014-07-291-3/+1Star
* tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-07-292-21/+72
* tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen2014-07-291-3/+4
* tpm: Properly clean sysfs entries in error pathStefan Berger2014-07-291-1/+3
* tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe2014-07-291-0/+1
* Merge branch 'acpica'Rafael J. Wysocki2014-06-031-2/+2
|\
| * ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng2014-05-271-2/+2
* | ACPI / TPM: Fix resume regression on ChromebooksRafael J. Wysocki2014-05-121-5/+3Star
|/
* Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-081-1/+1
* drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-082-2/+0Star
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-252-265/+143Star
|\
| * Merge branch 'acpi-dsm'Rafael J. Wysocki2014-01-121-263/+142Star
| |\
| | * ACPI / TPM: detect PPI features by checking availability of _DSM functionsJiang Liu2014-01-051-26/+19Star
| | * ACPI / TPM: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-259/+145Star
| | * ACPI / TPM: match node name instead of full path when searching for TPM deviceJiang Liu2014-01-051-1/+1
| * | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-122-2/+1Star
| |\ \ | | |/ | |/|
| | * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-072-2/+1Star
* | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-231-0/+4
|\ \ \
| * | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+4
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-01-2116-885/+623Star
|\ \ \ | |_|/ |/| |
| * | tpm/tpm-sysfs: active_show() can be staticFengguang Wu2014-01-061-1/+1
| * | tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe2014-01-061-5/+1Star