linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] crypto: caam - Add i.MX8MQ support
@ 2019-06-17 16:03 Andrey Smirnov
  2019-06-17 16:03 ` [PATCH v3 1/5] crypto: caam - move DMA mask selection into a function Andrey Smirnov
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Andrey Smirnov @ 2019-06-17 16:03 UTC (permalink / raw)
  To: linux-crypto
  Cc: Andrey Smirnov, Chris Spencer, Cory Tusar, Chris Healy,
	Lucas Stach, Horia Geantă,
	Aymen Sghaier, Leonard Crestez, linux-kernel

Everyone:

Picking up where Chris left off (I chatted with him privately
beforehead), this series adds support for i.MX8MQ to CAAM driver. Just
like [v1], this series is i.MX8MQ only.

Feedback is welcome!
Thanks,
Andrey Smirnov

Changes since [v2]:

  - Dropped "crypto: caam - do not initialise clocks on the i.MX8" and
    replaced it with "crypto: caam - simplfy clock initialization" and 
    "crypto: caam - add clock entry for i.MX8MQ"


Changes since [v1]

  - Series reworked to continue using register based interface for
    queueing RNG initialization job, dropping "crypto: caam - use job
    ring for RNG instantiation instead of DECO"

  - Added a patch to share DMA mask selection code

  - Added missing Signed-off-by for authors of original NXP tree
    commits that this sereis is based on

[v2] lore.kernel.org/r/20190607200225.21419-1-andrew.smirnov@gmail.com
[v1] https://patchwork.kernel.org/cover/10825625/


Andrey Smirnov (4):
  crypto: caam - move DMA mask selection into a function
  crypto: caam - always select job ring via RSR on i.MX8MQ
  crypto: caam - simplfy clock initialization
  crypto: caam - add clock entry for i.MX8MQ

Chris Spencer (1):
  crypto: caam - correct DMA address size for the i.MX8

 drivers/crypto/caam/ctrl.c        | 233 +++++++++++++++---------------
 drivers/crypto/caam/desc_constr.h |  24 +--
 drivers/crypto/caam/intern.h      |  29 +++-
 drivers/crypto/caam/jr.c          |  15 +-
 drivers/crypto/caam/pdb.h         |  49 ++++---
 drivers/crypto/caam/regs.h        |  21 ++-
 6 files changed, 193 insertions(+), 178 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-07-03  6:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 16:03 [PATCH v3 0/5] crypto: caam - Add i.MX8MQ support Andrey Smirnov
2019-06-17 16:03 ` [PATCH v3 1/5] crypto: caam - move DMA mask selection into a function Andrey Smirnov
2019-06-27 10:50   ` Horia Geanta
2019-07-03  6:37     ` Andrey Smirnov
2019-06-17 16:03 ` [PATCH v3 2/5] crypto: caam - correct DMA address size for the i.MX8 Andrey Smirnov
2019-06-17 19:24   ` Leonard Crestez
2019-06-18  0:52     ` Andrey Smirnov
2019-06-17 16:03 ` [PATCH v3 3/5] crypto: caam - always select job ring via RSR on i.MX8MQ Andrey Smirnov
2019-06-17 16:03 ` [PATCH v3 4/5] crypto: caam - simplfy clock initialization Andrey Smirnov
2019-06-17 19:48   ` Leonard Crestez
2019-06-18  0:21     ` Andrey Smirnov
2019-06-17 16:03 ` [PATCH v3 5/5] crypto: caam - add clock entry for i.MX8MQ Andrey Smirnov

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