Re: [RESEND,PATCH v4 3/3] crypto : stm32 - Add STM32F4 CRC32 support

2017-08-03 Thread Cosar Dindar
On Thu, Aug 03, 2017 at 01:44:23PM +0800, Herbert Xu wrote: > On Mon, Jul 17, 2017 at 11:27:36AM +0300, Cosar Dindar wrote: > > This patch adds CRC (CRC32 Crypto) support for STM32F4 series. > > > > As an hardware limitation polynomial and key setting are not supporte

[PATCH v5] crypto : stm32 - Add STM32F4 CRC32 support

2017-08-03 Thread Cosar Dindar
This patch adds CRC (CRC32 Crypto) support for STM32F4 series. As an hardware limitation polynomial and key setting are not supported. They are fixed as 0x4C11DB7 (poly) and 0x (key). CRC32C Castagnoli algorithm is not used. Signed-off-by: Cosar Dindar <cosardin...@gmail.com> --- C

[RESEND,PATCH v4 0/2] Add support for the STM32F4 CRC32

2017-07-17 Thread Cosar Dindar
in the key 0x. Changes in v4: - Edited patchset brief. Cosar Dindar (2): dt-bindings : Document the STM32F4 CRC32 binding crypto : stm32 - Add STM32F4 CRC32 support

[RESEND,PATCH v4 2/3] dt-bindings : Document the STM32F4 CRC32 binding

2017-07-17 Thread Cosar Dindar
Add device tree binding for STM32F4. Signed-off-by: Cosar Dindar <cosardin...@gmail.com> --- Documentation/devicetree/bindings/crypto/st,stm32-crc.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt b/Documen

[RESEND,PATCH v4 3/3] crypto : stm32 - Add STM32F4 CRC32 support

2017-07-17 Thread Cosar Dindar
This patch adds CRC (CRC32 Crypto) support for STM32F4 series. As an hardware limitation polynomial and key setting are not supported. They are fixed as 0x4C11DB7 (poly) and 0x (key). CRC32C Castagnoli algorithm is not used. Signed-off-by: Cosar Dindar <cosardin...@gmail.com> Re

Re: [RESEND,PATCH v4 3/3] crypto : stm32 - Add STM32F4 CRC32 support

2017-07-17 Thread Cosar Dindar
ssary since it might cause problem while unregistering with your last patch. BR, Cosar > > On 07/17/2017 10:27 AM, Cosar Dindar wrote: > > This patch adds CRC (CRC32 Crypto) support for STM32F4 series. > > > > As an hardware limitation polynomial and key setting are not

[RESEND,PATCH v4 2/5] crypto : stm32 - Add STM32F4 CRC32 support

2017-06-21 Thread Cosar Dindar
This patch adds CRC (CRC32 Crypto) support for STM32F4 series. As an hardware limitation polynomial and key setting are not supported. They are fixed as 0x4C11DB7 (poly) and 0x (key). CRC32C Castagnoli algorithm is not used. Signed-off-by: Cosar Dindar <cosardin...@gmail.com> Re

[RESEND,PATCH v4 1/5] dt-bindings : Document the STM32F4 CRC32 binding

2017-06-21 Thread Cosar Dindar
Add device tree binding for STM32F4. Signed-off-by: Cosar Dindar <cosardin...@gmail.com> --- Changes in V4: - Edited binding explanations. Documentation/devicetree/bindings/crypto/st,stm32-crc.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documen

[RESEND,PATCH v4 0/5] Add support for the STM32F4 CRC32

2017-06-21 Thread Cosar Dindar
in the key 0x. Changes in v4: - Edited patch summary. Cosar Dindar (5): dt-bindings : Document the STM32F4 CRC32 binding crypto : stm32 - Add STM32F4 CRC32 support ARM: dts: stm32: Add CRC support to stm32f429 (Merged-by Alexander TORGUE) ARM: dts: stm32: enable CRC32 on stm32429-d

[PATCH v2 2/5] dt-bindings : Document the STM32F4 CRC32 binding

