[PATCHv2 2/2] crypto: omap-sham - omap sha1 & md5 driver

2010-03-25 Thread Dmitry Kasatkin
Earlier kernel contained omap sha1 and md5 driver, which was not maintained, was not ported to new crypto APIs and removed from the source tree. - implements async and sync crypto API using dma and cpu. - supports multiple sham instances if available Signed-off-by: Dmitry Kasatkin --- drivers/c

[PATCHv2 1/2] crypto: updates omap sham device related platform code

2010-03-25 Thread Dmitry Kasatkin
- registration - clocks Signed-off-by: Dmitry Kasatkin --- arch/arm/mach-omap2/clock2420_data.c |2 +- arch/arm/mach-omap2/clock2430_data.c |2 +- arch/arm/mach-omap2/clock3xxx_data.c |2 +- arch/arm/mach-omap2/devices.c | 26 -

[PATCHv2 0/2] crypto: omap-sha1-md5: OMAP3 SHA1 & MD5 driver

2010-03-25 Thread Dmitry Kasatkin
Earlier kernel contained omap sha1 and md5 driver, which was not maintained, was not ported to new crypto APIs and removed from the source tree. This driver implements async and sync crypto API. Changes to v1 patches - device registration moved to platform code - multi device instances supported