summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis.c
Commit message (Expand)AuthorAgeFilesLines
* tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen2016-02-261-0/+2
* tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2016-02-201-1/+3
* tpm_tis: Clean up the force=1 module parameterJason Gunthorpe2016-02-101-65/+104
* tpm_tis: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-15/+18
* tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe2016-02-101-30/+18Star
* tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe2016-02-101-8/+10
* tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe2016-02-101-1/+1
* tpm: remove unneeded include of actbl2.hJerry Snitselaar2016-02-101-1/+0Star
* tpm_tis: Tighten IRQ auto-probingJason Gunthorpe2015-12-201-7/+12
* tpm_tis: Refactor the interrupt setupJason Gunthorpe2015-12-201-100/+84Star
* tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe2015-12-201-44/+20Star
* tpm: rework tpm_get_timeouts()Jason Gunthorpe2015-12-201-17/+16Star
* tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe2015-12-201-11/+9Star
* tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe2015-12-201-1/+1
* tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck2015-11-091-1/+5
* tpm_tis: free irq after probingMartin Wilck2015-11-091-0/+2
* tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen2015-10-191-29/+163
* tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen2015-02-151-7/+4Star
* tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen2015-02-151-13/+13
* tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe2015-01-221-0/+2
* tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen2015-01-171-23/+89
* tpm: device class for tpmJarkko Sakkinen2015-01-171-2/+2
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-171-7/+7
* tpm: fix raciness of PPI interface lookupJarkko Sakkinen2015-01-171-4/+10
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-171-49/+31Star
* tpm_tis: verify interrupt during initScot Doyle2015-01-171-14/+62
* char: tpm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-07-291-0/+31
* tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe2014-01-061-5/+1Star
* 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-11/+0Star
* tpm: Remove tpm_show_caps_1_2Jason Gunthorpe2013-10-221-1/+1
* tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan2013-09-121-36/+24Star
* tpm_tis: missing platform_driver_unregister() on error in init_tis()Wei Yongjun2013-05-211-5/+12
* tpm_tis: check pnp_acpi_device return codeKent Yoder2013-02-051-0/+3
* TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startupJason Gunthorpe2013-02-051-0/+21
* tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger2013-02-051-6/+6
* tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger2013-02-051-1/+14
* tpm: Store TPM vendor IDStefan Berger2013-02-051-0/+1
* char/tpm: Use true and false for boolsPeter Huewe2013-02-051-6/+6
* Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-111-2/+2
|\
| * char: remove use of __devexitBill Pemberton2012-11-211-1/+1
| * char: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* | tpm: remove use of __devinitBill Pemberton2012-11-281-1/+1
|/
* tpm: compile out unused code in the PNP and PM casesKent Yoder2012-08-221-1/+2
* tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-0/+2
* tpm_tis: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-101-9/+7Star
* PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki2012-07-101-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-7/+10
|\