linux/drivers/char/tpm
Jason Gunthorpe afdba32e2a tpm: Pull everything related to /dev/tpmX into tpm-dev.c
CLASS-dev.c is a common idiom for Linux subsystems

This pulls all the code related to the miscdev into tpm-dev.c and makes it
static. The identical file_operation structs in the drivers are purged and the
tpm common code unconditionally creates the miscdev.

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Joel Schopp <jschopp@linux.vnet.ibm.com>
Reviewed-by: Ashley Lai <adlai@linux.vnet.ibm.com>
[phuewe:
tpm_dev_release is now used only in this file, thus the EXPORT_SYMBOL
can be dropped and the function be marked as static.
It has no other in-kernel users]
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
2014-01-06 14:37:24 +01:00
..
Kconfig tpm: use tabs instead of whitespaces in Kconfig 2013-10-22 19:43:12 +02:00
Makefile tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_acpi.c TPM: Switch to __packed instead of __attribute__((packed)) 2013-02-05 09:38:22 -06:00
tpm_atmel.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_atmel.h tpmdd maintainers 2007-08-22 19:52:44 -07:00
tpm_eventlog.c tpm: Merge the tpm-bios module with tpm.o 2013-10-22 19:43:01 +02:00
tpm_eventlog.h drivers/char/tpm: Add securityfs support for event log 2012-08-22 16:22:47 -05:00
tpm_i2c_atmel.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_i2c_infineon.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_i2c_nuvoton.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_i2c_stm_st33.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_i2c_stm_st33.h tpm_i2c_stm_st33: fix oops when i2c client is unavailable 2013-02-05 09:38:24 -06:00
tpm_ibmvtpm.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_ibmvtpm.h drivers/char/tpm: remove tasklet and cleanup 2012-11-01 15:23:14 -05:00
tpm_infineon.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_nsc.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm_of.c drivers/char/tpm: Add securityfs support for event log 2012-08-22 16:22:47 -05:00
tpm_ppi.c tpm/tpm_ppi: Check return value of acpi_get_name 2014-01-06 14:37:23 +01:00
tpm_tis.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm-dev.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm-interface.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
tpm.h tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00
xen-tpmfront.c tpm: Pull everything related to /dev/tpmX into tpm-dev.c 2014-01-06 14:37:24 +01:00