linux/drivers/char/tpm
Jason Gunthorpe cb996158df tpm: st33: Remove chip->data_buffer access from this driver
For some reason this driver thinks that chip->data_buffer needs
to be set before it can call tpm_pm_*. This is not true. data_buffer
is used only by /dev/tpmX, which is why it is managed exclusively
by the fops functions.

Cc: Mathias Leblanc <mathias.leblanc@st.com>
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Joel Schopp <jschopp@linux.vnet.ibm.com>
2013-10-22 19:42:38 +02:00
..
Kconfig drivers/xen-tpmfront: Fix compile issue with missing option. 2013-08-30 13:24:14 -04:00
Makefile drivers/tpm: add xen tpmfront interface 2013-08-09 10:57:06 -04:00
tpm_acpi.c
tpm_atmel.c tpm atmel: Call request_region with the correct base 2013-10-22 19:42:26 +02:00
tpm_atmel.h
tpm_eventlog.c
tpm_eventlog.h
tpm_i2c_infineon.c tpm: Remove redundant dev_set_drvdata 2013-10-22 19:42:35 +02:00
tpm_i2c_stm_st33.c tpm: st33: Remove chip->data_buffer access from this driver 2013-10-22 19:42:38 +02:00
tpm_i2c_stm_st33.h
tpm_ibmvtpm.c tpm: ibmvtpm: Use %zd formatting for size_t format arguments 2013-10-22 19:42:25 +02:00
tpm_ibmvtpm.h
tpm_infineon.c
tpm_nsc.c tpm: Fix cancellation of TPM commands (polling mode) 2013-02-05 09:38:24 -06:00
tpm_of.c
tpm_ppi.c drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpy 2013-04-12 12:17:28 -05:00
tpm_tis.c tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops 2013-09-11 15:58:16 -07:00
tpm.c tpm: Use container_of to locate the tpm_chip in tpm_open 2013-10-22 19:42:31 +02:00
tpm.h tpm: Store devname in the tpm_chip 2013-10-22 19:42:28 +02:00
xen-tpmfront.c tpm: Remove redundant dev_set_drvdata 2013-10-22 19:42:35 +02:00