[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190617160339.29179-1-andrew.smirnov@gmail.com>
Date: Mon, 17 Jun 2019 09:03:34 -0700
From: Andrey Smirnov <andrew.smirnov@...il.com>
To: linux-crypto@...r.kernel.org
Cc: Andrey Smirnov <andrew.smirnov@...il.com>,
Chris Spencer <christopher.spencer@....co.uk>,
Cory Tusar <cory.tusar@....aero>,
Chris Healy <cphealy@...il.com>,
Lucas Stach <l.stach@...gutronix.de>,
Horia Geantă <horia.geanta@....com>,
Aymen Sghaier <aymen.sghaier@....com>,
Leonard Crestez <leonard.crestez@....com>,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/5] crypto: caam - Add i.MX8MQ support
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@...il.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
Powered by blists - more mailing lists