Re: [PATCH 2/5] crypto: add Atmel AES driver

2012-07-06 Thread Eric Bénard
Hi Jean-Christophe, Le Fri, 6 Jul 2012 14:17:19 +0200, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com a écrit : + u8 buf_in[ATMEL_AES_DMA_THRESHOLD] __aligned(sizeof(u32)); can you allocate it + int dma_in; + struct atmel_aes_dmadma_lch_in; + + u8

Re: [PATCH 0/1] MV_CESA with DMA: Clk init fixes

2012-07-06 Thread Phil Sutter
Hi Simon, On Tue, Jun 26, 2012 at 10:31:51PM +0200, Simon Baatz wrote: I just found the time to test your updates. Alas, the mv_dma module hangs at boot again. The culprit seems to be setup_mbus_windows(), which is called before the clock is turned on but accesses the DMA engine. I

Re: [PATCH 0/2] Fixes for MV_CESA with IDMA or TDMA

2012-07-06 Thread Phil Sutter
Hi Cloudy, On Sat, Jun 30, 2012 at 03:35:48PM +0800, cloudy.linux wrote: Although I had no idea about what's wrong, I looked in the functional errata (again), And I found what's attached (The doc I got from Internet was a protected PDF, that's why I had to use screen capture). Is this