aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/debugfs.c
Commit message (Collapse)AuthorAge
* mei: convert to use simple_open()Wei Yongjun2013-04-11
| | | | | | | | | This removes an open coded simple_open() function and replaces file operations references to the function with simple_open() instead. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* mei: add debugfs hooksTomas Winkler2013-04-05
debugfs exposes device state and list of me clients and their properties Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>