2023-08-07 14:05:20

by Alexey Romanov

[permalink] [raw]
Subject: [PATCH v2 0/3] Meson S4 HW RNG Support

Hello!

This patch series adds hwrng support for Amlogic S4-series.
Now, S4 uses a new random number generation algorithm.
This changes implemnents new algo and also adds description
to meson-s4.dtsi.

V2:

- Use readl_relaxed_poll_timeout_atomic() function instead of loop.
- Use two different functions: meson_rng_read() and meson_s4_rng_read().
- Fix naming in DT schema (meson-s4-hwrng instead of meson-hwrng-s4).
- A little code style fixes.

Alexey Romanov (3):
drivers: rng: meson: add support for S4
dt-bindings: rng: meson: add meson-rng-s4 compatible
arch/arm64: dts: meson-s4: add hwrng node

.../bindings/rng/amlogic,meson-rng.yaml | 1 +
arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 5 ++
drivers/char/hw_random/meson-rng.c | 80 ++++++++++++++++++-
3 files changed, 83 insertions(+), 3 deletions(-)

--
2.38.1



2023-08-19 14:40:19

by Alexey Romanov

[permalink] [raw]
Subject: Re: [PATCH v2 0/3] Meson S4 HW RNG Support

Hi!

Really sorry for the noise, but
I would like to receive some feedback on my patchset.

On Mon, Aug 07, 2023 at 04:06:08PM +0300, Alexey Romanov wrote:
> Hello!
>
> This patch series adds hwrng support for Amlogic S4-series.
> Now, S4 uses a new random number generation algorithm.
> This changes implemnents new algo and also adds description
> to meson-s4.dtsi.
>
> V2:
>
> - Use readl_relaxed_poll_timeout_atomic() function instead of loop.
> - Use two different functions: meson_rng_read() and meson_s4_rng_read().
> - Fix naming in DT schema (meson-s4-hwrng instead of meson-hwrng-s4).
> - A little code style fixes.
>
> Alexey Romanov (3):
> drivers: rng: meson: add support for S4
> dt-bindings: rng: meson: add meson-rng-s4 compatible
> arch/arm64: dts: meson-s4: add hwrng node
>
> .../bindings/rng/amlogic,meson-rng.yaml | 1 +
> arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 5 ++
> drivers/char/hw_random/meson-rng.c | 80 ++++++++++++++++++-
> 3 files changed, 83 insertions(+), 3 deletions(-)
>
> --
> 2.38.1
>

--
Thank you,
Alexey