public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [char-misc-next 1/4] mei: export hbm features to debugfs under devstate
@ 2015-05-21 10:35 Tomas Winkler
  2015-05-21 10:35 ` [char-misc-next 2/4] mei: support for dynamic clients Tomas Winkler
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tomas Winkler @ 2015-05-21 10:35 UTC (permalink / raw)
  To: gregkh; +Cc: arnd, linux-kernel, Tomas Winkler

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
 drivers/misc/mei/debugfs.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/misc/mei/debugfs.c b/drivers/misc/mei/debugfs.c
index 88f5fd0b6dd7..eb868341247f 100644
--- a/drivers/misc/mei/debugfs.c
+++ b/drivers/misc/mei/debugfs.c
@@ -149,6 +149,13 @@ static ssize_t mei_dbgfs_read_devstate(struct file *fp, char __user *ubuf,
 			mei_dev_state_str(dev->dev_state));
 	pos += scnprintf(buf + pos, bufsz - pos, "hbm: %s\n",
 			mei_hbm_state_str(dev->hbm_state));
+
+	if (dev->hbm_state == MEI_HBM_STARTED) {
+		pos += scnprintf(buf + pos, bufsz - pos, "hbm features:\n");
+		pos += scnprintf(buf + pos, bufsz - pos, "\tPG: %01d\n",
+				 dev->hbm_f_pg_supported);
+	}
+
 	pos += scnprintf(buf + pos, bufsz - pos, "pg:  %s, %s\n",
 			mei_pg_is_enabled(dev) ? "ENABLED" : "DISABLED",
 			mei_pg_state_str(mei_pg_state(dev)));
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-05-24 18:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-21 10:35 [char-misc-next 1/4] mei: export hbm features to debugfs under devstate Tomas Winkler
2015-05-21 10:35 ` [char-misc-next 2/4] mei: support for dynamic clients Tomas Winkler
2015-05-24 18:25   ` Greg KH
2015-05-21 10:35 ` [char-misc-next 3/4] mei: disconnect on connection request timeout Tomas Winkler
2015-05-21 10:35 ` [char-misc-next 4/4] mei: fix the KDoc formating Tomas Winkler
2015-05-22  5:24 ` [char-misc-next 1/4] mei: export hbm features to debugfs under devstate Greg KH
2015-05-22 20:03   ` Winkler, Tomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox