History log of /drivers/char/hw_random/amd-rng.c
Revision Date Author Comments
bd68ccb390f0d91e26e6f3252ba457ee4e06974a 27-Apr-2011 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> hwrng: amd - manage resource allocation

As amd driver doesn't bind to PCI device, we'd better manage reource
allocation on our own to disallow (possible) conflicts.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
409a736336b560798f84d71ad6477c8fad20b523 25-Jun-2009 Joe Perches <joe@perches.com> hwrng: Use PCI_VDEVICE

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
77122d0b5d1fb2276b1fe7bce6366f22b2f96606 27-Oct-2008 Alan Cox <alan@lxorguk.ukuu.org.uk> Tidy up addresses in random drivers

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
984e976f5382ff09351ddd3b023937611396d739 20-Nov-2007 Patrick McHardy <kaber@trash.net> [HWRNG]: move status polling loop to data_present callbacks

Handle waiting for new random within the drivers themselves, this allows to
use better suited timeouts for the individual rngs.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Acked-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
56fb5fe9f16f630e3ee663c47c5aff26ac424d05 11-Jan-2007 Michael Buesch <mb@bu3sch.de> [PATCH] Fix HWRNG built-in initcalls priority

This changes all HWRNG driver initcalls to module_init(). We must probe
the RNGs after the major kernel subsystems are already up and running (like
PCI).

This fixes Bug 7730.
http://bugzilla.kernel.org/show_bug.cgi?id=7730

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Cc: Jan Beulich <jbeulich@novell.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
96d63c0297ccfd6d9059c614b3f5555d9441a2b3 26-Jun-2006 Michael Buesch <mb@bu3sch.de> [PATCH] Add AMD HW RNG driver

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>