[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFBinCD7pgUaBJgeGHTOu-uZRA9a6K2kxPsu+huKe23wcnKPoA@mail.gmail.com>
Date: Sat, 27 Jul 2019 14:17:38 +0200
From: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
To: Corentin Labbe <clabbe@...libre.com>
Cc: davem@...emloft.net, herbert@...dor.apana.org.au,
khilman@...libre.com, mark.rutland@....com, robh+dt@...nel.org,
devicetree@...r.kernel.org, baylibre-upstreaming@...ups.io,
linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
linux-amlogic@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 2/4] crypto: amlogic: Add crypto accelerator for amlogic GXL
Hi Corentin,
it's great to see you working on this :)
On Thu, Jul 25, 2019 at 9:45 PM Corentin Labbe <clabbe@...libre.com> wrote:
>
> This patch adds support for the amlogic GXL cryptographic offloader present
> on GXL SoCs.
>
> This driver supports AES cipher in CBC/ECB mode.
>
> Signed-off-by: Corentin Labbe <clabbe@...libre.com>
> ---
> drivers/crypto/Kconfig | 2 +
> drivers/crypto/Makefile | 1 +
> drivers/crypto/amlogic/Kconfig | 24 ++
> drivers/crypto/amlogic/Makefile | 2 +
> drivers/crypto/amlogic/amlogic-cipher.c | 358 ++++++++++++++++++++++++
> drivers/crypto/amlogic/amlogic-core.c | 326 +++++++++++++++++++++
> drivers/crypto/amlogic/amlogic.h | 172 ++++++++++++
> 7 files changed, 885 insertions(+)
> create mode 100644 drivers/crypto/amlogic/Kconfig
> create mode 100644 drivers/crypto/amlogic/Makefile
> create mode 100644 drivers/crypto/amlogic/amlogic-cipher.c
> create mode 100644 drivers/crypto/amlogic/amlogic-core.c
> create mode 100644 drivers/crypto/amlogic/amlogic.h
there are two different crypto IPs on Amlogic SoCs:
- GXL and newer use the "BLKMV" crypto IP
- GXBB, Meson8/Meson8b/Meson8m2 (and probably older SoCs) use the
"NDMA" crypto IP
personally I think it makes sense to either have the IP name (blkmv)
or SoC name (GXL) in the file or directory names as well as being
consistent with that in the Kconfig option names
(I have no experience with the crypto framework so I cannot comment on
the driver implementation itself)
Martin
Powered by blists - more mailing lists