Re: [PATCH 2/2] dmaengine: dmatest: add support for memset test

2017-06-28 Thread Sinan Kaya
Hi Andy, On 6/28/2017 4:58 AM, Andy Shevchenko wrote: > On Wed, Jun 28, 2017 at 3:46 AM, Sinan Kaya wrote: >> >> echo dma0chan0 > /sys/module/dmatest/parameters/channel >> echo 2 > /sys/module/dmatest/parameters/dmatest >> echo 2000 >

Re: [PATCH 2/2] dmaengine: dmatest: add support for memset test

2017-06-28 Thread Sinan Kaya
Hi Andy, On 6/28/2017 4:58 AM, Andy Shevchenko wrote: > On Wed, Jun 28, 2017 at 3:46 AM, Sinan Kaya wrote: >> >> echo dma0chan0 > /sys/module/dmatest/parameters/channel >> echo 2 > /sys/module/dmatest/parameters/dmatest >> echo 2000 > /sys/module/dmatest/parameters/timeout >> echo 10 >

Re: [PATCH 2/2] dmaengine: dmatest: add support for memset test

2017-06-28 Thread Andy Shevchenko
On Wed, Jun 28, 2017 at 3:46 AM, Sinan Kaya wrote: > Introducing memset test into dmatest. This change allows us to test > memset capable HW using the dmatest test procedure. The new dmatest > value for memset is 2 and it is not the default value. > > Memset support patch

Re: [PATCH 2/2] dmaengine: dmatest: add support for memset test

2017-06-28 Thread Andy Shevchenko
On Wed, Jun 28, 2017 at 3:46 AM, Sinan Kaya wrote: > Introducing memset test into dmatest. This change allows us to test > memset capable HW using the dmatest test procedure. The new dmatest > value for memset is 2 and it is not the default value. > > Memset support patch shares the same code

[PATCH 2/2] dmaengine: dmatest: add support for memset test

2017-06-27 Thread Sinan Kaya
Introducing memset test into dmatest. This change allows us to test memset capable HW using the dmatest test procedure. The new dmatest value for memset is 2 and it is not the default value. Memset support patch shares the same code path as the other dmatest code to reuse as much as we can. The

[PATCH 2/2] dmaengine: dmatest: add support for memset test

2017-06-27 Thread Sinan Kaya
Introducing memset test into dmatest. This change allows us to test memset capable HW using the dmatest test procedure. The new dmatest value for memset is 2 and it is not the default value. Memset support patch shares the same code path as the other dmatest code to reuse as much as we can. The