mbox series

[0/2] hwrng: imx-rngc - adjust the timeouts

Message ID 20230912143117.55965-1-martin@kaiser.cx
Headers show
Series hwrng: imx-rngc - adjust the timeouts | expand

Message

Martin Kaiser Sept. 12, 2023, 2:31 p.m. UTC
Set the timeouts for selftest and initial seed to approx. three times the
maximum possible duration.

This replaces the series "hwrng: imx-rngc - use polling instead of interrupt".

Martin Kaiser (2):
  hwrng: imx-rngc - reasonable timeout for selftest
  hwrng: imx-rngc - reasonable timeout for initial seed

 drivers/char/hw_random/imx-rngc.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Comments

Herbert Xu Sept. 20, 2023, 5:20 a.m. UTC | #1
On Tue, Sep 12, 2023 at 04:31:16PM +0200, Martin Kaiser wrote:
> Set the timeouts for selftest and initial seed to approx. three times the
> maximum possible duration.
> 
> This replaces the series "hwrng: imx-rngc - use polling instead of interrupt".
> 
> Martin Kaiser (2):
>   hwrng: imx-rngc - reasonable timeout for selftest
>   hwrng: imx-rngc - reasonable timeout for initial seed
> 
>  drivers/char/hw_random/imx-rngc.c | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 
> -- 
> 2.39.2

All applied.  Thanks.