crypto/octeontx: move device specific code to driver
authorAnoob Joseph <anoobj@marvell.com>
Fri, 1 Mar 2019 18:42:32 +0000 (18:42 +0000)
committerAkhil Goyal <akhil.goyal@nxp.com>
Fri, 22 Mar 2019 14:54:24 +0000 (15:54 +0100)
commitf194f19821fd959d0c4433fcfc8531aee56d642b
treec58ba3be5a238eb3df38cead8eff89278aca1dd9
parentf39928e6560648362858f0103e3b7bed18e89606
crypto/octeontx: move device specific code to driver

Moving upper level enqueue/dequeue routines to driver. The h/w interface
used to submit request has enough differences to substantiate the need
for separate routines.

Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com>
Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Archana Muniganti <marchana@marvell.com>
drivers/common/cpt/cpt_common.h
drivers/common/cpt/cpt_mcode_defines.h
drivers/common/cpt/cpt_request_mgr.h [deleted file]
drivers/crypto/octeontx/Makefile
drivers/crypto/octeontx/meson.build
drivers/crypto/octeontx/otx_cryptodev_hw_access.h
drivers/crypto/octeontx/otx_cryptodev_ops.c