2017-05-20 Thread Cosar Dindar
Add device tree binding for STM32F4. Signed-off-by: Cosar Dindar <cosardin...@gmail.com> --- Documentation/devicetree/bindings/crypto/st,stm32-crc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/crypto/st,stm32-crc.

[PATCH v2 1/5] crypto : stm32 - Add STM32F4 CRC32 support

2017-05-20 Thread Cosar Dindar
This patch adds CRC (CRC32 Crypto) support for STM32F4 series. As an hardware limitation polynomial and key setting are not supported. They are fixed as 0x4C11DB7 (poly) and 0x (key). CRC32C Castagnoli algorithm is not used. Signed-off-by: Cosar Dindar <cosardin...@gmail.

[PATCH v2 0/5] Add support for the STM32F4 CRC32

2017-05-20 Thread Cosar Dindar
in the key 0xFFFF. Cosar Dindar (5): crypto : stm32 - Add STM32F4 CRC32 support dt-bindings : Document the STM32F4 CRC32 binding ARM: dts: stm32: enable CRC32 on stm32429-disco board ARM: dts: stm32: enable CRC32 on stm32429i-eval board ARM: dts: stm32: Add CRC support to stm32f429 .../

[PATCH v3 0/5] Add support for the STM32F4 CRC32

2017-05-22 Thread Cosar Dindar
in the key 0x. Changes in v3: Rearranged patch order to fix build test error. Cosar Dindar (5): dt-bindings : Document the STM32F4 CRC32 binding crypto : stm32 - Add STM32F4 CRC32 support ARM: dts: stm32: Add CRC support to stm32f429 ARM: dts: stm32: enable CRC32 on stm32429-disco b

[PATCH v3 1/5] dt-bindings : Document the STM32F4 CRC32 binding

2017-05-22 Thread Cosar Dindar
Add device tree binding for STM32F4. Signed-off-by: Cosar Dindar <cosardin...@gmail.com> --- Documentation/devicetree/bindings/crypto/st,stm32-crc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/crypto/st,stm32-crc.

[PATCH v3 2/5] crypto : stm32 - Add STM32F4 CRC32 support

2017-05-22 Thread Cosar Dindar
This patch adds CRC (CRC32 Crypto) support for STM32F4 series. As an hardware limitation polynomial and key setting are not supported. They are fixed as 0x4C11DB7 (poly) and 0x (key). CRC32C Castagnoli algorithm is not used. Signed-off-by: Cosar Dindar <cosardin...@gmail.

[PATCH] crypto: stm32 - Add CRC32 support for STM32F4XX

2017-05-16 Thread Cosar Dindar
supported also. Module is tested on STM32F429-disco board with crypto testmgr using cases within the key 0x. Signed-off-by: Cosar Dindar <cosardin...@gmail.com> --- .../devicetree/bindings/crypto/st,stm32-crc.txt| 4 +- arch/arm/boot/dts/stm32429i-eval.dts | 4 +

Re: [PATCH v2 2/5] dt-bindings : Document the STM32F4 CRC32 binding

2017-05-31 Thread Cosar Dindar
On Tue, May 30, 2017 at 05:50:24PM -0500, Rob Herring wrote: > On Sat, May 20, 2017 at 04:32:12PM +0300, Cosar Dindar wrote: > > Add device tree binding for STM32F4. > > > > Signed-off-by: Cosar Dindar <cosardin...@gmail.com> > > --- > > Documentation/devi

Re: [PATCH v3 2/5] crypto : stm32 - Add STM32F4 CRC32 support

2017-06-02 Thread Cosar Dindar
Hi Fabien, Thanks for your review. On Mon, May 29, 2017 at 07:56:48AM +, Fabien DESSENNE wrote: > Hi Cosar, > > Thank you for the patch > > On 22/05/17 16:34, Cosar Dindar wrote: > > This patch adds CRC (CRC32 Crypto) support for STM32F4 series. > > > > As