Re: [PATCH 2/9] crypto: Add Allwinner sun8i-ce Crypto Engine

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 11:19:51AM +0300, Maxime Ripard wrote: > Hi, > > I can't really comment on the crypto side, so my review is going to be > pretty boring. > > On Fri, Sep 06, 2019 at 08:45:44PM +0200, Corentin Labbe wrote: > > +static const struct ce_variant ce_h3_variant = { > > + .alg_c

Re: [PATCH 9/9] sunxi_defconfig: add new crypto options

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 07:03:53AM +0300, Maxime Ripard wrote: > On Fri, Sep 06, 2019 at 08:45:51PM +0200, Corentin Labbe wrote: > > This patch adds the new allwinner crypto configs to sunxi_defconfig > > > > Signed-off-by: Corentin Labbe > > --- > > arch/arm/configs/sunxi_defconfig | 2 ++ > > 1

Re: [PATCH 4/9] ARM: dts: sun8i: r40: add crypto engine node

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 07:02:17AM +0300, Maxime Ripard wrote: > On Fri, Sep 06, 2019 at 08:45:46PM +0200, Corentin Labbe wrote: > > The Crypto Engine is a hardware cryptographic offloader that supports > > many algorithms. > > It could be found on most Allwinner SoCs. > > > > This patch enables th

Re: [PATCH 6/9] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on A64

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 07:02:54AM +0300, Maxime Ripard wrote: > On Fri, Sep 06, 2019 at 08:45:48PM +0200, Corentin Labbe wrote: > > The Crypto Engine is a hardware cryptographic accelerator that supports > > many algorithms. > > It could be found on most Allwinner SoCs. > > > > This patch enables

Re: [PATCH 1/9] crypto: Add allwinner subdirectory

2019-09-07 Thread Corentin Labbe
On Sat, Sep 07, 2019 at 06:54:53AM +0300, Maxime Ripard wrote: > On Fri, Sep 06, 2019 at 08:45:43PM +0200, Corentin Labbe wrote: > > Since a second Allwinner crypto driver will be added, it is better to > > create a dedicated subdirectory. > > > > Signed-off-by: Corentin Labbe > > --- > > MAINTAI

[cryptodev:master 219/267] drivers/crypto/inside-secure/safexcel.c:1046:24: error: 'PCI_IRQ_MSIX' undeclared; did you mean 'PCI_PRI_CTRL'?

2019-09-07 Thread kbuild test robot
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master head: c75c66bbaa56f130e2be095402422e56f608aa62 commit: 625f269a5a7a3643771320387e474bd0a61d9654 [219/267] crypto: inside-secure - add support for PCI based FPGA development board config: nds32-all

[PATCH] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema

2019-09-07 Thread Krzysztof Kozlowski
Convert Samsung Exynos Pseudo Random Number Generator bindings to DT schema format using json-schema. Signed-off-by: Krzysztof Kozlowski --- .../bindings/rng/samsung,exynos4-rng.txt | 19 - .../bindings/rng/samsung,exynos4-rng.yaml | 41 +++ MAINTAINERS

[PATCH] dt-bindings: crypto: samsung: Convert SSS and SlimSSS bindings to json-schema

2019-09-07 Thread Krzysztof Kozlowski
Convert Samsung Exynos Security SubSystem (SSS) and SlimSSS hardware crypto accelerator bindings to DT schema format using json-schema. Signed-off-by: Krzysztof Kozlowski --- Rebased on linux-next due to conflicting change in MAINTAINERS file coming through arm-soc tree. --- .../bindings/crypt

Re: [PATCH 2/9] crypto: Add Allwinner sun8i-ce Crypto Engine

2019-09-07 Thread Maxime Ripard
Hi, I can't really comment on the crypto side, so my review is going to be pretty boring. On Fri, Sep 06, 2019 at 08:45:44PM +0200, Corentin Labbe wrote: > +static const struct ce_variant ce_h3_variant = { > + .alg_cipher = { CE_ID_NOTSUPP, CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES, > +