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


Groups > linux.kernel > #1646991 > unrolled thread

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

Started byCosar Dindar <cosardindar@gmail.com>
First post2017-05-22 16:40 +0200
Last post2017-05-22 16:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/5] Add support for the STM32F4 CRC32 Cosar Dindar <cosardindar@gmail.com> - 2017-05-22 16:40 +0200

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

FromCosar Dindar <cosardindar@gmail.com>
Date2017-05-22 16:40 +0200
Subject[PATCH v3 0/5] Add support for the STM32F4 CRC32
Message-ID<tJWF4-6Ra-27@gated-at.bofh.it>
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(-)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web