Re: [PATCH 1/5] crypto: omap-aes: change in prevention of OCP bus error

2010-11-16 Thread Tony Lindgren
Hi, * Dmitry Kasatkin [101110 09:18]: > Suggested to use udelay() instead of nop as on the higher > core frequencies it might not be enough time. > > Signed-off-by: Dmitry Kasatkin > --- > drivers/crypto/omap-aes.c | 10 ++ > 1 files changed, 6 insertions(+), 4 deletions(-) > > diff

[PATCH 1/5] crypto: omap-aes: change in prevention of OCP bus error

2010-11-10 Thread Dmitry Kasatkin
Suggested to use udelay() instead of nop as on the higher core frequencies it might not be enough time. Signed-off-by: Dmitry Kasatkin --- drivers/crypto/omap-aes.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/crypto/omap-aes.c b/drivers/crypto/omap-a