linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] crypto: talitos/caam: SEC h/w v2.0 fix and cleanups
@ 2011-12-12 20:59 Kim Phillips
  2011-12-12 20:59 ` [PATCH 1/7] crypto: talitos - fix bad kfree Kim Phillips
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Kim Phillips @ 2011-12-12 20:59 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-12-20  7:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 20:59 [PATCH 0/7] crypto: talitos/caam: SEC h/w v2.0 fix and cleanups Kim Phillips
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

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).