Re: Crypto Fixes for 2.6.35

2010-09-02 Thread Herbert Xu
Hi Linus: This push fixes a bug in the new ahash walking code, as well as the self-test disabling option. The self-test disabling options is now enabled by default as requested. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/sc

[PATCH 0/1] omap-sham: use prefetch mechanism to increase transfer speed

2010-09-02 Thread Dmitry Kasatkin
Samu Onkalo (1): crypto: omap-sham: Adjust DMA parameters drivers/crypto/omap-sham.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo i

[PATCH 1/1] crypto: omap-sham: Adjust DMA parameters

2010-09-02 Thread Dmitry Kasatkin
From: Samu Onkalo DMA is set to use burst mode also for source channel. It should descrease memory bandwidth needs. DMA synchronization is set to use prefetch mechanism. SHAM block is behind L4 bus and it doesn't have fifo. SHAM block is stalling as long as the new data is available. It takes ti