linux/drivers/char/tpm
Winkler, Tomas c58bd34cec tpm/tpm_crb: open code the crb_init into acpi_add
This is preparation step for implementing tpm crb
runtime pm. We need to have tpm chip allocated
and populated before we access the runtime handlers.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
2016-11-28 01:31:30 +02:00
..
st33zp24 tpm/st33zp24: Remove useless tpm_gen_interrupt 2016-09-15 16:04:21 +03:00
Kconfig
Makefile
tpm-chip.c tpm: Factor out common startup code 2016-07-19 17:43:38 +03:00
tpm-dev.c tpm: fix a race condition in tpm2_unseal_trusted() 2016-09-15 16:04:21 +03:00
tpm-interface.c tpm: remove invalid min length check from tpm_do_selftest() 2016-10-31 09:15:27 -06:00
tpm-sysfs.c tpm: constify TPM 1.x header structures 2016-09-15 16:04:21 +03:00
tpm.h tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() 2016-09-15 16:04:21 +03:00
tpm2-cmd.c tpm: use tpm_transmit_cmd() in tpm2_probe() 2016-09-15 16:04:21 +03:00
tpm_acpi.c
tpm_atmel.c
tpm_atmel.h
tpm_crb.c tpm/tpm_crb: open code the crb_init into acpi_add 2016-11-28 01:31:30 +02:00
tpm_eventlog.c
tpm_eventlog.h
tpm_i2c_atmel.c tpm: Factor out common startup code 2016-07-19 17:43:38 +03:00
tpm_i2c_infineon.c tpm: Factor out common startup code 2016-07-19 17:43:38 +03:00
tpm_i2c_nuvoton.c tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) 2016-07-19 17:43:38 +03:00
tpm_ibmvtpm.c
tpm_ibmvtpm.h
tpm_infineon.c
tpm_nsc.c
tpm_of.c
tpm_ppi.c
tpm_tis.c
tpm_tis_core.c tpm/tpm_tis: remove unused itpm variable 2016-09-15 16:04:21 +03:00
tpm_tis_core.h
tpm_tis_spi.c
tpm_vtpm_proxy.c tpm: Factor out common startup code 2016-07-19 17:43:38 +03:00
xen-tpmfront.c