
17 Aug
2021
17 Aug
'21
6:09 p.m.
Hi,
On Mon, 16 Aug 2021 at 02:42, Gaurav Jain gaurav.jain@nxp.com wrote:
added device tree support for job ring driver. sec is initialized based on job ring information processed from device tree.
Signed-off-by: Gaurav Jain gaurav.jain@nxp.com
cmd/Kconfig | 1 + drivers/crypto/fsl/Kconfig | 7 + drivers/crypto/fsl/Makefile | 2 + drivers/crypto/fsl/jr.c | 314 +++++++++++++++++++++++------------- drivers/crypto/fsl/jr.h | 14 ++ 5 files changed, 229 insertions(+), 109 deletions(-)
I can't see the cover letter so will reply here.
This is UCLASS_MISC but it seems to be some sort of crypto accelerator. What does it do? How is this modelled in Linux?
Regards, Simon