devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <1638213623-32613-3-git-send-email-harsha.harsha@xilinx.com>]
  • [parent not found: <1638213623-32613-5-git-send-email-harsha.harsha@xilinx.com>]
  • * [RFC PATCH 0/6] crypto: Add Xilinx ZynqMP SHA3 driver support
    @ 2021-11-30  8:54 Harsha
      2021-11-30  8:54 ` [RFC PATCH 1/6] drivers: crypto: Updated Makefile for xilinx subdirectory Harsha
      0 siblings, 1 reply; 4+ messages in thread
    From: Harsha @ 2021-11-30  8:54 UTC (permalink / raw)
      To: herbert, davem, linux-crypto, linux-kernel, michal.simek,
    	linux-arm-kernel, robh+dt, devicetree
      Cc: saratcha, harshj, Harsha
    
    This patch set does the following:
      - Updates the Makefile for xilinx subdirectory
      - Adds communication layer support for sha_hash in zynqmp.c
      - Adds device tree node for ZynqMP SHA3 driver
      - Adds dt-binding docs for Xilinx ZynqMP SHA3 driver
      - Adds Xilinx ZynqMP driver for SHA3 Algorithm
      - Updates the list of MAINTAINERS
    
    Harsha (6):
      drivers: crypto: Updated Makefile for xilinx subdirectory
      firmware: xilinx: Add ZynqMP SHA API for SHA3 functionality
      dt-bindings: crypto: Add bindings for ZynqMP SHA3 driver
      arm64: dts: zynqmp: Add Xilinx SHA3 node
      crypto: xilinx: Add Xilinx SHA3 driver
      MAINTAINERS: Add maintainer for Xilinx ZynqMP SHA3 driver
    
     .../bindings/crypto/xlnx,zynqmp-sha3.yaml          |  30 +++
     MAINTAINERS                                        |   6 +
     arch/arm64/boot/dts/xilinx/zynqmp.dtsi             |   4 +
     drivers/crypto/Kconfig                             |  10 +
     drivers/crypto/Makefile                            |   2 +-
     drivers/crypto/xilinx/Makefile                     |   1 +
     drivers/crypto/xilinx/zynqmp-sha.c                 | 265 +++++++++++++++++++++
     drivers/firmware/xilinx/zynqmp.c                   |  26 ++
     include/linux/firmware/xlnx-zynqmp.h               |   8 +
     9 files changed, 351 insertions(+), 1 deletion(-)
     create mode 100644 Documentation/devicetree/bindings/crypto/xlnx,zynqmp-sha3.yaml
     create mode 100644 drivers/crypto/xilinx/zynqmp-sha.c
    
    -- 
    1.8.2.1
    
    
    ^ permalink raw reply	[flat|nested] 4+ messages in thread

    end of thread, other threads:[~2021-12-03 13:21 UTC | newest]
    
    Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <1638213623-32613-1-git-send-email-harsha.harsha@xilinx.com>
         [not found] ` <1638213623-32613-2-git-send-email-harsha.harsha@xilinx.com>
    2021-12-03 13:19   ` [RFC PATCH 1/6] drivers: crypto: Updated Makefile for xilinx subdirectory Michal Simek
         [not found] ` <1638213623-32613-3-git-send-email-harsha.harsha@xilinx.com>
    2021-12-03 13:20   ` [RFC PATCH 2/6] firmware: xilinx: Add ZynqMP SHA API for SHA3 functionality Michal Simek
         [not found] ` <1638213623-32613-5-git-send-email-harsha.harsha@xilinx.com>
    2021-12-03 13:21   ` [RFC PATCH 4/6] arm64: dts: zynqmp: Add Xilinx SHA3 node Michal Simek
    2021-11-30  8:54 [RFC PATCH 0/6] crypto: Add Xilinx ZynqMP SHA3 driver support Harsha
    2021-11-30  8:54 ` [RFC PATCH 1/6] drivers: crypto: Updated Makefile for xilinx subdirectory 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).