Re: [PATCH] crypto: caam - make soc match data optional

2020-05-19 Thread Andrey Smirnov
On Mon, May 18, 2020 at 6:59 PM Horia Geantă wrote: > > On 5/16/2020 7:23 AM, Andrey Smirnov wrote: > > Vyrbrid devices don't have any clock that need to be taken care of, so > > make clock data optional on i.MX. > > > Vybrid Security RM states that IPG clock used by CAAM > can be gated by CCM_CCG

Re: [PATCH] crypto: caam - make soc match data optional

2020-05-18 Thread Horia Geantă
On 5/16/2020 7:23 AM, Andrey Smirnov wrote: > Vyrbrid devices don't have any clock that need to be taken care of, so > make clock data optional on i.MX. > Vybrid Security RM states that IPG clock used by CAAM can be gated by CCM_CCGR11[CG176]. Clock driver needs to be updated accordingly, and so

Re: [PATCH] crypto: caam - make soc match data optional

2020-05-16 Thread Chris Healy
With all four of Vybrid VF610, i.MX6q, i.MX6qp, and i.MX8M, this patch caused no regressions for me. Additionally, with the VF610 and a follow on devicetree patch, the CAAM is detected and works. Tested by: Chris Healy On Fri, May 15, 2020 at 9:23 PM Andrey Smirnov wrote: > > Vyrbrid devices d

[PATCH] crypto: caam - make soc match data optional

2020-05-15 Thread Andrey Smirnov
Vyrbrid devices don't have any clock that need to be taken care of, so make clock data optional on i.MX. Signed-off-by: Andrey Smirnov Cc: Chris Healy Cc: Horia Geantă Cc: Herbert Xu Cc: Fabio Estevam Cc: linux-...@nxp.com Cc: linux-cry...@vger.kernel.org Cc: linux-kernel@vger.kernel.org ---