1. 414a3c1 hwrng: omap - Fix W=1 unused variable warning by Herbert Xu · 4 years, 8 months ago
  2. b111418 hwrng: omap - Delete an error message in of_get_omap_rng_device_details() by Markus Elfring · 4 years, 11 months ago
  3. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  4. c7c16c58 hwrng: omap - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  5. be867f9 hwrng: omap - Fix RNG wait loop timeout by Sumit Garg · 5 years ago
  6. 3e75241 hwrng: drivers - Use device-managed registration API by Chuhong Yuan · 6 years ago
  7. 62f95ae hwrng: omap - Set default quality by Rouven Czerwinski · 6 years ago
  8. b166be0 hwrng: omap - Fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  9. 10bc320 hwrng: omap - Remove useless test before clk_disable_unprepare by Gregory CLEMENT · 7 years ago
  10. 43ec540 hwrng: omap - move clock related code to omap_rng_probe() by Thomas Petazzoni · 8 years ago
  11. b985735 hwrng: omap - Do not access INTMASK_REG on EIP76 by Thomas Petazzoni · 8 years ago
  12. 761c251 hwrng: omap - use devm_clk_get() instead of of_clk_get() by Thomas Petazzoni · 8 years ago
  13. 45c2fdd hwrng: omap - write registers after enabling the clock by Thomas Petazzoni · 8 years ago
  14. 3832124 hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K by Romain Perier · 8 years ago
  15. f0d5a11 hwrng: omap - Don't prefix the probe message with OMAP by Romain Perier · 8 years ago
  16. e54feeb hwrng: omap - Add support for 128-bit output of data by Romain Perier · 8 years ago
  17. b23d2d9 hwrng: omap - Remove global definition of hwrng by Romain Perier · 8 years ago
  18. 69eb4d01 hwrng: omap - Switch to non-obsolete read API implementation by Romain Perier · 8 years ago
  19. ad8529f hwrng: omap - Only fail if pm_runtime_get_sync returns < 0 by Dave Gerlach · 8 years ago
  20. 61dc0a4 hwrng: omap - Fix assumption that runtime_get_sync will always succeed by Nishanth Menon · 9 years ago
  21. 656d7e7 hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in init by Andre Wolokita · 10 years ago
  22. 1a5addf hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNG by Andre Wolokita · 10 years ago
  23. a308d66 hwrng: omap - remove #ifdefery around PM methods by Dmitry Torokhov · 10 years ago
  24. 1ee9b5e hwrng: omap - remove incorrect __exit markups by Dmitry Torokhov · 10 years ago
  25. eff5480 char: hw_random: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  26. 9e9026a hwrng: omap - remove unnecessary OOM messages by Jingoo Han · 11 years ago
  27. a246968 hwrng: omap - reorder OMAP TRNG driver code by Olof Johansson · 12 years ago
  28. e83872c hwrng: omap - Add OMAP4 TRNG support by Lokesh Vutla · 12 years ago
  29. c903970 hwrng: omap - Add device tree support by Lokesh Vutla · 12 years ago
  30. 7256c47 hwrng: omap - Remove duplicated function call by Lokesh Vutla · 12 years ago
  31. d52dc81 hwrng: omap - Convert to devm_kzalloc() by Lokesh Vutla · 12 years ago
  32. 4390f77 hwrng: omap - Use module_platform_driver macro by Lokesh Vutla · 12 years ago
  33. b2c3110 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  34. 1f539bc hwrng: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  35. 2a9ba2e drivers/char/hw_random: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
  36. c7c9e1c char: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  37. bcd2982 Drivers: char: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  38. 27615a9 ARM: OMAP: Trivial driver changes to remove include plat/cpu.h by Tony Lindgren · 12 years ago
  39. fe47c58 hwrng: OMAP: remove SoC restrictions from driver registration by Paul Walmsley · 12 years ago
  40. 665d92f hwrng: OMAP: convert to use runtime PM by Paul Walmsley · 12 years ago
  41. 0266636 hwrng: OMAP: store per-device data in per-device variables, not file statics by Paul Walmsley · 12 years ago
  42. 59596df omap-rng: fix use of SIMPLE_DEV_PM_OPS by Arnd Bergmann · 13 years ago
  43. 7650572 omap-rng: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 13 years ago
  44. b29e267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 13 years ago
  45. 945478a hwrng: omap - use devm_request_and_ioremap by Julia Lawall · 13 years ago
  46. 2c799ce ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h by Tony Lindgren · 13 years ago
  47. 6ba1a31 hwrng: omap - add missing clk_put by Julia Lawall · 14 years ago
  48. c652759 hwrng: omap - Convert release_resource to release_region/release_mem_region by Julia Lawall · 14 years ago
  49. 0fd92a1 omap: rng: Use resource_size instead of manual calculation by Tobias Klauser · 15 years ago
  50. 9f171ad hwrng: omap - Move probe function to .devinit.text by Uwe Kleine-König · 16 years ago
  51. eeec7c8 [ARM] omap: convert omap RNG clocks to match by devid and conid by Russell King · 16 years ago
  52. 953a7e8 [ARM] omap: ensure OMAP drivers pass a struct device to clk_get() by Russell King · 16 years ago
  53. 55c381e [ARM] omap: convert OMAP drivers to use ioremap() by Russell King · 16 years ago
  54. c49a7f1 [HWRNG] omap: Minor updates by David Brownell · 17 years ago
  55. 984e976 [HWRNG]: move status polling loop to data_present callbacks by Patrick McHardy · 17 years ago
  56. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  57. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  58. af2bc7d [PATCH] omap-rng build fix by David Brownell · 19 years ago
  59. ebc915a [PATCH] Add TI OMAP CPU family HW RNG driver by Michael Buesch · 19 years ago