[PATCH v6 01/15] crypto/fsl: Add support for CAAM Job ring driver model

Simon Glass sjg at chromium.org
Wed Dec 1 07:26:39 CET 2021


Hi Gaurav,

On Tue, 30 Nov 2021 at 03:41, Gaurav Jain <gaurav.jain at 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 at nxp.com>
> Reviewed-by: Ye Li <ye.li at nxp.com>
> ---
>  drivers/crypto/fsl/Kconfig   |   7 +
>  drivers/crypto/fsl/Makefile  |   2 +
>  drivers/crypto/fsl/jobdesc.c |   4 +-
>  drivers/crypto/fsl/jr.c      | 316 +++++++++++++++++++++++------------
>  drivers/crypto/fsl/jr.h      |  14 ++
>  5 files changed, 232 insertions(+), 111 deletions(-)

Can you create a new uclass for this instead of using misc? What
operations does this device support?

Regards,
Simon


More information about the U-Boot mailing list