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


Groups > linux.kernel > #1702684 > unrolled thread

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

Started byHerbert Xu <herbert@gondor.apana.org.au>
First post2017-08-03 07:50 +0200
Last post2017-08-03 10:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RESEND,PATCH v4 3/3] crypto : stm32 - Add STM32F4 CRC32 support Herbert Xu <herbert@gondor.apana.org.au> - 2017-08-03 07:50 +0200
    Re: [RESEND,PATCH v4 3/3] crypto : stm32 - Add STM32F4 CRC32 support Cosar Dindar <cosardindar@gmail.com> - 2017-08-03 10:50 +0200

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

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2017-08-03 07:50 +0200
SubjectRe: [RESEND,PATCH v4 3/3] crypto : stm32 - Add STM32F4 CRC32 support
Message-ID<uahbb-3Vp-3@gated-at.bofh.it>
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 supported.
> They are fixed as 0x4C11DB7 (poly) and 0xFFFFFFFF (key).
> CRC32C Castagnoli algorithm is not used.
> 
> Signed-off-by: Cosar Dindar <cosardindar@gmail.com>
> Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com>

This patch doesn't apply anymore.  Please rebase.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[toc] | [next] | [standalone]


#1702792

FromCosar Dindar <cosardindar@gmail.com>
Date2017-08-03 10:50 +0200
Message-ID<uajZn-5W2-3@gated-at.bofh.it>
In reply to#1702684
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 supported.
> > They are fixed as 0x4C11DB7 (poly) and 0xFFFFFFFF (key).
> > CRC32C Castagnoli algorithm is not used.
> > 
> > Signed-off-by: Cosar Dindar <cosardindar@gmail.com>
> > Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com>
> 
> This patch doesn't apply anymore.  Please rebase.
> 
> Thanks,

OK, I'll rebase and send a new patch including new changes.

Thanks, 

Best Regards,
 
Cosar.

> -- 
> Email: Herbert Xu <herbert@gondor.apana.org.au>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web