Am Donnerstag, dem 13.10.2022 um 20:40 +0200 schrieb Markus Stockhausen: > This driver adds support for the Realtek crypto engine. It provides > hardware > accelerated AES, SHA1 & MD5 algorithms. It is included in SoCs of the > RTL838x > series, such as RTL8380, RTL8381, RTL8382, as well as SoCs from the > RTL930x > series, such as RTL9301, RTL9302 and RTL9303. Some little endian and > ARM based > Realtek SoCs seem to have this engine too. Nevertheless this patch > was only > developed and verified on MIPS big endian devices. > > Module has been successfully tested with > - lots of module loads/unloads with crypto manager extra tests > enabled. > - openssl devcrypto benchmarking > - tcrypt.ko benchmarking > > ... > > Markus Stockhausen (6) > crypto/realtek: header definitions > crypto/realtek: core functions > crypto/realtek: hash algorithms > crypto/realtek: skcipher algorithms > crypto/realtek: enable module > crypto/realtek: add devicetree documentation > > /devicetree/bindings/crypto/realtek,realtek-crypto.yaml| 51 + > drivers/crypto/Kconfig | 13 > drivers/crypto/Makefile | 1 > drivers/crypto/realtek/Makefile | 5 > drivers/crypto/realtek/realtek_crypto.c | 472 > ++++++++++ > drivers/crypto/realtek/realtek_crypto.h | 325 ++++++ > drivers/crypto/realtek/realtek_crypto_ahash.c | 406 > ++++++++ > drivers/crypto/realtek/realtek_crypto_skcipher.c | 361 +++++++ > 8 files changed, 1634 insertions(+) Hi (Herbert), as I got neither positive nor negative feedback after your last question I just want to ask if there is any work for me to do on this series? Thanks in advance. Markus