Messages in this thread |  | | From | Joel Fernandes <> | Subject | [PATCH v2 0/2] Introduce omap-des driver for OMAP SoCs | Date | Fri, 14 Feb 2014 10:48:41 -0600 |
| |
Here are revised patches for omap-des driver addressing review comments at: https://lkml.org/lkml/2013/8/30/116
Joel Fernandes (2): crypto: omap-des: Add omap-des driver for OMAP4/AM43xx crypto: omap-des: Add config and build options
drivers/crypto/Kconfig | 11 + drivers/crypto/Makefile | 1 + drivers/crypto/omap-des.c | 1218 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1230 insertions(+) create mode 100644 drivers/crypto/omap-des.c
-- 1.7.9.5
|  |