Re: [RESEND PATCH 3/6] ARM: dts: imx7s: add CAAM device node

2018-01-28 Thread Rui Miguel Silva
Hi, Thanks for the report. On Sat 27 Jan 2018 at 15:49, kbuild test robot wrote: > Hi Rui, > > I love your patch! Yet something to improve: > > [auto build test ERROR on crypto/master] > [also build test ERROR on v4.15-rc9 next-20180126] > [cannot apply to cryptodev/master] > [if your patch is appl

[PATCH v4 4/4] ARM: dts: imx7s: add CAAM device node

2018-02-22 Thread Rui Miguel Silva
Add CAAM device node to the i.MX7s device tree. Cc: Shawn Guo Cc: Sascha Hauer Cc: devicet...@vger.kernel.org Cc: "Horia Geantă" Cc: Aymen Sghaier Cc: Fabio Estevam Cc: Peng Fan Cc: "David S. Miller" Cc: Lukas Auer Signed-off-by: Rui Miguel Silva --- arch/arm/boot

[PATCH v4 3/4] clk: imx7d: add CAAM clock

2018-02-22 Thread Rui Miguel Silva
uot; Cc: Lukas Auer Reviewed-by: Fabio Estevam Signed-off-by: Rui Miguel Silva --- drivers/clk/imx/clk-imx7d.c | 1 + include/dt-bindings/clock/imx7d-clock.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx7d.c b/drivers/clk/imx/clk-imx7d.

[PATCH v4 1/4] crypto: caam - Fix null dereference at error path

2018-02-22 Thread Rui Miguel Silva
Cc: "Horia Geantă" Cc: Aymen Sghaier Cc: Fabio Estevam Cc: Peng Fan Cc: "David S. Miller" Cc: Lukas Auer Cc: # 4.12+ Reviewed-by: Horia Geantă Signed-off-by: Rui Miguel Silva --- drivers/crypto/caam/ctrl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/driver

[PATCH v4 2/4] crypto: caam - do not use mem and emi_slow clock for imx7x

2018-02-22 Thread Rui Miguel Silva
Signed-off-by: Rui Miguel Silva --- drivers/crypto/caam/ctrl.c | 39 --- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c index 361e750f9cba..e4cc636e1104 100644 --- a/drivers/crypto/caam/

[PATCH v4 0/4] Enable CAAM on i.MX7s fix TrustZone issues

2018-02-22 Thread Rui Miguel Silva
e we aren't enabling for the i.MX7Dual since we don't have hardware to test that out but it should be a 1:1 mapping for others to enable when appropriate. Cheers, Rui Rui Miguel Silva (4): crypto: caam - Fix null dereference at error path crypto: caam - do not use mem and emi_slo