Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1646124

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

From Cosar Dindar <cosardindar@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/5] Add support for the STM32F4 CRC32
Date 2017-05-20 15:40 +0200
Message-ID <tJcLT-24w-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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.

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

 .../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(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] Add support for the STM32F4 CRC32 Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200
  [PATCH v2 5/5] ARM: dts: stm32: Add CRC support to stm32f429 Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200
  [PATCH v2 1/5] crypto : stm32 - Add STM32F4 CRC32 support Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200
  [PATCH v2 3/5] ARM: dts: stm32: enable CRC32 on stm32429-disco board Cosar Dindar <cosardindar@gmail.com> - 2017-05-20 15:40 +0200
    Re: [PATCH v2 3/5] ARM: dts: stm32: enable CRC32 on stm32429-disco  board kbuild test robot <lkp@intel.com> - 2017-05-22 13:20 +0200

csiph-web