From: Dan Williams Date: Thu, 7 Nov 2013 00:30:01 +0000 (-0800) Subject: dmatest: restore ability to start test at module load and init X-Git-Tag: v3.13-rc1~29^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a310d037b8d06755c62bb4878c00d19490af5550;p=pandora-kernel.git dmatest: restore ability to start test at module load and init 1/ move 'run' control to a module parameter so we can do: modprobe dmatest run=1. With this moved the rest of the debugfs boilerplate can go. 2/ Fix parameter initialization. Previously the test was being started without taking the parameters into account in the built-in case. Also killed off the '__' version of some routines. The new rule is just hold the lock when calling a *threaded_test() routine. Acked-by: Linus Walleij Cc: Andy Shevchenko Acked-by: Andy Shevchenko Signed-off-by: Dan Williams --- Reading git-diff-tree failed