Re: [PATCH v5 5/9] qemu: arm: Remove platform specific function to get RNG device

2022-03-24 Thread Heinrich Schuchardt
On 3/24/22 17:44, Sughosh Ganu wrote: On Sun, 13 Mar 2022 at 20:18, Sughosh Ganu wrote: The Qemu platform has a function defined to get the random number generator(RNG) device. However, the RNG device can be obtained simply by searching for a device belonging to the RNG uclass. Remove the

Re: [PATCH v5 5/9] qemu: arm: Remove platform specific function to get RNG device

2022-03-24 Thread Sughosh Ganu
hi Heinrich, On Sun, 13 Mar 2022 at 20:18, Sughosh Ganu wrote: > > The Qemu platform has a function defined to get the random number > generator(RNG) device. However, the RNG device can be obtained simply > by searching for a device belonging to the RNG uclass. Remove the > superfluous platform

[PATCH v5 5/9] qemu: arm: Remove platform specific function to get RNG device

2022-03-13 Thread Sughosh Ganu
The Qemu platform has a function defined to get the random number generator(RNG) device. However, the RNG device can be obtained simply by searching for a device belonging to the RNG uclass. Remove the superfluous platform function defined for the Qemu platform for getting the RNG device.