From 506bf0c0464ace57169aadcf02ae397999c57bdd Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 18 Mar 2015 00:17:00 -0700 Subject: [PATCH] hwrng: core - allow perfect entropy from hardware devices Hardware random number quality is measured from 0 (no entropy) to 1024 (perfect entropy). Allow hardware devices to assert the full range by truncating the device-provided value at 1024 instead of 1023. Signed-off-by: Keith Packard Signed-off-by: Herbert Xu --- Reading git-format-patch failed