From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752504AbdFLJtP (ORCPT ); Mon, 12 Jun 2017 05:49:15 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:56670 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752065AbdFLJtO (ORCPT ); Mon, 12 Jun 2017 05:49:14 -0400 Subject: Re: [PATCH v3 0/5] Add support for the STM32F4 CRC32 To: Cosar Dindar , CC: , , , , , , References: From: Alexandre Torgue Message-ID: <96bd3288-b4f4-87c9-2904-aa52d10ea797@st.com> Date: Mon, 12 Jun 2017 11:48:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG1NODE2.st.com (10.75.127.2) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-12_06:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Cosar, On 05/22/2017 04:33 PM, Cosar Dindar wrote: > This patch series add hardware CRC32 ("Ethernet") calculation support > for STMicroelectronics STM32F429. > > Polynomial and key setting are not supported, key is fixed as 0x4C11DB7 > and poly is 0xFFFFFFFF. > > Module is tested on STM32F429-disco board with crypto testmgr using > cases within the key 0xFFFFFFFF. > > 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 board > ARM: dts: stm32: enable CRC32 on stm32429i-eval board > > .../devicetree/bindings/crypto/st,stm32-crc.txt | 4 +- > arch/arm/boot/dts/stm32429i-eval.dts | 4 ++ > arch/arm/boot/dts/stm32f429-disco.dts | 4 ++ > arch/arm/boot/dts/stm32f429.dtsi | 7 +++ > drivers/crypto/stm32/stm32_crc32.c | 68 ++++++++++++++++++---- > 5 files changed, 75 insertions(+), 12 deletions(-) > Patches 3, 4, 5 applied on stm32-dt-for-v4.13 regards Alex