> Subject: [EXTERNAL] [PATCH v2 3/9] crypto/ionic: add device commands > > This defines the device (register-based) commands. They are used for > device identification, setup, and teardown. > > Signed-off-by: Andrew Boyer <andrew.bo...@amd.com> > --- > drivers/crypto/ionic/ionic_crypto.h | 24 ++ > drivers/crypto/ionic/ionic_crypto_cmds.c | 348 +++++++++++++++++++++++ > drivers/crypto/ionic/ionic_crypto_main.c | 89 +++++- > drivers/crypto/ionic/meson.build | 1 + > 4 files changed, 461 insertions(+), 1 deletion(-) > create mode 100644 drivers/crypto/ionic/ionic_crypto_cmds.c >
Fix _coding style issues_ Warning in drivers/crypto/ionic/ionic_crypto_cmds.c: Using %l format, prefer %PRI*64 if type is [u]int64_t