Re: [RESEND PATCH 4/4] crypto: rk_crypto - add DT bindings documentation

2015-11-02 Thread Rob Herring
On Mon, Nov 2, 2015 at 3:13 AM, Zain wrote: > Hi Mark > > On 2015年10月30日 22:03, Mark Rutland wrote: >> On Fri, Oct 30, 2015 at 04:22:49PM +0800, Zain Wang wrote: >>> Add DT bindings documentation for the rk3288 crypto drivers. >>> >>> Signed-off-by: Zain Wang

Re: [PATCH] nx-842: Endian swap ->count before handing over to the nx-842 compressor

2015-11-02 Thread Dan Streetman
On Sat, Oct 31, 2015 at 2:39 PM, Ram Pai wrote: > On Sat, Oct 31, 2015 at 08:38:17AM -0400, Dan Streetman wrote: >> On Fri, Oct 30, 2015 at 6:45 PM, Ram Pai wrote: >> > The nx-842 compressor overshoots the output buffer corrupting memory. >> > Verified

[PATCH v1 1/4] Crypto: Crypto driver support aes/des/des3 for rk3288

2015-11-02 Thread Zain Wang
Crypto driver support cbc/ecb two chainmode, and aes/des/des3 three cipher mode. The names registered are: ecb(aes) cbc(aes) ecb(des) cbc(des) ecb(des3_ede) cbc(des3_ede) You can alloc tags above in your case. And other algorithms and platforms will be added later on. Signed-off-by: Zain

[PATCH v1 4/4] crypto: rk_crypto - add DT bindings documentation

2015-11-02 Thread Zain Wang
Add DT bindings documentation for the rk3288 crypto drivers. Signed-off-by: Zain Wang --- .../devicetree/bindings/crypto/rockchip-crypto.txt | 29 ++ 1 file changed, 29 insertions(+) create mode 100644

[PATCH v1 2/4] clk: rockchip: set an id for crypto clk

2015-11-02 Thread Zain Wang
set an id for crypto clk, so that it can be called in other part. Signed-off-by: Zain Wang --- drivers/clk/rockchip/clk-rk3288.c | 2 +- include/dt-bindings/clock/rk3288-cru.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v1 3/4] ARM: dts: rockchip: Add Crypto drivers for rk3288

2015-11-02 Thread Zain Wang
Add Crypto drivers for rk3288 including crypto controller and dma clk. Signed-off-by: Zain Wang --- arch/arm/boot/dts/rk3288.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index

Re: [RESEND PATCH 1/4] Crypto: Crypto driver support aes/des/des3 for rk3288

2015-11-02 Thread Zain
Hi LABBE, On 2015年10月30日 16:58, LABBE Corentin wrote: > On Fri, Oct 30, 2015 at 04:22:46PM +0800, Zain Wang wrote: >> Crypto driver support cbc/ecb two chainmode, and aes/des/des3 three cipher >> mode. >> The names registered are: >> ecb(aes) cbc(aes) ecb(des) cbc(des) ecb(des3_ede)

Re: [RESEND PATCH 1/4] Crypto: Crypto driver support aes/des/des3 for rk3288

2015-11-02 Thread Zain
Hi Stephan, On 2015年10月30日 16:59, Stephan Mueller wrote: > Am Freitag, 30. Oktober 2015, 16:22:46 schrieb Zain Wang: > > Hi Zain, > >> Crypto driver support cbc/ecb two chainmode, and aes/des/des3 three cipher >> mode. The names registered are: >>ecb(aes) cbc(aes) ecb(des) cbc(des)

Crypto Update for 4.4

2015-11-02 Thread Herbert Xu
Hi Linus: Here is the crypto update for 4.4: API: * Add support for cipher output IVs in testmgr. * Add missing crypto_ahash_blocksize helper. * Mark authenc and des ciphers as not allowed under FIPS. Algorithms: * Add CRC support to 842 compression. * Add keywrap algorithm. * A number of

Re: [RESEND PATCH 4/4] crypto: rk_crypto - add DT bindings documentation

2015-11-02 Thread Zain
Hi Mark On 2015年10月30日 22:03, Mark Rutland wrote: > On Fri, Oct 30, 2015 at 04:22:49PM +0800, Zain Wang wrote: >> Add DT bindings documentation for the rk3288 crypto drivers. >> >> Signed-off-by: Zain Wang >> --- >> .../devicetree/bindings/crypto/rk-crypto.txt |

Re: [RESEND PATCH 1/4] Crypto: Crypto driver support aes/des/des3 for rk3288

2015-11-02 Thread Zain
Hi Heiko, On 2015年10月30日 22:26, Heiko Stuebner wrote: > Hi, > > first of all, thanks for working on this, it will be really cool to see the > crypto accelerator supported in the kernel :-) > > Am Freitag, 30. Oktober 2015, 16:22:46 schrieb Zain Wang: >> Crypto driver support cbc/ecb two

Re: [RESEND PATCH 4/4] crypto: rk_crypto - add DT bindings documentation

2015-11-02 Thread Zain
Hi Mark, On 2015年11月02日 23:39, Rob Herring wrote: > On Mon, Nov 2, 2015 at 3:13 AM, Zain wrote: >> Hi Mark >> >> On 2015年10月30日 22:03, Mark Rutland wrote: >>> On Fri, Oct 30, 2015 at 04:22:49PM +0800, Zain Wang wrote: Add DT bindings documentation for the rk3288