index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
atmel-rng.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
hwrng: atmel - remove extra line
Claudiu Beznea
1
-1
/
+0
2022-03-03
hwrng: atmel - add runtime pm support
Claudiu Beznea
1
-12
/
+32
2022-03-03
hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
Claudiu Beznea
1
-8
/
+4
2022-03-03
hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
Claudiu Beznea
1
-24
/
+25
2022-03-03
hwrng: atmel - rename enable/disable functions to init/cleanup
Claudiu Beznea
1
-7
/
+7
2022-03-03
hwrng: atmel - disable trng on failure path
Claudiu Beznea
1
-0
/
+1
2022-03-03
hwrng: atmel - add wait for ready support on read
Claudiu Beznea
1
-13
/
+30
2019-11-15
hwrng: atmel - add new platform support for sam9x60
Codrin Ciubotariu
1
-2
/
+37
2019-10-26
hwrng: atmel - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-02
hwrng: drivers - Use device-managed registration API
Chuhong Yuan
1
-2
/
+1
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2016-11-17
hwrng: atmel - use clk_disable_unprepare instead of clk_disable
Wei Yongjun
1
-1
/
+1
2016-11-01
hwrng: atmel - disable TRNG during suspend
Wenyou Yang
1
-3
/
+21
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-20
hwrng: atmel - add DT support
Boris Brezillon
1
-0
/
+7
2014-11-20
hwrng: atmel - use clk_prepapre_enable/_disable_unprepare
Boris Brezillon
1
-4
/
+4
2014-10-20
char: hw_random: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-03-10
hwrng: atmel - Use devm_clk_get()
Jingoo Han
1
-6
/
+2
2014-02-27
hwrng: atmel - Use devm_ioremap_resource()
Jingoo Han
1
-11
/
+4
2013-05-24
hwrng: atmel - remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-01-03
Drivers: char: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-11-21
char: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-06-12
hwrng: atmel-rng - fix data valid check
Peter Korsgaard
1
-1
/
+1
2012-05-31
hwrng: atmel-rng - fix race condition leading to repeated bits
Peter Korsgaard
1
-0
/
+7
2011-11-30
char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv...
Axel Lin
1
-11
/
+1
2011-10-10
hw_random: add driver for atmel true hardware random number generator
Peter Korsgaard
1
-0
/
+158