[PATCH v5 2/2] tpm: move the PPI attributes to character device directory.

2015-05-12 Thread Jarkko Sakkinen
Moved PPI attributes to the character device directory. This aligns with the sysfs guidelines and makes them race free because they are created atomically with the character device as part of device_register().The character device and the sysfs attributes appear at the same time to the user space.

[PATCH v5 2/2] tpm: move the PPI attributes to character device directory.

2015-05-02 Thread Jarkko Sakkinen
Moved PPI attributes to the character device directory. This aligns with the sysfs guidelines and makes them race free because they are created atomically with the character device as part of device_register().The character device and the sysfs attributes appear at the same time to the user space.