Re: [PATCH 1/5] driver: add TXT driver in kernel

2013-04-27 Thread Greg Kroah-Hartman
On Sat, Apr 27, 2013 at 10:56:16PM +0800, Qiaowei Ren wrote: > TXT driver is expected to be a better tool to access below resources: > TXT config space, TXT heap, TXT log and SMX parameter. You are adding new sysfs files, so that means you need to add Documentation/ABI files as well. Please respi

[PATCH 1/5] driver: add TXT driver in kernel

2013-04-27 Thread Qiaowei Ren
TXT driver is expected to be a better tool to access below resources: TXT config space, TXT heap, TXT log and SMX parameter. Signed-off-by: Qiaowei Ren Signed-off-by: Xiaoyan Zhang Signed-off-by: Gang Wei --- drivers/char/Kconfig |2 ++ drivers/char/Makefile|1 + driver