From: Felipe Balbi <me@felipebalbi.com>
To: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Cc: herbert@gondor.hengli.com.au, linux-crypto@vger.kernel.org,
linux-omap@vger.kernel.org
Subject: Re: [PATCH 2/5] omap-aes: DMA initialization fixes for OMAP off mode
Date: Wed, 10 Nov 2010 19:48:20 +0200 [thread overview]
Message-ID: <1289411300.2785.1.camel@eowin> (raw)
In-Reply-To: <5625ae87a8364e1b10ebadfacbb7d27a5bcb12a5.1289409924.git.dmitry.kasatkin@nokia.com>
Hi,
On Wed, 2010-11-10 at 19:26 +0200, Dmitry Kasatkin wrote:
> diff --git a/drivers/crypto/omap-aes.c b/drivers/crypto/omap-aes.c
> index 9d65611..04cab70 100644
> --- a/drivers/crypto/omap-aes.c
> +++ b/drivers/crypto/omap-aes.c
> @@ -99,7 +99,7 @@ struct omap_aes_reqctx {
> struct omap_aes_dev {
> struct list_head list;
> unsigned long phys_base;
> - void __iomem *io_base;
> + void __iomem *io_base;
> struct clk *iclk;
> struct omap_aes_ctx *ctx;
> struct device *dev;
this hunk is not part of this patch.
> @@ -752,7 +752,7 @@ static struct crypto_alg algs[] = {
> .cra_flags = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_ASYNC,
> .cra_blocksize = AES_BLOCK_SIZE,
> .cra_ctxsize = sizeof(struct omap_aes_ctx),
> - .cra_alignmask = 0,
> + .cra_alignmask = 0,
> .cra_type = &crypto_ablkcipher_type,
> .cra_module = THIS_MODULE,
> .cra_init = omap_aes_cra_init,
not part of this patch.
> @@ -772,7 +772,7 @@ static struct crypto_alg algs[] = {
> .cra_flags = CRYPTO_ALG_TYPE_ABLKCIPHER | CRYPTO_ALG_ASYNC,
> .cra_blocksize = AES_BLOCK_SIZE,
> .cra_ctxsize = sizeof(struct omap_aes_ctx),
> - .cra_alignmask = 0,
> + .cra_alignmask = 0,
> .cra_type = &crypto_ablkcipher_type,
> .cra_module = THIS_MODULE,
> .cra_init = omap_aes_cra_init,
not part of this patch
--
balbi
next prev parent reply other threads:[~2010-11-10 17:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-10 17:26 [PATCH 0/5] omap-aes off mode and error handling fixes Dmitry Kasatkin
2010-11-10 17:26 ` [PATCH 1/5] crypto: omap-aes: change in prevention of OCP bus error Dmitry Kasatkin
2010-11-16 17:13 ` Tony Lindgren
2010-11-10 17:26 ` [PATCH 2/5] omap-aes: DMA initialization fixes for OMAP off mode Dmitry Kasatkin
2010-11-10 17:48 ` Felipe Balbi [this message]
2010-11-10 17:26 ` [PATCH 3/5] omap-aes: redundant locking is removed Dmitry Kasatkin
2010-11-10 17:26 ` [PATCH 4/5] omap-aes: error handling implementation improved Dmitry Kasatkin
2010-11-10 17:26 ` [PATCH 5/5] omap-aes: unnecessary code removed Dmitry Kasatkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1289411300.2785.1.camel@eowin \
--to=me@felipebalbi.com \
--cc=dmitry.kasatkin@nokia.com \
--cc=herbert@gondor.hengli.com.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).