linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4] crypto: Add Xilinx ZynqMP SHA3 driver support
@ 2022-02-17 19:14 Harsha
  2022-02-17 19:14 ` [PATCH V2 1/4] drivers: crypto: Updated Makefile for xilinx subdirectory Harsha
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Harsha @ 2022-02-17 19:14 UTC (permalink / raw)
  To: herbert, davem, linux-crypto, linux-kernel, linux-arm-kernel,
	michals
  Cc: saratcha, harshj, git, Harsha

This patch set does the following:
  - Updates the Makefile for xilinx subdirectory
  - Adds communication layer support for sha_hash in zynqmp.c
  - Adds Xilinx ZynqMP driver for SHA3 Algorithm
  - Updates the list of MAINTAINERS

V2 changes:
- Removed dependency on COMPILE_TEST in 3/4
- Rebased this patchset on latest Cryptodev-2.6 tree which fixed
below kernel robot warning
   In file included from ./arch/s390/include/generated/asm/cacheflush.h:1,
                    from drivers/crypto/xilinx/zynqmp-sha.c:6:
include/asm-generic/cacheflush.h:53:46: warning: 'struct folio' declared
inside parameter list will not be visible outside of this definition
or declaration
      53 | static inline void flush_dcache_folio(struct folio *folio) { }
         |
- Included linux/cacheflush.h instead of asm/cacheflush.h in 3/4
 

V1 changes:
- Converted RFC patch to PATCH
- Updated zynqmp-sha driver so that it can be self discovered 
- Removed patch 3/6 and 4/6 as they added support for device tree
- Substituted hw with hardware in drivers/crypto/Kconfig

Harsha (4):
  drivers: crypto: Updated Makefile for xilinx subdirectory
  firmware: xilinx: Add ZynqMP SHA API for SHA3 functionality
  crypto: xilinx: Add Xilinx SHA3 driver
  MAINTAINERS: Add maintainer for Xilinx ZynqMP SHA3 driver

 MAINTAINERS                          |   5 +
 drivers/crypto/Kconfig               |  10 ++
 drivers/crypto/Makefile              |   2 +-
 drivers/crypto/xilinx/Makefile       |   1 +
 drivers/crypto/xilinx/zynqmp-sha.c   | 285 +++++++++++++++++++++++++++++++++++
 drivers/firmware/xilinx/zynqmp.c     |  26 ++++
 include/linux/firmware/xlnx-zynqmp.h |   8 +
 7 files changed, 336 insertions(+), 1 deletion(-)
 create mode 100644 drivers/crypto/xilinx/zynqmp-sha.c

-- 
1.8.2.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-02-23  9:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-17 19:14 [PATCH V2 0/4] crypto: Add Xilinx ZynqMP SHA3 driver support Harsha
2022-02-17 19:14 ` [PATCH V2 1/4] drivers: crypto: Updated Makefile for xilinx subdirectory Harsha
2022-02-17 19:14 ` [PATCH V2 2/4] firmware: xilinx: Add ZynqMP SHA API for SHA3 functionality Harsha
2022-02-18  9:43   ` Corentin Labbe
2022-02-21 12:17     ` Harsha Harsha
2022-02-21 13:08       ` Harsha Harsha
2022-02-22  9:47       ` Corentin Labbe
2022-02-17 19:14 ` [PATCH V2 3/4] crypto: xilinx: Add Xilinx SHA3 driver Harsha
2022-02-22 10:01   ` Corentin Labbe
2022-02-23  9:45     ` Harsha Harsha
2022-02-17 19:14 ` [PATCH V2 4/4] MAINTAINERS: Add maintainer for Xilinx ZynqMP " Harsha

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).