public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Leo Liang <ycliang@andestech.com>
To: Chanho Park <chanho61.park@samsung.com>
Cc: Sughosh Ganu <sughosh.ganu@linaro.org>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Rick Chen <rick@andestech.com>,
	Jaehoon Chung <jh80.chung@samsung.com>, <u-boot@lists.denx.de>
Subject: Re: [PATCH v4 3/5] rng: Add StarFive JH7110 RNG driver
Date: Thu, 2 Nov 2023 17:33:56 +0800	[thread overview]
Message-ID: <ZUNtBFdYwba_uzxj@swlinux02> (raw)
In-Reply-To: <20231101121652.1865516-4-chanho61.park@samsung.com>

On Wed, Nov 01, 2023 at 09:16:50PM +0900, Chanho Park wrote:
> Adds to support JH7110 TRNG driver which is based on linux kernel's
> jh7110-trng.c. This can support to generate 256-bit random numbers and
> 128-bit but this makes 256-bit default for convenience.
> 
> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> ---
>  drivers/rng/Kconfig      |   6 +
>  drivers/rng/Makefile     |   1 +
>  drivers/rng/jh7110_rng.c | 274 +++++++++++++++++++++++++++++++++++++++
>  3 files changed, 281 insertions(+)
>  create mode 100644 drivers/rng/jh7110_rng.c

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

  reply	other threads:[~2023-11-02  9:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20231101121715epcas2p4b7220bb22ab65f355202e36a29c8c6df@epcas2p4.samsung.com>
2023-11-01 12:16 ` [PATCH v4 0/5] Add support for StarFive JH7110 TRNG driver Chanho Park
2023-11-01 12:16   ` [PATCH v4 1/5] riscv: import read/write_relaxed functions Chanho Park
2023-11-02  9:32     ` Leo Liang
2023-11-01 12:16   ` [PATCH v4 2/5] clk: starfive: jh7110: Add security clocks Chanho Park
2023-11-02  9:33     ` Leo Liang
2023-11-01 12:16   ` [PATCH v4 3/5] rng: Add StarFive JH7110 RNG driver Chanho Park
2023-11-02  9:33     ` Leo Liang [this message]
2023-11-01 12:16   ` [PATCH v4 4/5] riscv: dts: jh7110: Add rng device tree node Chanho Park
2023-11-02  9:34     ` Leo Liang
2023-11-01 12:16   ` [PATCH v4 5/5] configs: visionfive2: Enable JH7110 RNG driver Chanho Park

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=ZUNtBFdYwba_uzxj@swlinux02 \
    --to=ycliang@andestech.com \
    --cc=chanho61.park@samsung.com \
    --cc=jh80.chung@samsung.com \
    --cc=rick@andestech.com \
    --cc=sughosh.ganu@linaro.org \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /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