Re: [PATCH v4 2/4] crypto: mxs-dcp - Add support for dcp clk

2018-10-31 Thread Leonard Crestez
On 10/17/2018 4:02 PM, Fabio Estevam wrote: > On Wed, Oct 17, 2018 at 9:59 AM Leonard Crestez > wrote: > >> There is a changelog in the cover letter. > > It did not show up: > https://lkml.org/lkml/2018/10/17/673 Sorry, I forgot to copy the changelog for v4. The only change is the one we disc

Re: [PATCH v4 4/4] ARM: imx_v6_v7_defconfig: Enable CRYPTO_DEV_MXS_DCP

2018-10-31 Thread Shawn Guo
On Wed, Oct 17, 2018 at 12:37:55PM +, Leonard Crestez wrote: > This block is present in 6sl, 6sll and 6ull so it should be enabled in > the default imx kernel config. > > Signed-off-by: Leonard Crestez > Reviewed-by: Fabio Estevam Applied, thanks.

Re: [PATCH v4 3/4] ARM: dts: imx6ull: Add dcp node

2018-10-31 Thread Shawn Guo
On Wed, Oct 17, 2018 at 12:37:54PM +, Leonard Crestez wrote: > The DCP block on 6ull has no major differences other than requiring > explicit clock enabling. > > Signed-off-by: Leonard Crestez > Reviewed-by: Fabio Estevam Applied, thanks.