crypto/bcmfs: introduce BCMFS driver
authorVikas Gupta <vikas.gupta@broadcom.com>
Wed, 7 Oct 2020 17:18:53 +0000 (22:48 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 14 Oct 2020 19:42:57 +0000 (21:42 +0200)
commitc8e79da7c676927d1792eb706ada17485d14c2f4
tree82dafc75f9b0acdea61dffa4e43b1a1f0d4f8d9e
parentae8e085c608d5983f56c08ecf09714f59dd4e44d
crypto/bcmfs: introduce BCMFS driver

Add Broadcom FlexSparc(FS) device creation driver which registers to a
vdev and create a device. Add APIs for logs, supportive documentation and
maintainers file.

Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com>
Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
MAINTAINERS
doc/guides/cryptodevs/bcmfs.rst [new file with mode: 0644]
doc/guides/cryptodevs/index.rst
doc/guides/rel_notes/release_20_11.rst
drivers/crypto/bcmfs/bcmfs_device.c [new file with mode: 0644]
drivers/crypto/bcmfs/bcmfs_device.h [new file with mode: 0644]
drivers/crypto/bcmfs/bcmfs_logs.c [new file with mode: 0644]
drivers/crypto/bcmfs/bcmfs_logs.h [new file with mode: 0644]
drivers/crypto/bcmfs/meson.build [new file with mode: 0644]
drivers/crypto/bcmfs/rte_pmd_bcmfs_version.map [new file with mode: 0644]
drivers/crypto/meson.build