2022-02-17 18:17:56

by Toke Høiland-Jørgensen

[permalink] [raw]
Subject: Re: [PATCH v3] ath9k: use hw_random API instead of directly dumping into random.c

"Jason A. Donenfeld" <[email protected]> writes:

> Hardware random number generators are supposed to use the hw_random
> framework. This commit turns ath9k's kthread-based design into a proper
> hw_random driver.
>
> Cc: Toke Høiland-Jørgensen <[email protected]>
> Cc: Kalle Valo <[email protected]>
> Cc: Rui Salvaterra <[email protected]>
> Cc: Dominik Brodowski <[email protected]>
> Cc: Herbert Xu <[email protected]>
> Signed-off-by: Jason A. Donenfeld <[email protected]>

Alright, LGTM. Thank you for the patch!

Acked-by: Toke Høiland-Jørgensen <[email protected]>