Re: [PATCH] crypto: Add driver for Aspeed HACE

2021-05-19 Thread Simon Glass
Hi Cédric, On Tue, 18 May 2021 at 03:02, Cédric Le Goater wrote: > > On 5/18/21 9:09 AM, Joel Stanley wrote: > > The HACE supports MD5, SHA1 and SHA2 family hash functions. This driver > > uses it in a polling mode to perform hash calculations over buffers > > placed in DRAM. > > > > It registers

Re: [PATCH] crypto: Add driver for Aspeed HACE

2021-05-18 Thread Cédric Le Goater
On 5/18/21 9:09 AM, Joel Stanley wrote: > The HACE supports MD5, SHA1 and SHA2 family hash functions. This driver > uses it in a polling mode to perform hash calculations over buffers > placed in DRAM. > > It registers a driver to allow the hardware's clocking to be enabled > using the clock frame

[PATCH] crypto: Add driver for Aspeed HACE

2021-05-18 Thread Joel Stanley
The HACE supports MD5, SHA1 and SHA2 family hash functions. This driver uses it in a polling mode to perform hash calculations over buffers placed in DRAM. It registers a driver to allow the hardware's clocking to be enabled using the clock framework. Co-developed-by: Klaus Heinrich Kiwi Signed-