linux/Documentation
Andy Shevchenko 3e5ccd866f dmatest: return actual state in 'run' file
The following command should return actual state of the test.
	% cat /sys/kernel/debug/dmatest/run

To wait for test done the user may perform a busy loop that checks the state.
	% while [ $(cat /sys/kernel/debug/dmatest/run) = "Y" ]
	> do
	> 	echo -n "."
	> 	sleep 1
	> done
	> echo

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2013-04-15 09:51:17 +05:30
..
2012-12-15 13:03:48 -08:00
2012-04-03 13:09:18 +02:00
2012-10-08 13:50:12 +10:30
2013-03-05 17:22:08 -08:00
2012-12-14 08:48:59 +01:00
2013-03-18 21:19:49 +01:00
2012-07-18 18:35:57 -07:00
2013-03-02 20:09:50 +00:00
2013-01-10 01:27:46 +01:00
2012-11-11 18:10:46 -08:00
2013-02-23 17:50:23 -08:00
2012-12-18 21:10:22 -08:00
2013-02-21 12:05:51 -08:00
2012-03-16 20:35:01 +00:00
2012-07-29 21:11:05 -03:00
2012-12-10 15:54:27 +01:00
2012-12-05 23:52:10 +00:00
2013-02-19 08:42:37 +01:00
2012-02-28 16:05:06 +01:00
2013-03-08 15:05:34 -08:00
2013-03-08 15:05:34 -08:00
2012-01-02 13:04:55 +01:00