aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/omap-sham.c
AgeCommit message (Expand)Author
2013-08-01crypto: omap-sham - Convert to devm_request_irq()Lokesh Vutla
2013-08-01crypto: omap-sham - Add OMAP5/AM43XX SHAM SupportLokesh Vutla
2013-08-01crypto: omap-sham - Add SHA384 and SHA512 SupportLokesh Vutla
2013-05-24drivers: crypto: use devm_ioremap_resource()Laurent Navet
2013-03-10crypto: omap-sham - Use module_platform_driver macroSachin Kamat
2013-03-10crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-01-20crypto: omap-sham - Fix compile errors when CONFIG_OF not definedMark A. Greer
2013-01-11ARM: OMAP2+: Disable code that currently does not work with multiplaformTony Lindgren
2013-01-05crypto: omap-sham - Add SHA224 and SHA256 SupportMark A. Greer
2013-01-05crypto: omap-sham - Add OMAP4/AM33XX SHAM SupportMark A. Greer
2013-01-05crypto: omap-sham - Convert to dma_request_slave_channel_compat()Mark A. Greer
2013-01-05crypto: omap-sham - Add Device Tree SupportMark A. Greer
2013-01-05crypto: omap-sham - Remove usage of private DMA APIMark A. Greer
2013-01-05crypto: omap-sham - Add code to use dmaengine APIMark A. Greer
2013-01-05crypto: omap-sham - Add suspend/resume supportMark A. Greer
2013-01-05crypto: omap-sham - Convert to use pm_runtime APIMark A. Greer
2013-01-05crypto: omap-sham - Remove unnecessary pr_info noiseMark A. Greer
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-h...Tony Lindgren
2012-10-15ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos
2011-06-30crypto: omap-sham - do not schedule tasklet if there is no active requestsDmitry Kasatkin
2011-06-30crypto: omap-sham - clear device flags when finishing requestDmitry Kasatkin
2011-06-30crypto: omap-sham - irq handler must not clear error codeDmitry Kasatkin
2011-06-30crypto: omap-sham - irq and dma handling changesDmitry Kasatkin
2011-06-30crypto: omap-sham - remove dedicated queue handling taskletDmitry Kasatkin
2011-06-30crypto: omap-sham - remove unnecessary local variableDmitry Kasatkin
2011-06-30crypto: omap-sham - move some flags to device contextDmitry Kasatkin
2011-06-30crypto: omap-sham - replace flags operation with atomic bit operationsDmitry Kasatkin
2011-06-30crypto: omap-sham - replace flags bit mask with bit numberDmitry Kasatkin
2011-06-30crypto: omap-sham - remove unused codeDmitry Kasatkin
2011-06-30crypto: omap-sham - remove extra referenceDmitry Kasatkin
2011-04-26crypto: omap-sham - hmac calculation bug fix for sha1 base hashDmitry Kasatkin
2011-04-26crypto: omap-sham - enable driver for EMU chipsDmitry Kasatkin
2011-04-26crypto: omap-sham - remove debug printDmitry Kasatkin
2011-04-26crypto: omap-sham - fix concurrent sha1 calculationsMarkku Kylanpaa
2011-01-29crypto: omap-sham - don't treat NULL clk as an errorJamie Iles
2010-12-29crypto: omap-sham - backlog handling fixDmitry Kasatkin
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin
2010-11-27crypto: omap-sham - removed redundunt lockingDmitry Kasatkin
2010-11-27crypto: omap-sham - error handling improvedDmitry Kasatkin
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin
2010-11-27crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin
2010-09-03crypto: omap-sham - Adjust DMA parametersSamu Onkalo