<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 5, 2017 at 5:57 AM, Herbert Xu <span dir="ltr"><<a href="mailto:herbert@gondor.apana.org.au" target="_blank">herbert@gondor.apana.org.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Apr 04, 2017 at 02:43:07PM -0700, Rick Altherr wrote:<br>
> Some hardware RNGs provide a single register for obtaining random data.<br>
> Instead of signaling when new data is available, the reader must wait a<br>
> fixed amount of time between reads for new data to be generated.<br>
> timeriomem_rng implements this scheme with the period specified in<br>
> platform data or device tree.  While the period is specified in<br>
> microseconds, the implementation used a standard timer which has a<br>
> minimum delay of 1 jiffie and caused a significant bottleneck for<br>
> devices that can update at 1us.  By switching to an hrtimer, 1us periods<br>
> now only delay at most 2us per read.<br>
><br>
> Migrated to new hw_random API while I in this driver.<br>
><br>
> Signed-off-by: Rick Altherr <<a href="mailto:raltherr@google.com">raltherr@google.com</a>><br>
<br>
</span>Thanks Rick.  Could you split this into two patches? One doing<br>
the API conversion and the other one doing the substantive change<br>
to the entropy gathering?<br>
<br>
That way if there is a problem it'll be easier to track down.<br>
<br></blockquote><div><br></div><div>Will do.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks,<br>
<span class="HOEnZb"><font color="#888888">--<br>
Email: Herbert Xu <<a href="mailto:herbert@gondor.apana.org.au">herbert@gondor.apana.org.au</a>><br>
Home Page: <a href="http://gondor.apana.org.au/~herbert/" rel="noreferrer" target="_blank">http://gondor.apana.org.au/~<wbr>herbert/</a><br>
PGP Key: <a href="http://gondor.apana.org.au/~herbert/pubkey.txt" rel="noreferrer" target="_blank">http://gondor.apana.org.au/~<wbr>herbert/pubkey.txt</a><br>
</font></span></blockquote></div><br></div></div>