linux/drivers/char/tpm
Jason Gunthorpe 1e3b73a957 tpm: Pull all driver sysfs code into tpm-sysfs.c
The tpm core now sets up and controls all sysfs attributes, instead
of having each driver have a unique take on it.

All drivers now now have a uniform set of attributes, and no sysfs
related entry points are exported from the tpm core module.

This also uses the new method used to declare sysfs attributes
with DEVICE_ATTR_RO and 'struct attribute *'

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
[phuewe: had to apply the tpm_i2c_atmel part manually due to commit
191ffc6bde3fc tpm/tpm_i2c_atmel: fix coccinelle warnings]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
2014-01-06 14:37:25 +01:00
..
Kconfig tpm: use tabs instead of whitespaces in Kconfig 2013-10-22 19:43:12 +02:00
Makefile tpm: Move sysfs functions from tpm-interface to tpm-sysfs 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 all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +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 all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +01:00
tpm_i2c_infineon.c tpm: Pull all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +01:00
tpm_i2c_nuvoton.c tpm: Pull all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +01:00
tpm_i2c_stm_st33.c tpm: Pull all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +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 all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +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 all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +01:00
tpm_nsc.c tpm: Pull all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +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 all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +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 all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +01:00
tpm-sysfs.c tpm: Pull all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +01:00
tpm.h tpm: Pull all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +01:00
xen-tpmfront.c tpm: Pull all driver sysfs code into tpm-sysfs.c 2014-01-06 14:37:25 +01:00