Commits

Aymen Sghaier committed be3e4e12dae
MLK-16950 crypto: caam: Fix failed to flush job ring 0 This error occurred on MX8M-EVK while initializing the first job ring. If the job ring was used before Kernel level, then connecting it to the irq handler could generate error due to its (unknown) previous state. This patch calls the hardware reset function before connecting the irq handler. Signed-off-by: Aymen Sghaier <aymen.sghaier@nxp.com>