crypto/caam_jr: add routines to configure HW
authorGagandeep Singh <g.singh@nxp.com>
Fri, 12 Oct 2018 14:40:44 +0000 (20:10 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 17 Oct 2018 10:23:40 +0000 (12:23 +0200)
commita5e1018d5e67b6f3908f4705b497f6771cca0cae
tree7eb4a6592fe581f15e7e887cc358d14404be916d
parent64c0451f5bb9c129b0daace8bcf9781d044da348
crypto/caam_jr: add routines to configure HW

This patch add routines for configuring the hw
to support various features.
These routines will be used by the PMD ops.
The patch also defines structure and macros used
to access hw capabilities.

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
drivers/crypto/caam_jr/Makefile
drivers/crypto/caam_jr/caam_jr_hw.c [new file with mode: 0644]
drivers/crypto/caam_jr/caam_jr_hw_specific.h [new file with mode: 0644]
drivers/crypto/caam_jr/caam_jr_pvt.h [new file with mode: 0644]
drivers/crypto/caam_jr/meson.build