aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/hw_random/omap-rng.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-08[ARM] omap: convert omap RNG clocks to match by devid and conidRussell King1-1/+1
Signed-off-by: Russell King <[email protected]>
2009-01-24[ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King1-1/+1
Signed-off-by: Russell King <[email protected]>
2008-09-05[ARM] omap: convert OMAP drivers to use ioremap()Russell King1-8/+25
Signed-off-by: Russell King <[email protected]>
2008-04-21[HWRNG] omap: Minor updatesDavid Brownell1-13/+13
Minor cleanups to the OMAP RNG: - Comment update re RNG status: * yes, it works on 16xx; "rngtest" is quite happy * it's fast enough that polling vs IRQ is a non-issue - Get rid of BUG_ON - Help GCC not be stupid about inlining (object code shrink) - Remove "sparse" warning - Cope with new hotplug rule requiring "platform:" modalias And make the file header match kernel conventions. Signed-off-by: David Brownell <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
2008-01-11[HWRNG]: move status polling loop to data_present callbacksPatrick McHardy1-2/+11
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 <[email protected]> Acked-by: Michael Buesch <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
* Convert files to UTF-8. * Also correct some people's names (one example is Eißfeldt, which was found in a source file. Given that the author used an ß at all in a source file indicates that the real name has in fact a 'ß' and not an 'ss', which is commonly used as a substitute for 'ß' when limited to 7bit.) * Correct town names (Goettingen -> Göttingen) * Update Eberhard Mönkeberg's address (http://lkml.org/lkml/2007/1/8/313) Signed-off-by: Jan Engelhardt <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Zeisberger <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
2006-08-06[PATCH] omap-rng build fixDavid Brownell1-27/+24
Seems like the omap-rng driver in the main tree predates the switch from <asm/hardware/clock.h> to <linux/clk.h> ... now it builds OK. Signed-off-by: David Brownell <[email protected]> Signed-off-by: Michael Buesch <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-06-26[PATCH] Add TI OMAP CPU family HW RNG driverMichael Buesch1-0/+208
Signed-off-by: Michael Buesch <[email protected]> Cc: Jeff Garzik <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>