OSDN Git Service

mei: export fw status registers through sysfs
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 19 Nov 2014 15:01:39 +0000 (17:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 03:06:41 +0000 (19:06 -0800)
commit55c4e6405d434e2db1e3fb3618b84741bb17d862
treeeafdf15abd86aee834889e3d8dff7ad2473163f0
parentedca5ea3ff3323b4526d70642d115992df73c9bc
mei: export fw status registers through sysfs

The interface is for applications that monitor
the fw health.

We use device_create_with_groups interface
to register attribute with the mei class device

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/main.c