03 Nov, 2015
1 commit
-
This patch fix some spelling typos in Documentation/ABI/stable.
Signed-off-by: Masanari Iida
Signed-off-by: Jonathan Corbet
17 Jan, 2015
1 commit
-
Added own device class for TPM. Uses MISC_MAJOR:TPM_MINOR for the
first character device in order to retain backwards compatibility.
Added tpm_dev_release() back attached to the character device.I've been running this code now for a while on my laptop (Lenovo
T430S) TrouSerS works perfectly without modifications. I don't
believe it breaks anything significantly.The sysfs attributes that have been placed under the wrong place
and are against sysfs-rules.txt should be probably left to
stagnate under platform device directory and start defining
new sysfs attributes to the char device directory.Guidelines for future TPM sysfs attributes should be probably
along the lines of- Single flat set of mandatory sysfs attributes. For example,
current PPI interface is way way too rich when you only want
to use it to clear and activate the TPM.- Define sysfs attribute if and only if there's no way to get
the value from ring-3. No attributes for TPM properties. It's
just unnecessary maintenance hurdle that we don't want.Signed-off-by: Jarkko Sakkinen
Reviewed-by: Jasob Gunthorpe
Reviewed-by: Stefan Berger
Tested-by: Scot Doyle
Tested-by: Peter Huewe
Signed-off-by: Peter Huewe
05 Feb, 2013
1 commit
-
Reviewed-by: Peter Huewe
Signed-off-by: Kent Yoder