Re: [PATCH] crypto: mxs-dcp: Align the bounce buffers

2014-03-10 Thread Herbert Xu
On Mon, Mar 03, 2014 at 01:23:15AM +0100, Marek Vasut wrote: The DCP needs the bounce buffers, DMA descriptors and result buffers aligned to 64 bytes (yet another hardware limitation). Make sure they are aligned by properly aligning the structure which contains them during allocation.

[PATCH] crypto: mxs-dcp: Align the bounce buffers

2014-03-02 Thread Marek Vasut
The DCP needs the bounce buffers, DMA descriptors and result buffers aligned to 64 bytes (yet another hardware limitation). Make sure they are aligned by properly aligning the structure which contains them during allocation. Signed-off-by: Marek Vasut ma...@denx.de Cc: David S. Miller