Searched hist:"6659 ca2ab6730c3bbb9fa495f2327b95b955decd" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/char/tpm/ |
H A D | tpm_atmel.c | diff 6659ca2ab6730c3bbb9fa495f2327b95b955decd Fri Jun 24 07:02:00 CEST 2005 Kylene Hall <kjhall@us.ibm.com> [PATCH] tpm: sysfs owernship changes
In the current driver all sysfs files end up owned by the base driver module rather than the module that actually owns the device this is a problem if the module is unloaded and the file is open. This patch fixes all that and lumps the files into an attribute_group.
Signed-off-by: Kylene Hall <kjhall@us.ibm.com> Signed-off-by: Yani Ioannou <yani.ioannou@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | tpm_nsc.c | diff 6659ca2ab6730c3bbb9fa495f2327b95b955decd Fri Jun 24 07:02:00 CEST 2005 Kylene Hall <kjhall@us.ibm.com> [PATCH] tpm: sysfs owernship changes
In the current driver all sysfs files end up owned by the base driver module rather than the module that actually owns the device this is a problem if the module is unloaded and the file is open. This patch fixes all that and lumps the files into an attribute_group.
Signed-off-by: Kylene Hall <kjhall@us.ibm.com> Signed-off-by: Yani Ioannou <yani.ioannou@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|