summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
AgeCommit message (Expand)Author
2019-04-05hwrng: virtio - Avoid repeated init of completionDavid Tolnay
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-27hwrng: msm - remove msm hw_random driverVinod Koul
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-06-15hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch
2018-05-19hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King
2018-05-05hwrng: stm32 - fix pm_suspend issuelionel.debieve@st.com
2018-05-05hwrng: stm32 - define default state for rng driverlionel.debieve@st.com
2018-04-21hwrng: via - support new Centaur CPUdavidwang
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-03-23hwrng: ks-sa - add hw_random driverVitaly Andrianov
2018-03-16hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy
2018-03-09hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT
2018-03-09hwrng: omap - Remove useless test before clk_disable_unprepareGregory CLEMENT
2018-03-09hwrng: cavium - make two functions staticColin Ian King
2018-03-03hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com
2018-03-03hwrng: stm32 - allow disable clock error detectionlionel.debieve@st.com
2018-03-03hwrng: stm32 - add reset during probelionel.debieve@st.com
2018-02-22hwrng: bcm2835 - Handle deferred clock properlyStefan Wahren
2018-02-15hwrng: imx-rngc - make symbol imx_rngc_pm_ops staticweiyongjun \(A\)
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-26hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)
2018-01-18hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser
2018-01-18hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)
2018-01-18hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter
2018-01-18hwrng: mediatek - Setup default RNG qualitySean Wang
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen
2018-01-05hwrng: exynos - add Samsung Exynos True RNG driverŁukasz Stelmach
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook
2017-11-29hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli
2017-11-29hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Manage an optional clockFlorian Fainelli
2017-11-29hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli
2017-11-29hwrng: bcm2835 - Use device managed helpersFlorian Fainelli
2017-11-29hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli
2017-11-29hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli
2017-11-29hwrng: bcm2835 - Define a driver private contextFlorian Fainelli
2017-11-29hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-10hwrng: iproc-rng200 - Add support for BCM7278Florian Fainelli
2017-11-06hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley
2017-11-03hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan
2017-11-03hwrng: xgene - Convert timers to use timer_setup()Kees Cook