linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kim Phillips <kim.phillips@freescale.com>
To: <linux-crypto@vger.kernel.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Subject: [PATCH 0/7] crypto: talitos/caam: SEC h/w v2.0 fix and cleanups
Date: Mon, 12 Dec 2011 14:59:09 -0600	[thread overview]
Message-ID: <1323723556-7100-1-git-send-email-kim.phillips@freescale.com> (raw)

The first patch in the series fixes a boottime oops on SEC h/w v.2.0.
The rest are minor cleanups.

The fourth - "crypto: caam - desc.h - convert spaces to tabs" -
is the result of running unexpand -a on desc.h, and may exceed list
message quota limits.  If this is the case, please execute unexpand
manually (or let me know how to better handle this situation).
Herbert, I'm cc'ing you on this, so you should receive all 7 patches.

Kim Phillips (7):
  crypto: talitos - fix bad kfree
  crypto: talitos - remove NO_IRQ references
  crypto: talitos - convert talitos_error to struct device
  crypto: caam - desc.h - convert spaces to tabs
  crypto: caam - more desc.h cleanups
  crypto: caam - fix polarity of "propagate error" logic
  crypto: caam - remove DECO access initialization code

 drivers/crypto/caam/caamalg.c     |   10 +-
 drivers/crypto/caam/ctrl.c        |   13 -
 drivers/crypto/caam/desc.h        | 2265 ++++++++++++++++++-------------------
 drivers/crypto/caam/desc_constr.h |    7 +-
 drivers/crypto/caam/regs.h        |    1 -
 drivers/crypto/talitos.c          |   31 +-
 6 files changed, 1156 insertions(+), 1171 deletions(-)

-- 
1.7.8

             reply	other threads:[~2011-12-12 21:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-12 20:59 Kim Phillips [this message]
2011-12-12 20:59 ` [PATCH 1/7] crypto: talitos - fix bad kfree Kim Phillips
2011-12-12 20:59 ` [PATCH 2/7] crypto: talitos - remove NO_IRQ references Kim Phillips
2011-12-12 20:59 ` [PATCH 3/7] crypto: talitos - convert talitos_error to struct device Kim Phillips
2011-12-12 20:59 ` [PATCH 5/7] crypto: caam - more desc.h cleanups Kim Phillips
2011-12-12 20:59 ` [PATCH 6/7] crypto: caam - fix polarity of "propagate error" logic Kim Phillips
2011-12-12 20:59 ` [PATCH 7/7] crypto: caam - remove DECO access initialization code Kim Phillips
2011-12-20  7:24 ` [PATCH 0/7] crypto: talitos/caam: SEC h/w v2.0 fix and cleanups Herbert Xu

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=1323723556-7100-1-git-send-email-kim.phillips@freescale.com \
    --to=kim.phillips@freescale.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@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).