All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Gong <richard.gong@linux.intel.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: davem@davemloft.net, gregkh@linuxfoundation.org,
	linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org,
	dinguyen@kernel.org, richard.gong@intel.com
Subject: Re: [PATCHv1 2/2] crypto: add Intel SoCFPGA crypto service driver
Date: Wed, 12 Aug 2020 11:52:32 -0500	[thread overview]
Message-ID: <7850a3e6-1ac2-c13e-94cb-64adfb6c6898@linux.intel.com> (raw)
In-Reply-To: <20200812003418.GA4166@gondor.apana.org.au>


I will move them to drivers/misc.

Regards,
Richard

On 8/11/20 7:34 PM, Herbert Xu wrote:
> On Tue, Aug 11, 2020 at 08:56:22AM -0500, richard.gong@linux.intel.com wrote:
>> From: Richard Gong <richard.gong@intel.com>
>>
>> Add Intel FPGA crypto service (FCS) driver to support new crypto services
>> on Intel SoCFPGA platforms.
>>
>> The crypto services include security certificate, image boot validation,
>> security key cancellation, get provision data, random number generation,
>> advance encrtption standard (AES) encryption and decryption services.
>>
>> To perform supporting crypto features on Intel SoCFPGA platforms, Linux
>> user-space application interacts with FPGA crypto service (FCS) driver via
>> structures defined in include/uapi/linux/intel_fcs-ioctl.h.
>>
>> The application allocates spaces for IOCTL structure to hold the contents
>> or points to the data that FCS driver needs, uses IOCTL calls to passes
>> data to kernel FCS driver for processing at low level firmware and get
>> processed data or status back form the low level firmware via FCS driver.
>>
>> The user-space application named as fcs_client is at
>> https://github.com/altera-opensource/fcs_apps/tree/fcs_client.
>>
>> Signed-off-by: Richard Gong <richard.gong@intel.com>
> 
> Nack.  This driver has nothing to do with the Crypto API.
> 

      reply	other threads:[~2020-08-12 16:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-11 13:56 [PATCHv1 0/2] add Intel SoCFPGA crypto service driver richard.gong
2020-08-11 13:56 ` [PATCHv1 1/2] firmware: stratix10-svc: extend svc to support new crypto features richard.gong
2020-08-11 13:56 ` [PATCHv1 2/2] crypto: add Intel SoCFPGA crypto service driver richard.gong
2020-08-12  0:34   ` Herbert Xu
2020-08-12 16:52     ` Richard Gong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7850a3e6-1ac2-c13e-94cb-64adfb6c6898@linux.intel.com \
    --to=richard.gong@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=dinguyen@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard.gong@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.