All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 00/27] crypto: fixes for omap family of devices
@ 2016-06-22 13:23 ` Tero Kristo
  0 siblings, 0 replies; 109+ messages in thread
From: Tero Kristo @ 2016-06-22 13:23 UTC (permalink / raw)
  To: linux-omap, linux-crypto, tony, herbert, davem, lokeshvutla
  Cc: linux-arm-kernel

Hi,

Changes compared to v1 of the series:

- dropped first patch from the series (crypto: omap-aes: Fix registration of
  algorithms) as it was queued by Herbert already
- modified the second (now first) patch of the series to use runtime auto-
  suspend instead of getting static sync over a cra lifetime
- re-ordered the DTS / hwmod changes in the series, the merge order of
  these must be maintained to avoid issues

Patches #01 .. #14 should be merged via crypto tree, the rest should be
handled by Tony.

Merging the omap / dts parts can be done safely separately, assuming
you just use omap2plus_defconfig (enabling crypto features will
cause some issues without the driver level fixes.)

- Tero

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

end of thread, other threads:[~2016-07-04  9:42 UTC | newest]

Thread overview: 109+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22 13:23 [PATCHv2 00/27] crypto: fixes for omap family of devices Tero Kristo
2016-06-22 13:23 ` Tero Kristo
2016-06-22 13:23 ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 01/27] crypto: omap-sham: use runtime_pm autosuspend for clock handling Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-24 13:30   ` Herbert Xu
2016-06-24 13:30     ` Herbert Xu
2016-06-22 13:23 ` [PATCHv2 02/27] crypto: omap-sham: change queue size from 1 to 10 Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 03/27] crypto: omap: do not call dmaengine_terminate_all Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 04/27] crypto: omap-sham: set sw fallback to 240 bytes Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 05/27] crypto: omap-sham: avoid executing tasklet where not needed Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-24 10:30   ` Herbert Xu
2016-06-24 10:30     ` Herbert Xu
2016-06-27  5:04     ` Tero Kristo
2016-06-27  5:04       ` Tero Kristo
2016-06-27  5:04       ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 06/27] crypto: ahash: increase the maximum allowed statesize Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-24 10:32   ` Herbert Xu
2016-06-24 10:32     ` Herbert Xu
2016-06-27  4:58     ` Tero Kristo
2016-06-27  4:58       ` Tero Kristo
2016-06-27  4:58       ` Tero Kristo
2016-06-27  5:00       ` Herbert Xu
2016-06-27  5:00         ` Herbert Xu
2016-07-04  9:17         ` Tero Kristo
2016-07-04  9:17           ` Tero Kristo
2016-07-04  9:19           ` Herbert Xu
2016-07-04  9:19             ` Herbert Xu
2016-07-04  9:27             ` Tero Kristo
2016-07-04  9:27               ` Tero Kristo
2016-07-04  9:27               ` Tero Kristo
2016-07-04  9:42               ` Herbert Xu
2016-07-04  9:42                 ` Herbert Xu
2016-06-22 13:23 ` [PATCHv2 07/27] crypto: omap-sham: implement context export/import APIs Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 08/27] crypto: omap-des: Fix support for unequal lengths Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 09/27] crypto: omap-aes - Fix enabling clocks Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 10/27] crypto: omap-aes: Add support for multiple cores Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 11/27] crypto: omap-aes: Add fallback support Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 12/27] crypto: engine: avoid unnecessary context switches Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 13/27] crypto: omap-aes: fix crypto engine initialization order Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 14/27] crypto: omap-des: " Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 15/27] ARM: dts: DRA7: Add DT node for DES IP Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 16/27] ARM: dts: DRA7: Add DT nodes for AES IP Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 17/27] ARM: dts: DRA7: Add support for SHA IP Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 18/27] ARM: dts: DRA7: Add DT node for RNG IP Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 19/27] ARM: dts: AM43xx: clk: Add RNG clk node Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 20/27] ARM: dts: AM43xx: Add node for RNG Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 21/27] ARM: DRA7: hwmod: Add data for DES IP Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 22/27] ARM: DRA7: hwmod: Add data for AES IP Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 23/27] ARM: DRA7: hwmod: Add data for SHA IP Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 24/27] ARM: DRA7: hwmod: Add data for RNG IP Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 25/27] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23 ` [PATCHv2 26/27] ARM: AM43xx: hwmod: Add data for DES Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:23   ` Tero Kristo
2016-06-22 13:24 ` [PATCHv2 27/27] ARM: AMx3xx: hwmod: Add data for RNG Tero Kristo
2016-06-22 13:24   ` Tero Kristo
2016-06-22 13:24   ` Tero Kristo
2016-06-23  4:49 ` [PATCHv2 00/27] crypto: fixes for omap family of devices Tony Lindgren
2016-06-23  4:49   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.