index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
omap-rng.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
hwrng: omap - Fix clock resource by adding a register clock
Gregory CLEMENT
1
-0
/
+16
2018-03-09
hwrng: omap - Remove useless test before clk_disable_unprepare
Gregory CLEMENT
1
-4
/
+2
2017-03-16
hwrng: omap - move clock related code to omap_rng_probe()
Thomas Petazzoni
1
-10
/
+12
2017-03-08
hwrng: omap - Do not access INTMASK_REG on EIP76
Thomas Petazzoni
1
-1
/
+12
2017-03-08
hwrng: omap - use devm_clk_get() instead of of_clk_get()
Thomas Petazzoni
1
-1
/
+1
2017-03-08
hwrng: omap - write registers after enabling the clock
Thomas Petazzoni
1
-1
/
+2
2016-10-21
hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K
Romain Perier
1
-2
/
+84
2016-10-21
hwrng: omap - Don't prefix the probe message with OMAP
Romain Perier
1
-1
/
+1
2016-10-21
hwrng: omap - Add support for 128-bit output of data
Romain Perier
1
-6
/
+8
2016-10-21
hwrng: omap - Remove global definition of hwrng
Romain Perier
1
-9
/
+14
2016-10-21
hwrng: omap - Switch to non-obsolete read API implementation
Romain Perier
1
-24
/
+17
2016-09-22
hwrng: omap - Only fail if pm_runtime_get_sync returns < 0
Dave Gerlach
1
-2
/
+2
2016-06-27
hwrng: omap - Fix assumption that runtime_get_sync will always succeed
Nishanth Menon
1
-2
/
+14
2015-03-17
hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in init
Andre Wolokita
1
-1
/
+1
2015-03-17
hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...
Andre Wolokita
1
-1
/
+1
2015-03-12
hwrng: omap - remove #ifdefery around PM methods
Dmitry Torokhov
1
-12
/
+3
2015-03-11
hwrng: omap - remove incorrect __exit markups
Dmitry Torokhov
1
-2
/
+2
2014-10-20
char: hw_random: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-08
hwrng: omap - remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2013-08-21
hwrng: omap - reorder OMAP TRNG driver code
Olof Johansson
1
-54
/
+54
2013-08-09
hwrng: omap - Add OMAP4 TRNG support
Lokesh Vutla
1
-50
/
+302
2013-08-09
hwrng: omap - Add device tree support
Lokesh Vutla
1
-0
/
+12
2013-08-09
hwrng: omap - Remove duplicated function call
Lokesh Vutla
1
-1
/
+0
2013-08-09
hwrng: omap - Convert to devm_kzalloc()
Lokesh Vutla
1
-7
/
+2
2013-08-09
hwrng: omap - Use module_platform_driver macro
Lokesh Vutla
1
-16
/
+2
2013-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-3
/
+3
2013-06-05
hwrng: use platform_{get,set}_drvdata()
Jingoo Han
1
-3
/
+3
2013-05-12
drivers/char/hw_random: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-01-22
char: Convert to devm_ioremap_resource()
Thierry Reding
1
-3
/
+3
2013-01-04
Drivers: char: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-10-16
ARM: OMAP: Trivial driver changes to remove include plat/cpu.h
Tony Lindgren
1
-2
/
+0
2012-09-24
hwrng: OMAP: remove SoC restrictions from driver registration
Paul Walmsley
1
-3
/
+0
2012-09-24
hwrng: OMAP: convert to use runtime PM
Paul Walmsley
1
-26
/
+9
2012-09-24
hwrng: OMAP: store per-device data in per-device variables, not file statics
Paul Walmsley
1
-38
/
+77
2012-08-10
omap-rng: fix use of SIMPLE_DEV_PM_OPS
Arnd Bergmann
1
-1
/
+1
2012-07-10
omap-rng: Use struct dev_pm_ops for power management
Rafael J. Wysocki
1
-6
/
+7
2012-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
1
-0
/
+2
2012-04-27
hwrng: omap - use devm_request_and_ioremap
Julia Lawall
1
-20
/
+2
2012-02-24
ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h
Tony Lindgren
1
-0
/
+2
2011-06-30
hwrng: omap - add missing clk_put
Julia Lawall
1
-2
/
+4
2011-02-16
hwrng: omap - Convert release_resource to release_region/release_mem_region
Julia Lawall
1
-8
/
+6
2009-09-25
omap: rng: Use resource_size instead of manual calculation
Tobias Klauser
1
-2
/
+2
2009-06-02
hwrng: omap - Move probe function to .devinit.text
Uwe Kleine-König
1
-1
/
+1
2009-02-08
[ARM] omap: convert omap RNG clocks to match by devid and conid
Russell King
1
-1
/
+1
2009-01-24
[ARM] omap: ensure OMAP drivers pass a struct device to clk_get()
Russell King
1
-1
/
+1
2008-09-05
[ARM] omap: convert OMAP drivers to use ioremap()
Russell King
1
-8
/
+25
2008-04-21
[HWRNG] omap: Minor updates
David Brownell
1
-13
/
+13
2008-01-11
[HWRNG]: move status polling loop to data_present callbacks
Patrick McHardy
1
-2
/
+11
2007-10-20
Convert files to UTF-8 and some cleanups
Jan Engelhardt
1
-1
/
+1
2006-10-04
fix file specification in comments
Uwe Zeisberger
1
-1
/
+1
[next]