linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/4] Add Xilinx's ZynqMP AES-GCM driver support
@ 2019-11-20  7:43 Kalyani Akula
  2019-11-20  7:43 ` [PATCH V4 1/4] dt-bindings: crypto: Add bindings for ZynqMP AES driver Kalyani Akula
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Kalyani Akula @ 2019-11-20  7:43 UTC (permalink / raw)
  To: linux-crypto, linux-kernel
  Cc: git, Harsh Jain, Sarat Chand Savitala, Mohan, Kalyani Akul,
	Kalyani Akula

This patch set adds support for
- dt-binding docs for Xilinx ZynqMP AES driver
- Adds device tree node for ZynqMP AES driver
- Adds communication layer support for aes in zynqmp.c
- Adds Xilinx ZynqMP driver for AES Algorithm

V4 Changes :
- Addressed review comments.

V3 Changes :
- Added software fallback in cases where HW doesnt have  the capability to handle the request.
- Removed use of global variable for storing the driver data.
- Enabled CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y and executed all  the kernel selftests. Also covered tests with tcrypt module.

V2 Changes :
- Converted RFC PATCH to PATCH
- Removed ALG_SET_KEY_TYPE that was added to support keytype
  attribute. Taken using setkey interface.
- Removed deprecated BLKCIPHER in Kconfig
- Erased Key/IV from the buffer.
- Renamed zynqmp-aes driver to zynqmp-aes-gcm.
- Addressed few other review comments


Kalyani Akula (4):
  dt-bindings: crypto: Add bindings for ZynqMP AES driver
  ARM64: zynqmp: Add Xilinix AES node.
  firmware: xilinx: Add ZynqMP aes API for AES functionality
  crypto: Add Xilinx AES driver

 .../devicetree/bindings/crypto/xlnx,zynqmp-aes.txt |  12 +
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi             |   5 +
 drivers/crypto/Kconfig                             |  11 +
 drivers/crypto/Makefile                            |   1 +
 drivers/crypto/xilinx/Makefile                     |   3 +
 drivers/crypto/xilinx/zynqmp-aes-gcm.c             | 469 +++++++++++++++++++++
 drivers/firmware/xilinx/zynqmp.c                   |  23 +
 include/linux/firmware/xlnx-zynqmp.h               |   2 +
 8 files changed, 526 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/crypto/xlnx,zynqmp-aes.txt
 create mode 100644 drivers/crypto/xilinx/Makefile
 create mode 100644 drivers/crypto/xilinx/zynqmp-aes-gcm.c

-- 
1.9.5


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-01-22  7:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20  7:43 [PATCH V4 0/4] Add Xilinx's ZynqMP AES-GCM driver support Kalyani Akula
2019-11-20  7:43 ` [PATCH V4 1/4] dt-bindings: crypto: Add bindings for ZynqMP AES driver Kalyani Akula
2020-01-21  9:11   ` Michal Simek
2019-11-20  7:44 ` [PATCH V4 2/4] ARM64: zynqmp: Add Xilinix AES node Kalyani Akula
2020-01-21  9:13   ` Michal Simek
2019-11-20  7:44 ` [PATCH V4 3/4] firmware: xilinx: Add ZynqMP aes API for AES functionality Kalyani Akula
2020-01-21  9:15   ` Michal Simek
2019-11-20  7:44 ` [PATCH V4 4/4] crypto: Add Xilinx AES driver Kalyani Akula
2020-01-21  9:23   ` Michal Simek
2020-01-20  6:59 ` [PATCH V4 0/4] Add Xilinx's ZynqMP AES-GCM driver support Kalyani Akula
2020-01-20  7:55   ` Herbert Xu
2020-01-21  9:26     ` Michal Simek
2020-01-22  5:51       ` Herbert Xu
2020-01-22  6:59         ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).