Re: [PATCH 1/2] rockchip: rng: add trngv1 for rk3588

2023-04-07 Thread Chris Morgan
On Thu, Apr 06, 2023 at 08:53:43PM +0200, Heinrich Schuchardt wrote: > > > Am 6. April 2023 18:17:35 MESZ schrieb Chris Morgan : > >From: Chris Morgan > > > >This adds support for the TRNG found in the RK3588 SoC to the > >rockchip_rng driver so that it can be used for things such as > >seeding

Re: [PATCH 1/2] rockchip: rng: add trngv1 for rk3588

2023-04-06 Thread Heinrich Schuchardt
Am 6. April 2023 18:17:35 MESZ schrieb Chris Morgan : >From: Chris Morgan > >This adds support for the TRNG found in the RK3588 SoC to the >rockchip_rng driver so that it can be used for things such as >seeding randomness to Linux. > >This code was taken wholesale from the Rockchip BSP U-Boot s

[PATCH 1/2] rockchip: rng: add trngv1 for rk3588

2023-04-06 Thread Chris Morgan
From: Chris Morgan This adds support for the TRNG found in the RK3588 SoC to the rockchip_rng driver so that it can be used for things such as seeding randomness to Linux. This code was taken wholesale from the Rockchip BSP U-Boot source located here: https://github.com/rockchip-linux/u-boot/com