linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] crypto: omap-aes updates
@ 2012-11-19 19:03 Mark A. Greer
  2012-11-19 19:03 ` [PATCH 1/7] ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod Mark A. Greer
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Mark A. Greer @ 2012-11-19 19:03 UTC (permalink / raw)
  To: linux-omap, linux-arm-kernel
  Cc: linux-crypto, herbert, davem, dmitry.kasatkin, rmk+kernel, paul,
	khilman, Mark A. Greer

From: "Mark A. Greer" <mgreer@animalcreek.com>

This series updates the crypto omap-aes driver and supporting
infrastructure.

Notes:

a) Based on omap-sham patches recently submitted, XXX

b) Since these patches will likely go though the OMAP tree (and not
   through the crypto tree), it would be nice if the crypto guy(s)
   would ACK or NACK patches 4-7 which modify the
   drivers/crypto/omap-sham.c driver.

c) These have only been tested on an omap2420 h4 and an am37x evm.

d) Many thanks to Jon Hunter for testing on his omap2420 h4.

Mark A. Greer (7):
  ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod
  ARM: OMAP3xxx: hwmod: Convert AES crypto device data to hwmod
  ARM: OMAP2+: Remove unnecessary message when no AES IP is present
  crypto: omap-aes: Remove cpu_is/omap_type check from driver
  crypto: omap-aes: Convert to use pm_runtime API
  crypto: omap-aes: Add code to use dmaengine API
  crypto: omap-aes: Remove usage of private DMA API

 arch/arm/mach-omap2/clock2430_data.c               |   1 +
 arch/arm/mach-omap2/clock3xxx_data.c               |   1 +
 arch/arm/mach-omap2/devices.c                      |  75 +-------
 arch/arm/mach-omap2/omap_hwmod_2420_data.c         |   1 +
 arch/arm/mach-omap2/omap_hwmod_2430_data.c         |   1 +
 .../mach-omap2/omap_hwmod_2xxx_interconnect_data.c |  18 ++
 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c |  38 ++++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |  62 +++++++
 arch/arm/mach-omap2/omap_hwmod_common_data.h       |   2 +
 drivers/crypto/omap-aes.c                          | 202 ++++++++++++---------
 10 files changed, 251 insertions(+), 150 deletions(-)

-- 
1.7.12

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

end of thread, other threads:[~2012-12-05 10:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 19:03 [PATCH 0/7] crypto: omap-aes updates Mark A. Greer
2012-11-19 19:03 ` [PATCH 1/7] ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod Mark A. Greer
2012-11-19 19:03 ` [PATCH 2/7] ARM: OMAP3xxx: hwmod: Convert AES crypto device " Mark A. Greer
2012-11-19 19:03 ` [PATCH 3/7] ARM: OMAP2+: Remove unnecessary message when no AES IP is present Mark A. Greer
2012-11-19 19:03 ` [PATCH 4/7] crypto: omap-aes: Remove cpu_is/omap_type check from driver Mark A. Greer
2012-11-21  1:03   ` Tony Lindgren
2012-11-19 19:03 ` [PATCH 5/7] crypto: omap-aes: Convert to use pm_runtime API Mark A. Greer
2012-11-19 19:03 ` [PATCH 6/7] crypto: omap-aes: Add code to use dmaengine API Mark A. Greer
2012-11-19 19:03 ` [PATCH 7/7] crypto: omap-aes: Remove usage of private DMA API Mark A. Greer
2012-11-19 22:45 ` [PATCH 0/7] crypto: omap-aes updates Mark A. Greer
2012-11-20 12:08 ` Kasatkin, Dmitry
2012-12-05 10:28   ` Kasatkin, Dmitry

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