index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-06
hwrng: Add Arm SMCCC TRNG based driver
Andre Przywara
3
-0
/
+138
2021-07-16
hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
4
-16
/
+16
2021-07-10
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2
-26
/
+29
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2021-06-17
hw_random: ixp4xx: Add OF support
Linus Walleij
1
-0
/
+10
2021-06-17
hw_random: ixp4xx: Turn into a module
Linus Walleij
1
-20
/
+17
2021-06-17
hw_random: ixp4xx: Use SPDX license tag
Linus Walleij
1
-4
/
+1
2021-06-17
hw_random: ixp4xx: enable compile-testing
Arnd Bergmann
2
-3
/
+2
2021-06-03
hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-2
/
+1
2021-06-03
hwrng: omap - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-4
/
+2
2021-06-03
hwrng: exynos - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-2
/
+1
2021-05-28
hwrng: core - Use DEVICE_ATTR_<RW|RO> macro
YueHaibing
1
-21
/
+15
2021-05-28
hwrng: core - remove redundant initialization of variable err
Shaokun Zhang
1
-1
/
+1
2021-05-28
hwrng: Kconfig - Remove leading spaces
Juerg Haefliger
1
-4
/
+4
2021-05-23
hwrng: omap - Enable driver for TI K3 family
Suman Anna
1
-1
/
+1
2021-05-21
char: hw_random: pseries-rng: Demote non-conformant kernel-doc header
Lee Jones
1
-1
/
+1
2021-05-14
hwrng: exynos - Fix runtime PM imbalance on error
Łukasz Stelmach
1
-2
/
+2
2021-05-14
hwrng: amd - remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2021-04-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
8
-57
/
+31
2021-04-02
hwrng: omap - Use of_device_get_match_data() helper
Tian Tao
1
-7
/
+4
2021-03-26
hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
1
-1
/
+1
2021-03-26
hwrng: intel - Fix included header from 'asm
Tian Tao
1
-1
/
+1
2021-03-19
hwrng: cctrng - delete redundant printing of return value
Wang Qing
1
-3
/
+1
2021-03-19
hwrng: ba431 - use devm_platform_ioremap_resource() to simplify
Tian Tao
1
-3
/
+1
2021-03-19
hwrng: cctrng - use devm_platform_ioremap_resource() to simplify
Tian Tao
1
-11
/
+1
2021-03-13
hwrng: bcm2835 - add reset support
Álvaro Fernández Rojas
1
-0
/
+10
2021-03-13
hwrng: pic32 - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-03-13
hwrng: cctrng - Use device-managed registration API
Tian Tao
1
-3
/
+1
2021-03-07
hwrng: omap - Fix included header from 'asm'
Tian Tao
1
-2
/
+1
2021-03-07
hwrng: bcm2835 - remove redundant null check
Tian Tao
1
-10
/
+7
2021-03-07
hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplify
Tian Tao
1
-3
/
+1
2021-03-07
hwrng: ba431 - Use device-managed registration
Tian Tao
1
-11
/
+1
2021-03-02
vio: make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-02-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+1
2021-02-10
hwrng: timeriomem - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-02-10
hwrng: optee - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-02-10
hwrng: timeriomem - Fix cooldown period calculation
Jan Henrik Weinstock
1
-1
/
+1
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-01-03
hwrng: ingenic - Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+5
2021-01-03
hwrng: iproc-rng200 - Move enable/disable in separate function
Matthias Brugger
1
-19
/
+16
2021-01-03
hwrng: iproc-rng200 - Fix disable of the block.
Matthias Brugger
1
-3
/
+0
2020-12-17
Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-8
/
+8
2020-12-14
Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-3
/
+4
2020-12-13
um: random: Register random as hwrng-core device
Christopher Obbard
1
-8
/
+8
2020-12-04
hwrng: ks-sa - Add dependency on IOMEM and OF
Herbert Xu
1
-0
/
+1
2020-11-27
hwrng: hisi - remove HiSilicon TRNG driver
Weili Qian
3
-113
/
+0
2020-11-09
s390/trng: set quality to 1024
Christian Borntraeger
1
-3
/
+4
2020-11-06
hwrng: imx-rngc - irq already prints an error
Nigel Christian
1
-3
/
+1
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
12
-27
/
+364
2020-10-02
hwrng: mxc-rnga - use semicolons rather than commas to separate statements
Julia Lawall
1
-3
/
+3
[next]