crypto: atmel - Add capability case for the 0x600 SHA and AES IP versions
authorSergiu Moga <sergiu.moga@microchip.com>
Wed, 7 Dec 2022 13:59:55 +0000 (15:59 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Dec 2022 14:56:27 +0000 (22:56 +0800)
commit4838c5195af75373104d1e2895810c1f95c00ec4
tree9d9d45871efc5546e6292e12d68444eab45035d3
parent750426d63368c98404c917500b3687d7aed1a484
crypto: atmel - Add capability case for the 0x600 SHA and AES IP versions

In order for the driver to be made aware of the capabilities of the SHA
and AES IP versions 0x600 , such as those present on the SAM9X60 SoC's,
add a corresponding switch case to the capability method of the respective
drivers. Without this, besides the capabilities not being correctly set,
the self tests may hang since the driver is endlessly waiting for a
completion to be set by a never occurring DMA interrupt handler.

Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-aes.c
drivers/crypto/atmel-sha.c