From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755086AbdDRPkE (ORCPT ); Tue, 18 Apr 2017 11:40:04 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42472 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751012AbdDRPkB (ORCPT ); Tue, 18 Apr 2017 11:40:01 -0400 Date: Tue, 18 Apr 2017 17:39:51 +0200 From: Greg Kroah-Hartman To: Gilad Ben-Yossef Cc: Herbert Xu , "David S. Miller" , Rob Herring , Mark Rutland , devel@driverdev.osuosl.org, linux-crypto@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, gilad.benyossef@arm.com, Binoy Jayan , Ofir Drang Subject: Re: [PATCH 0/4] staging: add ccree crypto driver Message-ID: <20170418153951.GA31214@kroah.com> References: <1492524470-13847-1-git-send-email-gilad@benyossef.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1492524470-13847-1-git-send-email-gilad@benyossef.com> User-Agent: Mutt/1.8.1 (2017-04-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 18, 2017 at 05:07:50PM +0300, Gilad Ben-Yossef wrote: > Arm TrustZone CryptoCell 700 is a family of cryptographic hardware > accelerators. It is supported by a long lived series of out of tree > drivers, which I am now in the process of unifying and upstreaming. > This is the first drop, supporting the new CryptoCell 712 REE. > > The code still needs some cleanup before maturing to a proper > upstream driver, which I am in the process of doing. However, > as discussion of some of the capabilities of the hardware and > its application to some dm-crypt and dm-verity features recently > took place I though it is better to do this in the open via the > staging tree. > > A Git repository based off of Linux 4.11-rc7 is available at > https://github.com/gby/linux.git branch ccree. > > Signed-off-by: Gilad Ben-Yossef > CC: Binoy Jayan > CC: Ofir Drang > > Gilad Ben-Yossef (4): > staging: add ccree crypto driver > staging: ccree: add TODO list > staging: ccree: add devicetree bindings > MAINTAINERS: add Gilad BY as maintainer for ccree We can't do much without a real patch, sorry. Digging in random git trees doesn't work :( I can't take this as-is, I need patches. thanks, greg k-h