aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/mic/mpssd/mpss
diff options
context:
space:
mode:
authorAshutosh Dixit <ashutosh.dixit@intel.com>2015-09-29 21:14:30 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 07:54:54 -0400
commitf4a66c20448257fbb8932827e5f766b74d1acbf0 (patch)
tree71f995817bb204f780c5eba69b893460034ec08b /Documentation/mic/mpssd/mpss
parentd411e79391092925457d89b77d7cd3038ba6d04b (diff)
misc: mic: Update MIC host daemon with COSM changes
This patch updates the MIC host daemon to work with corresponding changes in COSM. Other MIC daemon fixes, cleanups and enhancements as are also rolled into this patch. Changes to MIC sysfs ABI which go into effect with this patch are also documented. Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/mic/mpssd/mpss')
-rwxr-xr-xDocumentation/mic/mpssd/mpss4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/mic/mpssd/mpss b/Documentation/mic/mpssd/mpss
index 582aad4811ae..09ea90931649 100755
--- a/Documentation/mic/mpssd/mpss
+++ b/Documentation/mic/mpssd/mpss
@@ -119,10 +119,10 @@ stop()
119 # Wait for the cards to go offline 119 # Wait for the cards to go offline
120 for f in $sysfs/* 120 for f in $sysfs/*
121 do 121 do
122 while [ "`cat $f/state`" != "offline" ] 122 while [ "`cat $f/state`" != "ready" ]
123 do 123 do
124 sleep 1 124 sleep 1
125 echo -e "Waiting for "`basename $f`" to go offline" 125 echo -e "Waiting for "`basename $f`" to become ready"
126 done 126 done
127 done 127 done
128 128