linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Port mxs-dcp to imx6ull and imx6sll
@ 2018-10-15 13:27 Leonard Crestez
  2018-10-15 13:27 ` [PATCH v2 1/4] dt-bindings: crypto: Mention clocks for mxs-dcp Leonard Crestez
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leonard Crestez @ 2018-10-15 13:27 UTC (permalink / raw)
  To: Shawn Guo, Fabio Estevam
  Cc: Rob Herring, Marek Vasut, Herbert Xu, Horia Geanta,
	Franck Lenormand, Aymen Sghaier, David S . Miller ,
	Mark Rutland, devicetree, linux-crypto, linux-arm-kernel,
	dl-linux-imx, kernel, linux-kernel

The DCP block is present on 6sll and 6ull but not enabled. The hardware is
mostly compatible with 6sl, the only important difference is that explicit
clock enabling is required.

There were several issues with the functionality of this driver (it didn't
even probe properly) but they are fixed in cryptodev/master by this series:
    https://lore.kernel.org/patchwork/cover/994874/

---
Changes since v1:
 * Add devicetree maintainers for dt-bindings
 * Add a patch enabling in imx_v6_v7_defconfig. Since tcrypt now passes this
shouldn't cause any issues
 * Link to v1: https://lore.kernel.org/patchwork/cover/994893/

Leonard Crestez (4):
  dt-bindings: crypto: Mention clocks for mxs-dcp
  crypto: mxs-dcp - Add support for dcp clk
  ARM: dts: imx6ull: Add dcp node
  ARM: imx_v6_v7_defconfig: Enable CRYPTO_DEV_MXS_DCP

 .../devicetree/bindings/crypto/fsl-dcp.txt     |  2 ++
 arch/arm/boot/dts/imx6ull.dtsi                 | 10 ++++++++++
 arch/arm/configs/imx_v6_v7_defconfig           |  1 +
 drivers/crypto/mxs-dcp.c                       | 18 ++++++++++++++++++
 4 files changed, 31 insertions(+)

-- 
2.17.1


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

end of thread, other threads:[~2018-10-15 16:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 13:27 [PATCH v2 0/4] Port mxs-dcp to imx6ull and imx6sll Leonard Crestez
2018-10-15 13:27 ` [PATCH v2 1/4] dt-bindings: crypto: Mention clocks for mxs-dcp Leonard Crestez
2018-10-15 14:01   ` Fabio Estevam
2018-10-15 13:27 ` [PATCH v2 2/4] crypto: mxs-dcp - Add support for dcp clk Leonard Crestez
2018-10-15 14:02   ` Fabio Estevam
2018-10-15 13:27 ` [PATCH v2 3/4] ARM: dts: imx6ull: Add dcp node Leonard Crestez
2018-10-15 14:03   ` Fabio Estevam
2018-10-15 13:27 ` [PATCH v2 4/4] ARM: imx_v6_v7_defconfig: Enable CRYPTO_DEV_MXS_DCP Leonard Crestez
2018-10-15 14:04   ` Fabio Estevam
2018-10-15 16:11 ` [PATCH v2 0/4] Port mxs-dcp to imx6ull and imx6sll A.s. Dong

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