[v1,0/3] Meson S4 HW RNG Support

Message ID 20230725141252.98848-1-avromanov@sberdevices.ru
Headers
Series Meson S4 HW RNG Support |

Message

Alexey Romanov July 25, 2023, 2:12 p.m. UTC
  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.

Alexey Romanov (3):
  drivers: rng: add check status bit feature
  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            | 77 ++++++++++++++++++-
 3 files changed, 80 insertions(+), 3 deletions(-)