Re: [PATCH] hw_random: mediatek: Setup default RNG quality

2018-01-18 Thread Herbert Xu
On Wed, Jan 10, 2018 at 12:02:46PM +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > When hw_random device's quality is non-zero, it will automatically fill > the kernel's entropy pool at boot. For the purpose, one conservative > quality value is being picked up as the default value. >

[PATCH] hw_random: mediatek: Setup default RNG quality

2018-01-09 Thread sean.wang
From: Sean Wang When hw_random device's quality is non-zero, it will automatically fill the kernel's entropy pool at boot. For the purpose, one conservative quality value is being picked up as the default value. Signed-off-by: Sean Wang --- drivers/char/hw_random/mtk-rng.c | 1 + 1 file chang