Re: [PATCH 1/4 v4] ARM: AT91SAM9G45: same platform data structure for all crypto peripherals

2013-03-10 Thread Herbert Xu
On Wed, Feb 20, 2013 at 05:10:23PM +0100, Nicolas Royer wrote: > Only AES use DMA in AT91SAM9G45 (TDES and SHA use PDC). > > However latest Atmel TDES and SHA IP releases use DMA instead of PDC. > --> Atmel TDES and SHA drivers need DMA platform data for those IP releases. > > Goal of this

Re: [PATCH 1/4 v4] ARM: AT91SAM9G45: same platform data structure for all crypto peripherals

2013-03-10 Thread Herbert Xu
On Wed, Feb 20, 2013 at 05:10:23PM +0100, Nicolas Royer wrote: Only AES use DMA in AT91SAM9G45 (TDES and SHA use PDC). However latest Atmel TDES and SHA IP releases use DMA instead of PDC. -- Atmel TDES and SHA drivers need DMA platform data for those IP releases. Goal of this patch is

[PATCH 1/4 v4] ARM: AT91SAM9G45: same platform data structure for all crypto peripherals

2013-02-20 Thread Nicolas Royer
Only AES use DMA in AT91SAM9G45 (TDES and SHA use PDC). However latest Atmel TDES and SHA IP releases use DMA instead of PDC. --> Atmel TDES and SHA drivers need DMA platform data for those IP releases. Goal of this patch is to use the same platform data structure for all Atmel crypto

[PATCH 1/4 v4] ARM: AT91SAM9G45: same platform data structure for all crypto peripherals

2013-02-20 Thread Nicolas Royer
Only AES use DMA in AT91SAM9G45 (TDES and SHA use PDC). However latest Atmel TDES and SHA IP releases use DMA instead of PDC. -- Atmel TDES and SHA drivers need DMA platform data for those IP releases. Goal of this patch is to use the same platform data structure for all Atmel crypto