All of lore.kernel.org
 help / color / mirror / Atom feed
From: "周琰杰 (Zhou Yanjie)" <zhouyanjie@wanyeetech.com>
To: arnd@arndb.de, gregkh@linuxfoundation.org, mpm@selenic.com,
	herbert@gondor.apana.org.au, robh+dt@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org,
	devicetree@vger.kernel.org, hadar.gat@arm.com,
	geert+renesas@glider.be, krzk@kernel.org, wahrenst@gmx.net,
	masahiroy@kernel.org, tmaimon77@gmail.com, rdunlap@infradead.org,
	qianweili@huawei.com, daniel.thompson@linaro.org,
	xuzaibo@huawei.com, olivier.sobrie@silexinsight.com,
	dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com,
	rick.tyliu@ingenic.com, yanfei.li@ingenic.com,
	sernia.zhou@foxmail.com, zhenwenjin@gmail.com
Subject: [PATCH 0/2] Add support for the TRNG in Ingenic X1830.
Date: Mon, 14 Sep 2020 00:10:19 +0800	[thread overview]
Message-ID: <20200913161021.120226-1-zhouyanjie@wanyeetech.com> (raw)

1.Add the TRNG bindings for the X1830 SoC from Ingenic.
2.Add X1830 SoC digital true random number generator driver.

周琰杰 (Zhou Yanjie) (2):
  dt-bindings: RNG: Add Ingenic TRNG bindings.
  crypto: Ingenic: Add hardware TRNG for Ingenic X1830.

 .../devicetree/bindings/rng/ingenic,trng.yaml      |  43 ++++++
 drivers/char/hw_random/Kconfig                     |  14 ++
 drivers/char/hw_random/Makefile                    |   1 +
 drivers/char/hw_random/ingenic-trng.c              | 161 +++++++++++++++++++++
 4 files changed, 219 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rng/ingenic,trng.yaml
 create mode 100644 drivers/char/hw_random/ingenic-trng.c

-- 
2.11.0


             reply	other threads:[~2020-09-13 16:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-13 16:10 周琰杰 (Zhou Yanjie) [this message]
2020-09-13 16:10 ` [PATCH 1/2] dt-bindings: RNG: Add Ingenic TRNG bindings 周琰杰 (Zhou Yanjie)
2020-09-22 23:06   ` Rob Herring
2020-09-13 16:10 ` [PATCH 2/2] crypto: Ingenic: Add hardware TRNG for Ingenic X1830 周琰杰 (Zhou Yanjie)
2020-09-25  8:11 ` [PATCH 0/2] Add support for the TRNG in " Herbert Xu

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=20200913161021.120226-1-zhouyanjie@wanyeetech.com \
    --to=zhouyanjie@wanyeetech.com \
    --cc=aric.pzqi@ingenic.com \
    --cc=arnd@arndb.de \
    --cc=daniel.thompson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dongsheng.qiu@ingenic.com \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=hadar.gat@arm.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=krzk@kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=mpm@selenic.com \
    --cc=olivier.sobrie@silexinsight.com \
    --cc=qianweili@huawei.com \
    --cc=rdunlap@infradead.org \
    --cc=rick.tyliu@ingenic.com \
    --cc=robh+dt@kernel.org \
    --cc=sernia.zhou@foxmail.com \
    --cc=tmaimon77@gmail.com \
    --cc=wahrenst@gmx.net \
    --cc=xuzaibo@huawei.com \
    --cc=yanfei.li@ingenic.com \
    --cc=zhenwenjin@gmail.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.