linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Update for ux500 CRYP and HASH
@ 2012-05-10  8:14 Andreas Westin
  2012-05-10  8:14 ` [PATCH v2 1/3] mach-ux500: Crypto: core support for CRYP/HASH module Andreas Westin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Andreas Westin @ 2012-05-10  8:14 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller
  Cc: linux-crypto, arnd, sfr, lee.jones, linus.walleij, Andreas Westin

Hi,

V2 of the patches.

* Removed symbol export
* Removed usage of SOC specific functions in the drivers.
* Readded overlooked config for DMA in mach-ux500.

After some internal discussion we felt that the now implemented
hardware identification solution is cleaner than the suggested
solution.

The hardware identification patch applies cleanly to
the cryptodev tree.

Regards
Andreas

Andreas Westin (3):
  mach-ux500: Crypto: core support for CRYP/HASH module.
  crypto: ux500: Update DMA handling for 3.4
  crypto: ux500: Cleanup hardware identification

 arch/arm/mach-ux500/board-mop500.c              |   48 ++++++++++++++++++++
 arch/arm/mach-ux500/clock.c                     |   18 ++++----
 arch/arm/mach-ux500/devices-common.h            |   54 +++++++++++++++++++++++
 arch/arm/mach-ux500/devices-db8500.c            |    3 ++
 arch/arm/mach-ux500/devices-db8500.h            |    4 ++
 arch/arm/mach-ux500/include/mach/crypto-ux500.h |    1 +
 arch/arm/mach-ux500/include/mach/devices.h      |    3 ++
 arch/arm/mach-ux500/include/mach/hardware.h     |    3 ++
 drivers/crypto/ux500/cryp/cryp.c                |   10 ++---
 drivers/crypto/ux500/cryp/cryp_core.c           |    5 +--
 drivers/crypto/ux500/cryp/cryp_p.h              |    1 -
 drivers/crypto/ux500/hash/hash_core.c           |   12 +----
 12 files changed, 133 insertions(+), 29 deletions(-)

-- 
1.7.10

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

end of thread, other threads:[~2012-05-15  7:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10  8:14 [PATCH v2 0/3] Update for ux500 CRYP and HASH Andreas Westin
2012-05-10  8:14 ` [PATCH v2 1/3] mach-ux500: Crypto: core support for CRYP/HASH module Andreas Westin
2012-05-10  8:14 ` [PATCH v2 2/3] crypto: ux500: Update DMA handling for 3.4 Andreas Westin
2012-05-10  8:14 ` [PATCH v2 3/3] crypto: ux500: Cleanup hardware identification Andreas Westin
2012-05-10 10:55 ` [PATCH v2 0/3] Update for ux500 CRYP and HASH Arnd Bergmann
2012-05-10 13:18 ` Linus Walleij
2012-05-15  7:26 ` 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).