summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random
AgeCommit message (Expand)AuthorFilesLines
2018-11-16hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren1-5/+2
2018-10-05hwrng: core - document the quality fieldMichael S. Tsirkin1-2/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-0/+4
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-2/+9
2018-07-27hwrng: msm - remove msm hw_random driverVinod Koul3-197/+0
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap4-0/+4
2018-06-15hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch1-2/+9
2018-05-19hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King1-1/+1
2018-05-05hwrng: stm32 - fix pm_suspend issuelionel.debieve@st.com1-2/+7
2018-05-05hwrng: stm32 - define default state for rng driverlionel.debieve@st.com1-0/+1
2018-04-21hwrng: via - support new Centaur CPUdavidwang1-1/+1
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-32/+330
2018-03-23hwrng: ks-sa - add hw_random driverVitaly Andrianov3-0/+265
2018-03-16hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy1-9/+14
2018-03-09hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT1-0/+16
2018-03-09hwrng: omap - Remove useless test before clk_disable_unprepareGregory CLEMENT1-4/+2
2018-03-09hwrng: cavium - make two functions staticColin Ian King2-2/+2
2018-03-03hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com1-15/+10
2018-03-03hwrng: stm32 - allow disable clock error detectionlionel.debieve@st.com1-1/+9
2018-03-03hwrng: stm32 - add reset during probelionel.debieve@st.com1-0/+9
2018-02-22hwrng: bcm2835 - Handle deferred clock properlyStefan Wahren1-0/+2
2018-02-15hwrng: imx-rngc - make symbol imx_rngc_pm_ops staticweiyongjun \(A\)1-1/+1
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-233/+377
2018-01-26hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)1-3/+1
2018-01-18hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser1-10/+3
2018-01-18hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)1-3/+1
2018-01-18hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter1-1/+1
2018-01-18hwrng: mediatek - Setup default RNG qualitySean Wang1-0/+1
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe3-64/+0
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen1-1/+1
2018-01-05hwrng: exynos - add Samsung Exynos True RNG driverŁukasz Stelmach3-0/+250
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook1-0/+4
2017-11-29hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli3-168/+0
2017-11-29hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli2-4/+14
2017-11-29hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli1-2/+11
2017-11-29hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli1-8/+19
2017-11-29hwrng: bcm2835 - Manage an optional clockFlorian Fainelli1-1/+16
2017-11-29hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli1-16/+23
2017-11-29hwrng: bcm2835 - Use device managed helpersFlorian Fainelli1-12/+1
2017-11-29hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli1-3/+9
2017-11-29hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli1-4/+12
2017-11-29hwrng: bcm2835 - Define a driver private contextFlorian Fainelli1-21/+34
2017-11-29hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli1-10/+10
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-32/+58
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+3
2017-11-10hwrng: iproc-rng200 - Add support for BCM7278Florian Fainelli2-3/+4
2017-11-06hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley1-1/+20
2017-11-03hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan1-19/+32