From: guanjun <guanjun@linux.alibaba.com>
To: "Elliott, Robert (Servers)" <elliott@hpe.com>
Cc: "herbert@gondor.apana.org.au" <herbert@gondor.apana.org.au>,
"zelin.deng@linux.alibaba.com" <zelin.deng@linux.alibaba.com>,
"xuchun.shang@linux.alibaba.com" <xuchun.shang@linux.alibaba.com>,
"artie.ding@linux.alibaba.com" <artie.ding@linux.alibaba.com>,
"linux-crypto@vger.kernel.org" <linux-crypto@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v1 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex) accelerator driver
Date: Wed, 31 Aug 2022 10:47:45 +0800 [thread overview]
Message-ID: <2BDADCE3-5045-4BCF-88FF-76945A0780B3@linux.alibaba.com> (raw)
In-Reply-To: <MW5PR84MB184271E7C3085CB1004ED6A6AB739@MW5PR84MB1842.NAMPRD84.PROD.OUTLOOK.COM>
Hi Elliott,
Thanks for your comments.
> 2022年8月24日 下午10:57,Elliott, Robert (Servers) <elliott@hpe.com> 写道:
>
>
>
>> -----Original Message-----
>> From: 'Guanjun' <guanjun@linux.alibaba.com>
>> Sent: Wednesday, August 24, 2022 4:50 AM
>> To: herbert@gondor.apana.org.au
>> Subject: [PATCH v1 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex)
>> accelerator driver
>>
> ...
>> diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
>> index 3e6aa31..d739354 100644
>> --- a/drivers/crypto/Kconfig
>> +++ b/drivers/crypto/Kconfig
>> @@ -799,6 +799,8 @@ source "drivers/crypto/hisilicon/Kconfig"
>>
>> source "drivers/crypto/amlogic/Kconfig"
>>
>> +source "drivers/crypto/ycc/Kconfig"
>> +
>> config CRYPTO_DEV_SA2UL
>> tristate "Support for TI security accelerator"
>> depends on ARCH_K3 || COMPILE_TEST
>
> This menu isn't perfectly sorted, but since the new entry is for
> "Alibaba YCC", putting this at the top of the file would be
> better positioned for eventual sorting.
>
> Naming the directory alibaba/ rather than ycc/ might be more
> welcoming for future drivers, too.
Alibaba and T-Head (a semiconductor chip business entity of Alibaba Group) combined efforts
on the platform Yitian, so our cryptographic accelerator which is integrated in Yitian was named YCC,
the acronym for Yitian Cryptography Complex. We prefer ycc for our crypto related drivers.
Anyway, thanks for your suggestions. I will adjust in alphabetical order in next version.
Best regards,
Guanjun
>
> ...
>> diff --git a/drivers/crypto/ycc/Kconfig b/drivers/crypto/ycc/Kconfig
>> +++ b/drivers/crypto/ycc/Kconfig
>> @@ -0,0 +1,8 @@
>> +config CRYPTO_DEV_YCC
>> + tristate "Support for Alibaba YCC cryptographic accelerator"
>> + depends on CRYPTO && CRYPTO_HW && PCI
>> + default n
>> + help
>> + Enables the driver for the on-chip cryptographic accelerator of
>> + Alibaba Yitian SoCs which is based on ARMv9 architecture.
>> + If unsure say N.
>
next prev parent reply other threads:[~2022-08-31 2:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 9:50 [PATCH v1 0/9] Drivers for Alibaba YCC (Yitian Cryptography Complex) cryptographic accelerator 'Guanjun'
2022-08-24 9:50 ` [PATCH v1 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex) accelerator driver 'Guanjun'
2022-08-24 14:57 ` Elliott, Robert (Servers)
2022-08-31 2:47 ` guanjun [this message]
2022-08-24 9:50 ` [PATCH v1 2/9] crypto/ycc: Add ycc ring configuration 'Guanjun'
2022-08-24 9:50 ` [PATCH v1 3/9] crypto/ycc: Add irq support for ycc kernel rings 'Guanjun'
2022-08-24 9:50 ` [PATCH v1 4/9] crypto/ycc: Add device error handling support for ycc hw errors 'Guanjun'
2022-08-24 9:50 ` [PATCH v1 5/9] crypto/ycc: Add skcipher algorithm support 'Guanjun'
2022-08-24 16:24 ` Elliott, Robert (Servers)
2022-08-31 2:52 ` guanjun
2022-08-24 9:50 ` [PATCH v1 6/9] crypto/ycc: Add aead " 'Guanjun'
2022-08-24 9:50 ` [PATCH v1 7/9] crypto/ycc: Add rsa " 'Guanjun'
2022-08-24 9:50 ` [PATCH v1 8/9] crypto/ycc: Add sm2 " 'Guanjun'
2022-08-24 9:50 ` [PATCH v1 9/9] MAINTAINERS: Add Yitian Cryptography Complex (YCC) driver maintainer entry 'Guanjun'
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=2BDADCE3-5045-4BCF-88FF-76945A0780B3@linux.alibaba.com \
--to=guanjun@linux.alibaba.com \
--cc=artie.ding@linux.alibaba.com \
--cc=elliott@hpe.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=xuchun.shang@linux.alibaba.com \
--cc=zelin.deng@linux.alibaba.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®